mirror of
https://github.com/servo/servo.git
synced 2025-08-30 17:48:20 +01:00
Enable more test directories and preferences (#34952)
* Enable WPT tests for several supported/in progress features. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Enable more preferences for all WPT tests. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Update test expectations. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Disable AbortController preference for tests. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Update WPT expectations. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
a014da590a
commit
5295a45a2c
472 changed files with 4113 additions and 293 deletions
12
tests/wpt/meta/wasm/webapi/abort.any.js.ini
vendored
12
tests/wpt/meta/wasm/webapi/abort.any.js.ini
vendored
|
@ -5,15 +5,15 @@
|
|||
[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
|
||||
|
||||
[compileStreaming() asynchronously racing with abort should succeed or reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming() asynchronously racing with abort should succeed or reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -25,14 +25,14 @@
|
|||
[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
|
||||
|
||||
[compileStreaming() asynchronously racing with abort should succeed or 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