diff options
Diffstat (limited to 'testing/web-platform/meta/streams/readable-byte-streams')
6 files changed, 90 insertions, 0 deletions
diff --git a/testing/web-platform/meta/streams/readable-byte-streams/bad-buffers-and-views.any.js.ini b/testing/web-platform/meta/streams/readable-byte-streams/bad-buffers-and-views.any.js.ini new file mode 100644 index 0000000000..de98126683 --- /dev/null +++ b/testing/web-platform/meta/streams/readable-byte-streams/bad-buffers-and-views.any.js.ini @@ -0,0 +1,15 @@ +[bad-buffers-and-views.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[bad-buffers-and-views.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[bad-buffers-and-views.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[bad-buffers-and-views.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/streams/readable-byte-streams/construct-byob-request.any.js.ini b/testing/web-platform/meta/streams/readable-byte-streams/construct-byob-request.any.js.ini new file mode 100644 index 0000000000..804cbb6440 --- /dev/null +++ b/testing/web-platform/meta/streams/readable-byte-streams/construct-byob-request.any.js.ini @@ -0,0 +1,15 @@ +[construct-byob-request.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[construct-byob-request.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[construct-byob-request.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[construct-byob-request.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/streams/readable-byte-streams/general.any.js.ini b/testing/web-platform/meta/streams/readable-byte-streams/general.any.js.ini new file mode 100644 index 0000000000..ce5645cfde --- /dev/null +++ b/testing/web-platform/meta/streams/readable-byte-streams/general.any.js.ini @@ -0,0 +1,15 @@ +[general.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[general.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[general.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[general.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/streams/readable-byte-streams/non-transferable-buffers.any.js.ini b/testing/web-platform/meta/streams/readable-byte-streams/non-transferable-buffers.any.js.ini new file mode 100644 index 0000000000..d75ae1cf76 --- /dev/null +++ b/testing/web-platform/meta/streams/readable-byte-streams/non-transferable-buffers.any.js.ini @@ -0,0 +1,15 @@ +[non-transferable-buffers.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[non-transferable-buffers.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[non-transferable-buffers.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[non-transferable-buffers.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/streams/readable-byte-streams/respond-after-enqueue.any.js.ini b/testing/web-platform/meta/streams/readable-byte-streams/respond-after-enqueue.any.js.ini new file mode 100644 index 0000000000..99f0866d8c --- /dev/null +++ b/testing/web-platform/meta/streams/readable-byte-streams/respond-after-enqueue.any.js.ini @@ -0,0 +1,15 @@ +[respond-after-enqueue.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[respond-after-enqueue.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[respond-after-enqueue.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[respond-after-enqueue.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/streams/readable-byte-streams/tee.any.js.ini b/testing/web-platform/meta/streams/readable-byte-streams/tee.any.js.ini new file mode 100644 index 0000000000..f1301c1b1a --- /dev/null +++ b/testing/web-platform/meta/streams/readable-byte-streams/tee.any.js.ini @@ -0,0 +1,15 @@ +[tee.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[tee.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[tee.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[tee.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |