summaryrefslogtreecommitdiff
path: root/tools/wpt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wpt')
-rw-r--r--tools/wpt/expectation.json34
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,