| Summary: | [ macOS wk1 ] imported/w3c/web-platform-tests/css/css-text/parsing/word-wrap-valid.html is flaky failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jacob Uphoff <jacob_uphoff> |
| Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | ap, beidson, bfulgham, cdumez, koivisto, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Jacob Uphoff
2020-02-03 10:15:24 PST
I am holding off on updating test expectations to see if this test starts to fail more This is a weird one. The fact that the results aren't dumped as text implies that a support script wasn't loaded. Checking WPT server logs, I see that only parsing-testcommon.js, meaning that WebKit used a cached copy of testharness.js and testharnessreport.js. So the cached script failed to work? DEBUG:web-platform-tests:GET /css/css-text/parsing/word-wrap-valid.html DEBUG:web-platform-tests:Found handler FileHandler DEBUG:web-platform-tests:200 GET /css/css-text/parsing/word-wrap-valid.html (None) 0 DEBUG:web-platform-tests:GET /css/css-text/line-break/line-break-loose-017b-expected.xht DEBUG:web-platform-tests:Found handler FileHandler DEBUG:web-platform-tests:200 GET /css/css-text/line-break/line-break-loose-017b-expected.xht (None) 0 DEBUG:web-platform-tests:GET /css/css-multicol/multicol-rule-color-001-expected.xht DEBUG:web-platform-tests:Found handler FileHandler DEBUG:web-platform-tests:200 GET /css/css-multicol/multicol-rule-color-001-expected.xht (None) 0 DEBUG:web-platform-tests:GET /css/support/parsing-testcommon.js DEBUG:web-platform-tests:Found handler FileHandler DEBUG:web-platform-tests:200 GET /css/support/parsing-testcommon.js (http://localhost:8800/css/css-text/parsing/word-wrap-valid.html) 0 Seems difficult to investigate without a repro case. WebKit QA confirmed this is resolved |