mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
The signal taken from the requestinit is now passed into the request object with the relevant steps. I added all spec comments to this method, as I had trouble figuring out which steps I had to add. This required implementing the algorithm to create dependent signals, which is used in the `any()` method. So that's now implemented as well. All of that required the machinery to have dependent and source signals on an AbortSignal. It uses an IndexSet as the spec requires it to be an ordered set. Part of #34866 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
118 lines
4.6 KiB
INI
Vendored
118 lines
4.6 KiB
INI
Vendored
[idlharness.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[idlharness.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[idlharness.any.worker.html]
|
|
[AbortController interface: attribute signal]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: operation abort()]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: new AbortController() must inherit property "signal" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: new AbortController() must inherit property "abort()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: operation abort()]
|
|
expected: FAIL
|
|
|
|
[AbortSignal must be primary interface of new AbortController().signal]
|
|
expected: FAIL
|
|
|
|
[Stringification of new AbortController().signal]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "abort()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "aborted" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "onabort" with the proper type]
|
|
expected: FAIL
|
|
|
|
[EventTarget interface: new AbortController().signal must inherit property "addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))" with the proper type]
|
|
expected: FAIL
|
|
|
|
[EventTarget interface: calling addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean)) on new AbortController().signal with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[EventTarget interface: new AbortController().signal must inherit property "removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))" with the proper type]
|
|
expected: FAIL
|
|
|
|
[EventTarget interface: calling removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean)) on new AbortController().signal with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[EventTarget interface: new AbortController().signal must inherit property "dispatchEvent(Event)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[EventTarget interface: calling dispatchEvent(Event) on new AbortController().signal with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "abort(optional any)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: calling abort(optional any) on new AbortController().signal with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "reason" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "throwIfAborted()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: operation timeout(unsigned long long)]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "timeout(unsigned long long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: calling timeout(unsigned long long) on new AbortController().signal with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "any(sequence<AbortSignal>)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: calling any(sequence<AbortSignal>) on new AbortController().signal with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[AbortController interface object length]
|
|
expected: FAIL
|
|
|
|
[AbortController interface object name]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: operation abort(optional any)]
|
|
expected: FAIL
|
|
|
|
[AbortController must be primary interface of new AbortController()]
|
|
expected: FAIL
|
|
|
|
[Stringification of new AbortController()]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: new AbortController() must inherit property "abort(optional any)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: calling abort(optional any) on new AbortController() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
|
|
[idlharness.any.shadowrealm-in-window.html]
|
|
expected: ERROR
|