- Feb 01, 2019
-
-
Adam Barth authored
Hoist these files out of the //docs folder and into the root directory. Test: No behavior change Change-Id: Ia17a2c922aaf722d673d20d0c25780bfc7fd5f4f
-
RJ Ascani authored
Now that the soft transition of Codec to StreamProcessor has rolled all the way through, we can eliminate Codec and start transitioning CreateDecoder2 back to CreateDecoder. CreateDecoder has been updated to now take a StreamProcessor request and all implementations of CreateDecoder2 are now just wrapping CreateDecoder. Once this change rolls through, CreateDecoder2 can be removed. Test: mediaplayer_test_util on vim2 Change-Id: I16b41fcd9f6bd74ce447ebb9c1150b25b5e790b1
-
Adam Barth authored
Test: No code change Change-Id: I23d93d048718d1028dfb4fd1e9769ef421905e28
-
Adam Barth authored
We now show Topaz and Fuchsia rather than the old petals. Test: Ran fx pending-commits manually. Change-Id: I46c8e73053fc942392e8e11f56de90bdac2c705f
-
Mike Voydanoff authored
TEST: manual testing on VIM2 with gpio-light driver (coming in subsequent CL) Change-Id: I13c728a4e54b342d28596e665f1ffc331a8f942f
-
Nick Maniscalco authored
This test seems to be flaky. Disabling to unblock CQ. Test: ran core-tests 100 times with test diabled, x64/qemu+kvm Bug: ZX-3374 #comment disable test Change-Id: I82934313bc868f08b446ff2bf32c9f8c912cf35c
-
Pascal Perez authored
FIDL-451 #progress FIDL-457 #progress Test: this is a new test, run it Change-Id: Ia74fd8f9a80c0c15c96ec47af7100d950ba42c37
-
Adam Barth authored
These files are redundant with the copies in the root of the repository. Test: No code change. Change-Id: Ic7a1559d95d6b573d45800fe1acf43ff25f756ce
-
Joshua Liebow-Feeser authored
Test: None Change-Id: I4d3bcb15d9dcab53c419bf05b43bec25dcf94a2a
-
Joshua Liebow-Feeser authored
Test: None Change-Id: I81c25329a70626cfc0fdf13409df5d16a7f1e260
-
Todd Eisenberger authored
Test: docs only Change-Id: I2082ad9d5a060b56c8344d22f9b17a1c9eeafb4f
-
Mike Voydanoff authored
TEST: compiles Change-Id: Ic553f7106377edf5b0d4e82edab971bdd34d322b
-
Tamir Duberstein authored
Rationalize expected errors: - loop{Control,Read} don't need to check for ZX_ERR_BAD_HANDLE - zxwait.Wait never returns ZX_ERR_PEER_CLOSED - zx_socket_{read,write} never return ZX_ERR_CANCELED NET-2068 #done Test: fx run-image-test netstack_loopback_test \ --gtest_filter=NetStreamTest.BlockingAcceptWriteMultiple \ --gtest_repeat=1000 Change-Id: I03fc862152cac22804d2c53422f75e1f5afd046a
-
Nick Maniscalco authored
When computing a zx_duration_t, avoid passing a double to ZX_SEC. In a future change the ZX_SEC macro will become stricter on the types it accepts. Test: CQ Change-Id: I0c9565f82673974e792c0c4555f8c282a9f7caab
-
Przemyslaw Pietrzkiewicz authored
test: nope Change-Id: I57214c92fb12dc340a052bc76da2365e3aeaf152
-
Jeremy Manson authored
Done with: ../out/build-zircon/tools/fidl-format -i --remove-ordinals $(grep -l interface $(find . -name \*.fidl | grep -v \.cipd | grep -v third_party )) (All FIDL files in peridot had explicit ordinals) This is a "new world" copy of https://fuchsia-review.googlesource.com/c/peridot/+/249052 - proper review can be found there. Test: CQ Change-Id: I606e0fd80448719f2d0e0fb62edc173947a1163f
-
Przemyslaw Pietrzkiewicz authored
This patch extracts the in-memory cloud provider impl so that it can be used for Voila. We also: - add a validation test launcher, so that the the validation tests are run against the in-memory cloud provider. - fix the in-memory impl to pass DeviceSetTest.WatchMisingFingerprint LE-633 Test: fx run-test -t launch_validation_tests_in_memory ledger_tests Change-Id: I5cb909815365a8f9a8dfdb870b748f694e4c0f48
-
Abdulla Kamar authored
This pulls in the changes from 96667273 that were lost when the VIM2 board was converted to C++. MAC-180 Test: Netbooted a VIM2 with a modified bootloader. Change-Id: I01bafa634b7c4c29a7e9c981df295b2c62ffb5a2
-
Adam Barth authored
The change was incorrect. Test: jiri run-hooks -local-manifest=true Change-Id: I0fe6fe83ad981542365711bdc4d3958d4da46dd8
-
Adam Barth authored
Change-Id: I400cb0ced1537bb2f4c25c620ef37105e58b0298
-
James Tucker authored
This path is usefully near the top of the tree, but is extremely useful to have a nearby stashing ground for transitive work. It is not for use by builds or tools, just for human produced data, such as trace files and the like. Test: n/a Change-Id: I3010fc75dfa384664dad4c5994fc20d8af92032d
-
Adam Barth authored
Change-Id: I4c4621166a2db13718e9ff2b9449295a61a2d3ba
-
Adam Barth authored
Change-Id: I30e0072e8caeaf748a9f308d1288cf6563a3ec24
-
Adam Barth authored
Change-Id: Id8757676c275445543a3f9858cebc89d07f3cedc
-
Adam Barth authored
-
Toshi Kikuchi authored
Tests: run-test-component fuchsia-pkg://fuchsia.com/netstack_tests#meta/netstack_loopback_test.cmx run-test-component fuchsia-pkg://fuchsia.com/netstack_tests#meta/netstack_gonet_test.cmx run-test-component fuchsia-pkg://fuchsia.com/netstack_tests#meta/netstack_getaddrinfo_test.cmx run-test-component fuchsia-pkg://fuchsia.com/netstack_tests#meta/netstack_getsockname_test.cmx Change-Id: I8fadae5fe1a7ca4efdebe2d973783e88e1cbb8ea
-
Todd Eisenberger authored
This should let us test things like unbind() being called from a thread. ZX-3250 #comment Pre-requisite work for regression test. Test: Will be exercised by test suite code shortly. Change-Id: Ia437e03b9b93a669f41e27cf61ec7e2d7bcee188
-
Abdulla Kamar authored
As we cast "bytes" directly into the FIDL message, we should ensure that "bytes" is correctly aligned. ZX-3286 Test: Ran /system/test/ddk/devmgr-test. Change-Id: Ib39e6da0d66f487864dcc8888e117899ac7e0b3a
-
Sean Klein authored
ZX-3066 #done Test: None Change-Id: I9cf97c8569803f36226d5d7279148e209b02f91f
-
Yifei Teng authored
Udpate -> Update TEST: No behavior change Change-Id: I2b44a6d9ec61e35d716865e29e6ef3aeb6dfb347
-
Adam Barth authored
These repositories are now in the main third_party directory. Test: Builds Change-Id: Ie4c441ea22635111f1c388c1b15aa23cdd8b0004
-
Adam Barth authored
Also, fix the logo. Test: Just docs Change-Id: I574e8b3603adcaaf5bd92e870c23eeb5f52f0020
-
Mike Voydanoff authored
TEST: USB works on NUC and VIM2. USB audio device operates normally Change-Id: Ia86e8a546d76d766d69b485d3853d22e60d906ea
-
- Jan 31, 2019
-
-
George Kulakowski authored
This reverts commit 1844771c. Reason for revert: <INSERT REASONING HERE> Original change's description: > [fonts] Remove most default fonts. > > Test: built and ran. > > Change-Id: I4b322c5d799ddc72efce42e6a53ff12ebfa785c3 TBR=jamesr@google.com,anwilson@google.com,sanjayc@google.com Change-Id: I35044ffd56a221a5178238461fe9c2f45fb595c2 No-Presubmit: true No-Tree-Checks: true No-Try: true
-
Adam Barth authored
Change-Id: I205885c1dd445f1e47e700dc7d2e64878f31a295
-
Adam Barth authored
Change-Id: I593a890b3d2fd7f55349232a5941563d65742e66
-
Adam Barth authored
-
Adam Barth authored
This entry is needed by the prebuilt version of Chromium. Test: WebRunnerSmokeTest Change-Id: I5bcd2c5c16fb742c9a4e1bd5e4ef78a371c8845a
-
Sean Klein authored
Test: None Change-Id: I4d9614b8b20359e434a34ca951027f7569ef7925
-