New issue
Advanced search Search tips

Issue 882565 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Sep 11
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Skip tests on certain bots?

Project Member Reported by dmazz...@chromium.org, Sep 10

Issue description

Is 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.

 
Components: -Infra Infra>Client>Chrome
Cc: jbudorick@chromium.org
https://cs.chromium.org/chromium/src/testing/buildbot/filters/README.md is about the best that we can offer you, I think.
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
Status: WontFix (was: Untriaged)
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