commit | 1792d19f00263b0fc8a8378dbb280aadc0a27c2a | [log] [tgz] |
---|---|---|
author | Oksana Zhuravlova <[email protected]> | Thu Feb 22 19:13:31 2018 |
committer | Commit Bot <[email protected]> | Thu Feb 22 19:13:31 2018 |
tree | bc78d7830f627704b4dc515d8cc2a38bfbcd7bfe | |
parent | 968a8093f6234763dae7b4ca9d367cb7e345646a [diff] |
Combined several mojo unit test binaries into one mojo_unittests mojo_unittests includes tests from mojo_public_bindings_unittests, mojo_public_system_unittests and mojo_system_unittests. Relevant infrastructure files were updated. - added a new target in mojo/BUILD.gn and included existing tests as dependencies, removed unused public_tests group; - replaced mojo_system_unittests target with a source_set in mojo/edk/system/BUILD.gn and removed unused tests group; - added the new binary to top-level and mojo build files; - updated some comments to reference mojo_unittests instead of mojo_system_unittests; - renamed //mojo/public/c/system/tests/core_unittest.cc to core_api_unittest.cc and updated the tests in it to resolve test name collision with the ones in //mojo/edk/system/core_unittest.cc; - added new entries to buildbot configuration files (including test_suite_exceptions.pyl) and a new filter file. - removed references to old binaries from build and testing config files master.tryserver.chromium.android:android_optional_gpu_tests_rel;master. tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver. chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win: win_optional_gpu_tests_rel Bug: 799242 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I400e88606ffde0547faffb115b804a6786b52fb2 Reviewed-on: https://chromium-review.googlesource.com/919364 Commit-Queue: Oksana Zhuravlova <[email protected]> Reviewed-by: Scott Violet <[email protected]> Reviewed-by: Ken Rockot <[email protected]> Cr-Commit-Position: refs/heads/master@{#538514}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .