servo/tests/wpt/meta/dom/abort/event.any.js.ini
Josh Matthews 5295a45a2c
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>
2025-01-17 02:41:09 +00:00

120 lines
3.1 KiB
INI
Vendored

[event.any.html]
[AbortController abort() should fire event synchronously]
expected: FAIL
[controller.abort() should do nothing the second time it is called]
expected: FAIL
[event handler should not be called if added after controller.abort()]
expected: FAIL
[the abort event should have the right properties]
expected: FAIL
[AbortController abort(reason) should set signal.reason]
expected: FAIL
[aborting AbortController without reason creates an "AbortError" DOMException]
expected: FAIL
[AbortController abort(undefined) creates an "AbortError" DOMException]
expected: FAIL
[AbortController abort(null) should set signal.reason]
expected: FAIL
[static aborting signal should have right properties]
expected: FAIL
[static aborting signal with reason should set signal.reason]
expected: FAIL
[throwIfAborted() should throw abort.reason if signal aborted]
expected: FAIL
[throwIfAborted() should throw primitive abort.reason if signal aborted]
expected: FAIL
[throwIfAborted() should not throw if signal not aborted]
expected: FAIL
[AbortSignal.reason returns the same DOMException]
expected: FAIL
[AbortController.signal.reason returns the same DOMException]
expected: FAIL
[controller.signal should always return the same object]
expected: FAIL
[event.any.worker.html]
[AbortController abort() should fire event synchronously]
expected: FAIL
[controller.abort() should do nothing the second time it is called]
expected: FAIL
[event handler should not be called if added after controller.abort()]
expected: FAIL
[the abort event should have the right properties]
expected: FAIL
[AbortController abort(reason) should set signal.reason]
expected: FAIL
[aborting AbortController without reason creates an "AbortError" DOMException]
expected: FAIL
[AbortController abort(undefined) creates an "AbortError" DOMException]
expected: FAIL
[AbortController abort(null) should set signal.reason]
expected: FAIL
[static aborting signal should have right properties]
expected: FAIL
[static aborting signal with reason should set signal.reason]
expected: FAIL
[throwIfAborted() should throw abort.reason if signal aborted]
expected: FAIL
[throwIfAborted() should throw primitive abort.reason if signal aborted]
expected: FAIL
[throwIfAborted() should not throw if signal not aborted]
expected: FAIL
[AbortSignal.reason returns the same DOMException]
expected: FAIL
[AbortController.signal.reason returns the same DOMException]
expected: FAIL
[controller.signal should always return the same object]
expected: FAIL
[event.any.shadowrealm.html]
expected: TIMEOUT
[event.any.shadowrealm-in-window.html]
expected: ERROR
[event.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[event.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[event.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[event.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[event.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR