mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
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>
56 lines
1.2 KiB
INI
Vendored
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
|