Skip tests on certain bots? |
|||
Issue descriptionIs there a way we could suppress a whole set of tests (matching a wildcard or regex) if the host running it has an old version of ATK? See related bug 876355. I thought I recalled seeing a method of disabling tests on certain bots and not others, rather than disabling based on compile-time information. If not, our alternative is to do a runtime check - some tests would "pass" but not actually test anything, on some bots.
,
Sep 10
https://cs.chromium.org/chromium/src/testing/buildbot/filters/README.md is about the best that we can offer you, I think.
,
Sep 11
Yep, use a filter file & pass it via --test-launcher-filter-file configured in //testing/buildbot/test_suite_exceptions.pyl, e.g. https://codesearch.chromium.org/chromium/src/testing/buildbot/test_suite_exceptions.pyl?rcl=a1456cab413c8993dc90d00f93548590426a179b&l=106
,
Sep 11
Closing this out since the solution in #3 appears to be the answer here. If not, please reopen and outline what's missing. |
|||
►
Sign in to add a comment |
|||
Comment 1 by jchin...@chromium.org
, Sep 10