mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
script: implement AbortController (#31361)
* Implement AbortController Signed-off-by: syvb <me@iter.ca> * Update WPT tests Signed-off-by: syvb <me@iter.ca> * Address review comments * Fix duplicate import generation * Update WPT test expectations * Change expectation to FAIL for flaky test --------- Signed-off-by: syvb <me@iter.ca>
This commit is contained in:
parent
383607d01e
commit
7fce850cff
88 changed files with 522 additions and 1194 deletions
|
@ -5,18 +5,12 @@
|
|||
[compileStreaming() synchronously followed by abort should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming() asynchronously racing with abort should succeed or reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming() on an already-aborted request should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming() synchronously followed by abort should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming() asynchronously racing with abort should succeed or reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[abort.any.worker.html]
|
||||
[compileStreaming() on an already-aborted request should reject with AbortError]
|
||||
|
@ -25,14 +19,8 @@
|
|||
[compileStreaming() synchronously followed by abort should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming() asynchronously racing with abort should succeed or reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming() on an already-aborted request should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming() synchronously followed by abort should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming() asynchronously racing with abort should succeed or reject with AbortError]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue