aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/wpt/meta/fetch/api/response/response-stream-disturbed-by-pipe.any.js.ini10
-rw-r--r--tests/wpt/meta/streams/piping/pipe-through.any.js.ini113
-rw-r--r--tests/wpt/meta/streams/piping/throwing-options.any.js.ini18
-rw-r--r--tests/wpt/meta/streams/piping/transform-streams.any.js.ini8
-rw-r--r--tests/wpt/meta/streams/readable-byte-streams/templated.any.js.ini9
-rw-r--r--tests/wpt/meta/streams/readable-streams/templated.any.js.ini7
-rw-r--r--tests/wpt/meta/streams/transferable/transform-stream.html.ini3
7 files changed, 0 insertions, 168 deletions
diff --git a/tests/wpt/meta/fetch/api/response/response-stream-disturbed-by-pipe.any.js.ini b/tests/wpt/meta/fetch/api/response/response-stream-disturbed-by-pipe.any.js.ini
index 84fe7dfa19b..87e313fbbc1 100644
--- a/tests/wpt/meta/fetch/api/response/response-stream-disturbed-by-pipe.any.js.ini
+++ b/tests/wpt/meta/fetch/api/response/response-stream-disturbed-by-pipe.any.js.ini
@@ -1,13 +1,3 @@
-[response-stream-disturbed-by-pipe.any.worker.html]
- [using pipeThrough on Response body should disturb it synchronously]
- expected: FAIL
-
-
-[response-stream-disturbed-by-pipe.any.html]
- [using pipeThrough on Response body should disturb it synchronously]
- expected: FAIL
-
-
[response-stream-disturbed-by-pipe.any.serviceworker.html]
expected: ERROR
diff --git a/tests/wpt/meta/streams/piping/pipe-through.any.js.ini b/tests/wpt/meta/streams/piping/pipe-through.any.js.ini
index 1628289001f..1828ea894f4 100644
--- a/tests/wpt/meta/streams/piping/pipe-through.any.js.ini
+++ b/tests/wpt/meta/streams/piping/pipe-through.any.js.ini
@@ -6,63 +6,6 @@
[pipe-through.any.worker.html]
expected: ERROR
- [Piping through a duck-typed pass-through transform stream should work]
- expected: FAIL
-
- [Piping through a transform errored on the writable end does not cause an unhandled promise rejection]
- expected: FAIL
-
- [pipeThrough should not call pipeTo on this]
- expected: FAIL
-
- [pipeThrough should not call pipeTo on the ReadableStream prototype]
- expected: FAIL
-
- [pipeThrough should brand-check this and not allow 'null']
- expected: FAIL
-
- [pipeThrough should brand-check this and not allow 'undefined']
- expected: FAIL
-
- [pipeThrough should brand-check this and not allow '0']
- expected: FAIL
-
- [pipeThrough should brand-check this and not allow 'NaN']
- expected: FAIL
-
- [pipeThrough should brand-check this and not allow 'true']
- expected: FAIL
-
- [pipeThrough should brand-check this and not allow 'ReadableStream']
- expected: FAIL
-
- [pipeThrough should brand-check this and not allow '[object ReadableStream\]']
- expected: FAIL
-
- [pipeThrough should brand-check writable and not allow 'null']
- expected: FAIL
-
- [pipeThrough should brand-check writable and not allow 'undefined']
- expected: FAIL
-
- [pipeThrough should brand-check writable and not allow '0']
- expected: FAIL
-
- [pipeThrough should brand-check writable and not allow 'NaN']
- expected: FAIL
-
- [pipeThrough should brand-check writable and not allow 'true']
- expected: FAIL
-
- [pipeThrough should brand-check writable and not allow 'WritableStream']
- expected: FAIL
-
- [pipeThrough should brand-check writable and not allow '[object WritableStream\]']
- expected: FAIL
-
- [pipeThrough should rethrow errors from accessing readable or writable]
- expected: FAIL
-
[pipe-through.any.sharedworker.html]
expected: ERROR
@@ -84,59 +27,3 @@
[pipe-through.any.html]
expected: ERROR
- [Piping through a duck-typed pass-through transform stream should work]
- expected: FAIL
-
- [Piping through a transform errored on the writable end does not cause an unhandled promise rejection]
- expected: FAIL
-
- [pipeThrough should not call pipeTo on this]
- expected: FAIL
-
- [pipeThrough should not call pipeTo on the ReadableStream prototype]
- expected: FAIL
-
- [pipeThrough should brand-check this and not allow 'null']
- expected: FAIL
-
- [pipeThrough should brand-check this and not allow 'undefined']
- expected: FAIL
-
- [pipeThrough should brand-check this and not allow '0']
- expected: FAIL
-
- [pipeThrough should brand-check this and not allow 'NaN']
- expected: FAIL
-
- [pipeThrough should brand-check this and not allow 'true']
- expected: FAIL
-
- [pipeThrough should brand-check this and not allow 'ReadableStream']
- expected: FAIL
-
- [pipeThrough should brand-check this and not allow '[object ReadableStream\]']
- expected: FAIL
-
- [pipeThrough should brand-check writable and not allow 'null']
- expected: FAIL
-
- [pipeThrough should brand-check writable and not allow 'undefined']
- expected: FAIL
-
- [pipeThrough should brand-check writable and not allow '0']
- expected: FAIL
-
- [pipeThrough should brand-check writable and not allow 'NaN']
- expected: FAIL
-
- [pipeThrough should brand-check writable and not allow 'true']
- expected: FAIL
-
- [pipeThrough should brand-check writable and not allow 'WritableStream']
- expected: FAIL
-
- [pipeThrough should brand-check writable and not allow '[object WritableStream\]']
- expected: FAIL
-
- [pipeThrough should rethrow errors from accessing readable or writable]
- expected: FAIL
diff --git a/tests/wpt/meta/streams/piping/throwing-options.any.js.ini b/tests/wpt/meta/streams/piping/throwing-options.any.js.ini
index 3b3bd453b5a..22c123de183 100644
--- a/tests/wpt/meta/streams/piping/throwing-options.any.js.ini
+++ b/tests/wpt/meta/streams/piping/throwing-options.any.js.ini
@@ -21,15 +21,6 @@
[throwing-options.any.html]
expected: TIMEOUT
- [pipeThrough should stop after getting preventAbort throws]
- expected: FAIL
-
- [pipeThrough should stop after getting preventCancel throws]
- expected: FAIL
-
- [pipeThrough should stop after getting preventClose throws]
- expected: FAIL
-
[pipeTo should stop after getting signal throws]
expected: TIMEOUT
@@ -39,15 +30,6 @@
[throwing-options.any.worker.html]
expected: TIMEOUT
- [pipeThrough should stop after getting preventAbort throws]
- expected: FAIL
-
- [pipeThrough should stop after getting preventCancel throws]
- expected: FAIL
-
- [pipeThrough should stop after getting preventClose throws]
- expected: FAIL
-
[pipeTo should stop after getting signal throws]
expected: TIMEOUT
diff --git a/tests/wpt/meta/streams/piping/transform-streams.any.js.ini b/tests/wpt/meta/streams/piping/transform-streams.any.js.ini
index b1cb2acddf3..1a7487edcac 100644
--- a/tests/wpt/meta/streams/piping/transform-streams.any.js.ini
+++ b/tests/wpt/meta/streams/piping/transform-streams.any.js.ini
@@ -10,18 +10,10 @@
[transform-streams.any.shadowrealm-in-sharedworker.html]
expected: ERROR
-[transform-streams.any.worker.html]
- [Piping through an identity transform stream should close the destination when the source closes]
- expected: FAIL
-
[transform-streams.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
-[transform-streams.any.html]
- [Piping through an identity transform stream should close the destination when the source closes]
- expected: FAIL
-
[transform-streams.any.shadowrealm-in-window.html]
expected: ERROR
diff --git a/tests/wpt/meta/streams/readable-byte-streams/templated.any.js.ini b/tests/wpt/meta/streams/readable-byte-streams/templated.any.js.ini
index 07aeb5043a8..4a2a0e63514 100644
--- a/tests/wpt/meta/streams/readable-byte-streams/templated.any.js.ini
+++ b/tests/wpt/meta/streams/readable-byte-streams/templated.any.js.ini
@@ -21,12 +21,3 @@
[templated.any.shadowrealm-in-sharedworker.html]
expected: ERROR
-
-[templated.any.worker.html]
- [ReadableStream with byte source (empty): instances have the correct methods and properties]
- expected: FAIL
-
-
-[templated.any.html]
- [ReadableStream with byte source (empty): instances have the correct methods and properties]
- expected: FAIL
diff --git a/tests/wpt/meta/streams/readable-streams/templated.any.js.ini b/tests/wpt/meta/streams/readable-streams/templated.any.js.ini
index 58edcae2bb1..3638f7cfbd8 100644
--- a/tests/wpt/meta/streams/readable-streams/templated.any.js.ini
+++ b/tests/wpt/meta/streams/readable-streams/templated.any.js.ini
@@ -4,13 +4,6 @@
[templated.any.serviceworker.html]
expected: ERROR
-[templated.any.html]
- [ReadableStream (empty): instances have the correct methods and properties]
- expected: FAIL
-
-[templated.any.worker.html]
- [ReadableStream (empty): instances have the correct methods and properties]
- expected: FAIL
[templated.any.shadowrealm.html]
expected: TIMEOUT
diff --git a/tests/wpt/meta/streams/transferable/transform-stream.html.ini b/tests/wpt/meta/streams/transferable/transform-stream.html.ini
deleted file mode 100644
index a5097f80874..00000000000
--- a/tests/wpt/meta/streams/transferable/transform-stream.html.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[transform-stream.html]
- [piping through transferred transforms should work]
- expected: FAIL