Bug 191565
Summary: | REGRESSION: [ MacOS Debug ] Layout Test imported/w3c/web-platform-tests/css/mediaqueries/test_media_queries.html is flaky timeout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Truitt Savell <tsavell> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | jlewis3, lforschler, ryanhaddad, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=225469 |
Truitt Savell
The following layout test is flaky on MacOS Debug
imported/w3c/web-platform-tests/css/mediaqueries/test_media_queries.html
Probable cause:
This test has become far more flakey than before and is timing out at around 80 seconds. Otherwise passes at around 30 seconds. We may need to mark test as slow for now until a solution is found. Needs to be reproduced.
Flakiness Dashboard:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fmediaqueries%2Ftest_media_queries.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/46004898>
Truitt Savell
I have been unable to reproduce this failure locally. I have been trying to reproduce using command:
run-webkit-tests --root debug-238908 imported/w3c/web-platform-tests/css/mediaqueries/test_media_queries.html --iterations 500 -f --debug
This tests seems to run a lot of sub tests and may be slowing down due to other factors during the test runner.
Truitt Savell
marked test as slow in https://trac.webkit.org/changeset/238932/webkit to see if more time will allow the test to pass on the bots.
Truitt Savell
it appears marking test as slow has brought this test back to green. no timeout has occurred in the lats 15 runs on any platform. Marking bug as resolved.