Bug 229429
| Summary: | [BigSur wk2 Debug] http/tests/inspector/network/fetch-network-data.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Hutchison <ehutchison> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | achristensen, bfulgham, ehutchison, koivisto, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Eric Hutchison
http/tests/inspector/network/fetch-network-data.html
is a flaky failure on BigSur wk2 Debug.
History: https://results.webkit.org/?platform=ios&platform=mac&suite=layout-tests&test=http%2Ftests%2Finspector%2Fnetwork%2Ffetch-network-data.html
Results: https://build.webkit.org/results/Apple-BigSur-Debug-WK2-Tests/r281431%20(3381)/results.html
Diff:
--- /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/http/tests/inspector/network/fetch-network-data-expected.txt
+++ /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/http/tests/inspector/network/fetch-network-data-actual.txt
@@ -5,13 +5,14 @@
== Running test suite: Network.Fetch
-- Running test case: Network.Fetch.ModeNoCORS.SameOrigin
PASS: Resource should be Fetch type.
+!! TIMEOUT: took longer than 10000ms
+
+-- Running test case: Network.Fetch.ModeNoCORS.CrossOrigin
+PASS: Resource should be Fetch type.
PASS: Resource should have loaded successfully.
PASS: MIMEType should be 'application/json'.
PASS: Status code should be 200.
PASS: Should be able to see X-Custom-Header.
-
--- Running test case: Network.Fetch.ModeNoCORS.CrossOrigin
-PASS: Resource should be Fetch type.
PASS: Resource should have loaded successfully.
PASS: MIMEType should be 'application/json'.
PASS: Status code should be 200.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/82264753>
Eric Hutchison
Updated test expectations at http://trac.webkit.org/changeset/281476/webkit.
Eric Hutchison
Unable to reproduce on BigSur wk2 Debug.