Bug 307091
| Summary: | [IOS] inspector/network/intercept-aborted-request.html is a constant text failure. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego De La Toba <d_delatoba> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | rackler, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego De La Toba
inspector/network/intercept-aborted-request.html is a constant text failure on IOS.
TEXT DIFF:
--- /Volumes/Data/worker/Apple-iOS-26-Simulator-Release-WK2-Tests/build/layout-test-results/inspector/network/intercept-aborted-request-expected.txt
+++ /Volumes/Data/worker/Apple-iOS-26-Simulator-Release-WK2-Tests/build/layout-test-results/inspector/network/intercept-aborted-request-actual.txt
@@ -1,36 +1,2 @@
-CONSOLE MESSAGE: Unhandled Promise Rejection: AbortError: Fetch is aborted
-CONSOLE MESSAGE: Unhandled Promise Rejection: AbortError: Fetch is aborted
+ALERT: Failed to obtain inspector test stub URL.
Test request interception of the aborted request.
-
-
-== Running test suite: Network.InterceptAbortedRequest
--- Running test case: Network.InterceptAbortedRequest.Response
-Triggering load...
-Intercepting with response...
-PASS: Should produce an exception.
-{
- "code": -32000,
- "message": "Unable to fulfill request, it has already been processed",
- "data": [
- {
- "code": -32000,
- "message": "Unable to fulfill request, it has already been processed"
- }
- ]
-}
-
--- Running test case: Network.InterceptAbortedRequest.Error
-Triggering load...
-Intercepting with error...
-PASS: Should produce an exception.
-{
- "code": -32000,
- "message": "Unable to abort request, it has already been processed",
- "data": [
- {
- "code": -32000,
- "message": "Unable to abort request, it has already been processed"
- }
- ]
-}
-
DIFF URL:
https://build.webkit.org/results/Apple-iOS-26-Simulator-Release-WK2-Tests/306858%40main%20(1592)/inspector/network/intercept-aborted-request-pretty-diff.html
REPRODUCTION:
I was able to reproduce on IOS 26.2 ToT Release with the following:
run-webkit-tests --ios-simulator --release --force --no-retry --child-processes=1 --iterations 10 inspector/network/intercept-aborted-request.html
I am going to mark expectations as pass fail while this pends investigation
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/169727953>
Diego De La Toba
Pull request: https://github.com/WebKit/WebKit/pull/57986
EWS
Test gardening commit 306886@main (52d27f275126): <https://commits.webkit.org/306886@main>
Reviewed commits have been landed. Closing PR #57986 and removing active labels.
Alexey Proskuryakov
I think that this test is also supposed to be skipped on iOS.