Bug 259374
| Summary: | [ Monterey+ WK2 ] http/tests/inspector/network/xhr-request-type.html is a constant TEXT failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
| Component: | Web Inspector | Assignee: | Yury Semikhatsky <yurys> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | achristensen, hi, inspector-bugzilla-changes, jenner, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf, yurys |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=257407 | ||
Ben Schwartz
http/tests/inspector/network/xhr-request-type.html
This test is a constant TEXT failure on macOS Monterey and higher, WebKit 2.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Finspector%2Fnetwork%2Fxhr-request-type.html
TEXT DIFF:
== Running test suite: Resource.Type.XHR
-- Running test case: Resource.Type.XHR.Same.As.Main.Resource.Url
-PASS: Resource should be XHR type.
+FAIL: Resource should be XHR type.
+ Expected: "resource-type-xhr"
+ Actual: "resource-type-document"
PASS: Resource should be a GET request.
-PASS: Resource should have a 200 response.
-PASS: Resource should receive main resource in response.
+!! TIMEOUT: took longer than 10000ms
-- Running test case: Resource.Type.XHR.Another.Url
PASS: Resource should be XHR type.
PASS: Resource should be a GET request.
PASS: Resource should have a 200 response.
-PASS: Resource should receive json in response.
+FAIL: Resource should receive json in response.
+ Expected: "{\"json\": true, \"value\": 42}\n"
+ Actual: "eyJqc29uIjogdHJ1ZSwgInZhbHVlIjogNDJ9Cg=="
DIFF URL:
https://build.webkit.org/results/Apple-Ventura-Release-AppleSilicon-WK2-Tests/266183@main%20(4100)/http/tests/inspector/network/xhr-request-type-pretty-diff.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/112625805>
Ben Schwartz
This test seems to have been a constant failure since it was introduced at this commit: https://commits.webkit.org/264686@main.
Furthermore, I was able to reproduce this test failure at macOS Ventura Production ToT running the test as follows:
run-webkit-tests http/tests/inspector/network/xhr-request-type.html --verbose --iterations 10
Ben Schwartz
Pull request: https://github.com/WebKit/WebKit/pull/15962
EWS
Test gardening commit 266190@main (b4ee2cac49b7): <https://commits.webkit.org/266190@main>
Reviewed commits have been landed. Closing PR #15962 and removing active labels.
Ben Schwartz
Starting the bug on Yuri, who introduced the test as a constant failure for macOS at https://commits.webkit.org/264686@main.
Marked the test expectation as a failure for macOS WK2.
Yury Semikhatsky
Pull request: https://github.com/WebKit/WebKit/pull/17369
EWS
Committed 267688@main (59ea483f709d): <https://commits.webkit.org/267688@main>
Reviewed commits have been landed. Closing PR #17369 and removing active labels.
Ben Schwartz
Verified issue resolved as of 267688@main. Thanks Yury!