Bug 254259 - http/tests/priority-hints/fetch-api-priority.html is randomly failing
Summary: http/tests/priority-hints/fetch-api-priority.html is randomly failing
Status: RESOLVED DUPLICATE of bug 254885
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-22 00:58 PDT by Fujii Hironori
Modified: 2023-04-02 18:10 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2023-03-22 00:58:44 PDT
http/tests/priority-hints/fetch-api-priority.html is randomly failing

Since 261689@main (bug#252739) added http/tests/priority-hints/fetch-api-priority.html

https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fpriority-hints%2Ffetch-api-priority.html

https://build.webkit.org/#/builders/708/builds/1664

--- /Volumes/Data/worker/Apple-Ventura-Release-WK2-Tests/build/layout-test-results/http/tests/priority-hints/fetch-api-priority-expected.txt
+++ /Volumes/Data/worker/Apple-Ventura-Release-WK2-Tests/build/layout-test-results/http/tests/priority-hints/fetch-api-priority-actual.txt
@@ -1,5 +1,5 @@
 
-PASS fetch() with URL and request_init whose priority is "high" must be fetched with high load priority
+FAIL fetch() with URL and request_init whose priority is "high" must be fetched with high load priority assert_equals: expected (string) "ResourceLoadPriorityHigh" but got (object) null
 PASS fetch() with URL and request_init whose priority is "auto" must have no effect on resource load priority
 PASS fetch() with URL and request_init whose priority is missing must have no effect on resource load priority
 PASS fetch() with URL and request_init whose priority is "low" must be fetched with low resource load priority
Comment 1 Fujii Hironori 2023-03-23 22:26:09 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11908
Comment 2 EWS 2023-03-23 22:29:36 PDT
Test gardening commit 262059@main (87cdbdcf3b3c): <https://commits.webkit.org/262059@main>

Reviewed commits have been landed. Closing PR #11908 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-03-29 00:59:14 PDT
<rdar://problem/107356944>
Comment 4 Fujii Hironori 2023-04-02 18:10:21 PDT

*** This bug has been marked as a duplicate of bug 254885 ***