servo/tests/wpt/meta/fetch/api/abort/general.any.js.ini
Tim van der Lippe 7abc813fc3
Abort fetch controller when signal is aborted (#39374)
Does not all tests pass because of a mismatch in microtask timing. The
promises are resolved/rejected in the wrong order.

Part of #34866

Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
2025-09-21 12:33:03 +00:00

56 lines
1.2 KiB
INI
Vendored

[general.any.sharedworker.html]
expected: ERROR
[general.any.serviceworker.html]
expected: ERROR
[general.any.html]
[Request is still 'used' if signal is aborted before fetching]
expected: FAIL
[response.arrayBuffer() rejects if already aborted]
expected: FAIL
[response.blob() rejects if already aborted]
expected: FAIL
[response.formData() rejects if already aborted]
expected: FAIL
[response.json() rejects if already aborted]
expected: FAIL
[response.text() rejects if already aborted]
expected: FAIL
[Call text() twice on aborted response]
expected: FAIL
[response.bytes() rejects if already aborted]
expected: FAIL
[general.any.worker.html]
[Request is still 'used' if signal is aborted before fetching]
expected: FAIL
[response.arrayBuffer() rejects if already aborted]
expected: FAIL
[response.blob() rejects if already aborted]
expected: FAIL
[response.formData() rejects if already aborted]
expected: FAIL
[response.json() rejects if already aborted]
expected: FAIL
[response.text() rejects if already aborted]
expected: FAIL
[Call text() twice on aborted response]
expected: FAIL
[response.bytes() rejects if already aborted]
expected: FAIL