diff options
| author | Andreu Botella <abb@randomunok.com> | 2021-12-08 23:31:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-08 23:31:22 +0100 |
| commit | 318f48f9adc486e95dcc5f86fd0a1848c6df51f6 (patch) | |
| tree | 301483c743901c3cd70330594507c2799a208631 /tools | |
| parent | b51b0c834b596383084d4a9991695759af9d27ad (diff) | |
feat(streams): support abort reasons in streams (#12991)
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/wpt/expectation.json | 32 |
1 files changed, 4 insertions, 28 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index b20326939..4ec7cea21 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -5787,28 +5787,8 @@ "idlharness.any.html": true, "idlharness.any.worker.html": true, "piping": { - "abort.any.html": [ - "(reason: 'null') all the error objects should be the same object", - "(reason: 'undefined') all the error objects should be the same object", - "(reason: 'error1: error1') all the error objects should be the same object", - "(reason: 'null') abort should prevent further reads", - "(reason: 'undefined') abort should prevent further reads", - "(reason: 'error1: error1') abort should prevent further reads", - "(reason: 'null') all pending writes should complete on abort", - "(reason: 'undefined') all pending writes should complete on abort", - "(reason: 'error1: error1') all pending writes should complete on abort" - ], - "abort.any.worker.html": [ - "(reason: 'null') all the error objects should be the same object", - "(reason: 'undefined') all the error objects should be the same object", - "(reason: 'error1: error1') all the error objects should be the same object", - "(reason: 'null') abort should prevent further reads", - "(reason: 'undefined') abort should prevent further reads", - "(reason: 'error1: error1') abort should prevent further reads", - "(reason: 'null') all pending writes should complete on abort", - "(reason: 'undefined') all pending writes should complete on abort", - "(reason: 'error1: error1') all pending writes should complete on abort" - ], + "abort.any.html": true, + "abort.any.worker.html": true, "close-propagation-backward.any.html": true, "close-propagation-backward.any.worker.html": true, "close-propagation-forward.any.html": true, @@ -5907,12 +5887,8 @@ "terminate.any.worker.html": true }, "writable-streams": { - "aborting.any.html": [ - "WritableStreamDefaultController.signal" - ], - "aborting.any.worker.html": [ - "WritableStreamDefaultController.signal" - ], + "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, |
