Bug 252847 - [ macOS , iOS ] imported/w3c/web-platform-tests/preload/modulepreload.html is a constant failure.
Summary: [ macOS , iOS ] imported/w3c/web-platform-tests/preload/modulepreload.html is...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-23 11:08 PST by Bri Harris
Modified: 2023-04-10 13:40 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bri Harris 2023-02-23 11:08:51 PST
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
Comment 1 Bri Harris 2023-02-23 11:09:33 PST
I was able to replication this test at Ventura ToT as follows:

run-webkit-tests imported/w3c/web-platform-tests/preload/modulepreload.html
Comment 2 Radar WebKit Bug Importer 2023-02-23 11:09:59 PST
<rdar://problem/105842775>
Comment 3 Ryosuke Niwa 2023-02-23 15:24:53 PST
Pull request: https://github.com/WebKit/WebKit/pull/10621
Comment 4 EWS 2023-02-23 15:32:45 PST
Committed 260769@main (15636735b114): <https://commits.webkit.org/260769@main>

Reviewed commits have been landed. Closing PR #10621 and removing active labels.
Comment 5 Ryosuke Niwa 2023-02-23 23:58:38 PST
Hm... looks like this test is still flaky :(
Comment 6 Ryosuke Niwa 2023-02-23 23:59:28 PST
(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.
Comment 7 Ryosuke Niwa 2023-04-10 13:40:18 PDT
Still flaky.