Bug 254259
Summary: | http/tests/priority-hints/fetch-api-priority.html is randomly failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> |
Component: | Page Loading | Assignee: | Fujii Hironori <Hironori.Fujii> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, beidson, rbuis, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Fujii Hironori
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Fujii Hironori
Pull request: https://github.com/WebKit/WebKit/pull/11908
EWS
Test gardening commit 262059@main (87cdbdcf3b3c): <https://commits.webkit.org/262059@main>
Reviewed commits have been landed. Closing PR #11908 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/107356944>
Fujii Hironori
*** This bug has been marked as a duplicate of bug 254885 ***