diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2021-11-08 12:54:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-08 12:54:24 +0100 |
| commit | c91da1222b1a57a38aad4bca7af7fe88d8ef2476 (patch) | |
| tree | 9c6e145b99e18101f86b2c57788e1d7c2d7f510c /tools/wpt | |
| parent | 8e010b6844b339ab138b4d9e40148c60d44d197a (diff) | |
feat(ext/web): WritableStreamDefaultController.signal (#12654)
Diffstat (limited to 'tools/wpt')
| -rw-r--r-- | tools/wpt/expectation.json | 34 |
1 files changed, 4 insertions, 30 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 8e3e61b51..95032263a 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -6056,18 +6056,8 @@ "window-worker-timeOrigin.window.html": false }, "streams": { - "idlharness.any.html": [ - "WritableStreamDefaultController interface: attribute abortReason", - "WritableStreamDefaultController interface: attribute signal", - "WritableStreamDefaultController interface: self.writableStreamDefaultController must inherit property \"abortReason\" with the proper type", - "WritableStreamDefaultController interface: self.writableStreamDefaultController must inherit property \"signal\" with the proper type" - ], - "idlharness.any.worker.html": [ - "WritableStreamDefaultController interface: attribute abortReason", - "WritableStreamDefaultController interface: attribute signal", - "WritableStreamDefaultController interface: self.writableStreamDefaultController must inherit property \"abortReason\" with the proper type", - "WritableStreamDefaultController interface: self.writableStreamDefaultController must inherit property \"signal\" with the proper type" - ], + "idlharness.any.html": true, + "idlharness.any.worker.html": true, "piping": { "abort.any.html": true, "abort.any.worker.html": true, @@ -6169,24 +6159,8 @@ "terminate.any.worker.html": true }, "writable-streams": { - "aborting.any.html": [ - "WritableStreamDefaultController.signal", - "the abort signal is signalled synchronously - write", - "the abort signal is signalled synchronously - close", - "the abort signal is not signalled on error", - "the abort signal is not signalled on write failure", - "the abort signal is not signalled on close failure", - "recursive abort() call" - ], - "aborting.any.worker.html": [ - "WritableStreamDefaultController.signal", - "the abort signal is signalled synchronously - write", - "the abort signal is signalled synchronously - close", - "the abort signal is not signalled on error", - "the abort signal is not signalled on write failure", - "the abort signal is not signalled on close failure", - "recursive abort() call" - ], + "aborting.any.html": true, + "aborting.any.worker.html": true, "bad-strategies.any.html": true, "bad-strategies.any.worker.html": true, "bad-underlying-sinks.any.html": true, |
