I came across this list of cast test targets today: https://cs.chromium.org/chromium/src/chromecast/BUILD.gn?type=cs&q=cast_shell&sq=package:chromium&g=0&l=63
These test binaries don't seem to run on any bots:
- cast_component_unittests (I suggest merging the test into cast_base_unittests which does run, and test binaries containing a single test file seem a bit silly)
- cast_crypto_unittests
- cast_bluetooth_unittests
- cast_net_unittests
- cast_reboot_unittests
(For some of these, e.g. cast_net_unittests, it's not clear to me why these tests aren't just part of the non-cast target, e.g. net_unittests.)
To run them, you need to add them to testing/buildbot/test_suites.pyl, either to cast_audio_specific_chromium_gtests or cast_video_specific_chromium_gtests.
Comment 1 by thakis@chromium.org
, Jul 9