| Summary: | fast/dom/HTMLLinkElement/link-stylesheet-load-once.html very frequently fail | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hercules Hjalmarsson <hhjalmarsson> |
| Component: | New Bugs | Assignee: | Ryosuke Niwa <rniwa> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, rniwa, webkit-bot-watchers-bugzilla, 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=243626 | ||
|
Description
Hercules Hjalmarsson
2022-08-04 15:28:44 PDT
I was able to bisect this issue on macOS release to 252943@main when this test was first introduced by running command: run-webkit-tests --iterations=10 fast/dom/HTMLLinkElement/link-stylesheet-load-once.html We probably need to skip this test on iOS for now. (In reply to Ryosuke Niwa from comment #3) > We probably need to skip this test on iOS for now. I will set iOS expectation to skip. Test gardening commit 253136@main (474ef37d3d46): <https://commits.webkit.org/253136@main> Reviewed commits have been landed. Closing PR #3030 and removing active labels. Thanks! Pull request: https://github.com/WebKit/WebKit/pull/3035 Committed 253147@main (7b24f7be0a0b): <https://commits.webkit.org/253147@main> Reviewed commits have been landed. Closing PR #3035 and removing active labels. Hm... this test is still flaky on iOS :( New diff looks like this: --- /Volumes/Data/worker/Apple-iPadOS-15-Simulator-Release-WK2-Tests/build/layout-test-results/fast/dom/HTMLLinkElement/link-stylesheet-load-once-expected.txt +++ /Volumes/Data/worker/Apple-iPadOS-15-Simulator-Release-WK2-Tests/build/layout-test-results/fast/dom/HTMLLinkElement/link-stylesheet-load-once-actual.txt @@ -1,5 +1,5 @@ +link-stylesheet-load-once.html - didFinishLoading resources/link-stylesheet-load-once.css - willSendRequest <NSURLRequest URL resources/link-stylesheet-load-once.css, main document URL link-stylesheet-load-once.html, http method GET> redirectResponse (null) -link-stylesheet-load-once.html - didFinishLoading resources/link-stylesheet-load-once.css - didReceiveResponse <NSURLResponse resources/link-stylesheet-load-once.css, http status code 0> resources/link-stylesheet-load-once.css - didFinishLoading This tests overriding rel content attribute with the same value. e.g. https://build.webkit.org/results/Apple-iPadOS-15-Simulator-Release-WK2-Tests/253154@main%20(2262)/results.html https://build.webkit.org/results/Apple-iPadOS-15-Simulator-Debug-WK2-Tests/253170@main%20(1968)/results.html Unfortunately, I can't reproduce the failure locally so need to make another speculative fix. Actually, let's use another bug. Tracking the flakiness in https://bugs.webkit.org/show_bug.cgi?id=243626 |