Use chromium_linux_and_gl_gtests on fewer bots.
"Out of Process Profiling Linux" used chromium_linux_and_gl_gtests and then removed of the suites added by _and_gl via test_suite_exceptions again. Instead, just use regular chromium_linux_gtests for it. No behavior change. "ToTLinuxThinLTO" used the _and_gl version and removed gl_tests again. It didn't remove gl_unittests, but that one was failing on it. So just use chromium_linux_gtests here too. "ToTLinuxUBSanVptr" and "UBSanVptr Linux" were removing gl_tests (but not gl_unittests) via the exceptions file despite not (yet?) using the _and_gl test list, so remove these unused exceptions. Add a comment explaining why interactive_ui_tests doesn't run on the ubsan bots (probably it should run there, with just the few failing tests disabled). Bug: 843511,849868 Change-Id: Ifd6397529fce300ef989f3a637f7ec48bd784175 Reviewed-on: https://chromium-review.googlesource.com/1093570Reviewed-by:Peter Collingbourne <pcc@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#565773}
Showing
Please register or sign in to comment