Bug 252847
Summary: | [ macOS , iOS ] imported/w3c/web-platform-tests/preload/modulepreload.html is a constant failure. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bri Harris <bharris9> |
Component: | New Bugs | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=252888 |
Bri Harris
imported/w3c/web-platform-tests/preload/modulepreload.html
is a constant failure on iOS 16 and all of macOS.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fpreload%2Fmodulepreload.html
DIFF TEXT:
@@ -5,7 +5,7 @@
PASS cross-origin link rel=modulepreload
PASS cross-origin link rel=modulepreload crossorigin=anonymous
PASS cross-origin link rel=modulepreload crossorigin=use-credentials
-PASS link rel=modulepreload with submodules
+FAIL link rel=modulepreload with submodules assert_equals: resources/module1.js expected 1 but got 0
PASS link rel=modulepreload for a module with syntax error
PASS link rel=modulepreload for a module with network error
PASS link rel=modulepreload with bad href attribute
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Bri Harris
I was able to replication this test at Ventura ToT as follows:
run-webkit-tests imported/w3c/web-platform-tests/preload/modulepreload.html
Radar WebKit Bug Importer
<rdar://problem/105842775>
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/10621
EWS
Committed 260769@main (15636735b114): <https://commits.webkit.org/260769@main>
Reviewed commits have been landed. Closing PR #10621 and removing active labels.
Ryosuke Niwa
Hm... looks like this test is still flaky :(
Ryosuke Niwa
(In reply to Ryosuke Niwa from comment #5)
> Hm... looks like this test is still flaky :(
Tracking this in https://bugs.webkit.org/show_bug.cgi?id=252888.
Ryosuke Niwa
Still flaky.