diff options
Diffstat (limited to 'testing/web-platform/meta/streams/transform-streams')
11 files changed, 154 insertions, 0 deletions
diff --git a/testing/web-platform/meta/streams/transform-streams/backpressure.any.js.ini b/testing/web-platform/meta/streams/transform-streams/backpressure.any.js.ini new file mode 100644 index 0000000000..1efe67e9c9 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/backpressure.any.js.ini @@ -0,0 +1,15 @@ +[backpressure.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[backpressure.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[backpressure.any.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + +[backpressure.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/streams/transform-streams/errors.any.js.ini b/testing/web-platform/meta/streams/transform-streams/errors.any.js.ini new file mode 100644 index 0000000000..b0c3082bf6 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/errors.any.js.ini @@ -0,0 +1,15 @@ +[errors.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[errors.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[errors.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[errors.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/streams/transform-streams/flush.any.js.ini b/testing/web-platform/meta/streams/transform-streams/flush.any.js.ini new file mode 100644 index 0000000000..13da5a80bc --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/flush.any.js.ini @@ -0,0 +1,15 @@ +[flush.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[flush.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[flush.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[flush.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/streams/transform-streams/general.any.js.ini b/testing/web-platform/meta/streams/transform-streams/general.any.js.ini new file mode 100644 index 0000000000..3e7f35a890 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/general.any.js.ini @@ -0,0 +1,15 @@ +[general.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[general.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[general.any.serviceworker.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + +[general.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/streams/transform-streams/invalid-realm.tentative.window.js.ini b/testing/web-platform/meta/streams/transform-streams/invalid-realm.tentative.window.js.ini new file mode 100644 index 0000000000..31315a22ad --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/invalid-realm.tentative.window.js.ini @@ -0,0 +1,4 @@ +[invalid-realm.tentative.window.html] + expected: TIMEOUT + [TransformStream: write in detached realm should succeed] + expected: TIMEOUT diff --git a/testing/web-platform/meta/streams/transform-streams/lipfuzz.any.js.ini b/testing/web-platform/meta/streams/transform-streams/lipfuzz.any.js.ini new file mode 100644 index 0000000000..d56baca813 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/lipfuzz.any.js.ini @@ -0,0 +1,15 @@ +[lipfuzz.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[lipfuzz.any.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + +[lipfuzz.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[lipfuzz.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/streams/transform-streams/patched-global.any.js.ini b/testing/web-platform/meta/streams/transform-streams/patched-global.any.js.ini new file mode 100644 index 0000000000..88ce8057d1 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/patched-global.any.js.ini @@ -0,0 +1,15 @@ +[patched-global.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[patched-global.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[patched-global.any.sharedworker.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + +[patched-global.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/streams/transform-streams/properties.any.js.ini b/testing/web-platform/meta/streams/transform-streams/properties.any.js.ini new file mode 100644 index 0000000000..8381b4c429 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/properties.any.js.ini @@ -0,0 +1,15 @@ +[properties.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[properties.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[properties.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[properties.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/streams/transform-streams/reentrant-strategies.any.js.ini b/testing/web-platform/meta/streams/transform-streams/reentrant-strategies.any.js.ini new file mode 100644 index 0000000000..203e0db725 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/reentrant-strategies.any.js.ini @@ -0,0 +1,15 @@ +[reentrant-strategies.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[reentrant-strategies.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[reentrant-strategies.any.serviceworker.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + +[reentrant-strategies.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/streams/transform-streams/strategies.any.js.ini b/testing/web-platform/meta/streams/transform-streams/strategies.any.js.ini new file mode 100644 index 0000000000..fc30fe6bd2 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/strategies.any.js.ini @@ -0,0 +1,15 @@ +[strategies.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[strategies.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[strategies.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[strategies.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/streams/transform-streams/terminate.any.js.ini b/testing/web-platform/meta/streams/transform-streams/terminate.any.js.ini new file mode 100644 index 0000000000..9fab330a40 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/terminate.any.js.ini @@ -0,0 +1,15 @@ +[terminate.any.worker.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + +[terminate.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[terminate.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[terminate.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |