NEW307091
[IOS] inspector/network/intercept-aborted-request.html is a constant text failure.
https://bugs.webkit.org/show_bug.cgi?id=307091
Summary [IOS] inspector/network/intercept-aborted-request.html is a constant text fai...
Diego De La Toba
Reported 2026-02-05 11:22:33 PST
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
Radar WebKit Bug Importer
Comment 1 2026-02-05 11:22:39 PST
Diego De La Toba
Comment 2 2026-02-05 11:31:08 PST
EWS
Comment 3 2026-02-05 11:33:19 PST
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
Comment 4 2026-02-05 15:56:13 PST
I think that this test is also supposed to be skipped on iOS.
Note You need to log in before you can comment on or make changes to this bug.