diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/streams/transform-streams | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/streams/transform-streams')
12 files changed, 281 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..a940d50340 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/backpressure.any.js.ini @@ -0,0 +1,18 @@ +[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] + +[backpressure.any.shadowrealm.html] + expected: ERROR diff --git a/testing/web-platform/meta/streams/transform-streams/cancel.any.js.ini b/testing/web-platform/meta/streams/transform-streams/cancel.any.js.ini new file mode 100644 index 0000000000..50b52fcc57 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/cancel.any.js.ini @@ -0,0 +1,93 @@ +[cancel.any.sharedworker.html] + [cancelling the readable side should call transformer.cancel()] + expected: FAIL + + [cancelling the readable side should reject if transformer.cancel() throws] + expected: FAIL + + [aborting the writable side should call transformer.abort()] + expected: FAIL + + [aborting the writable side should reject if transformer.cancel() throws] + expected: FAIL + + [closing the writable side should reject if a parallel transformer.cancel() throws] + expected: FAIL + + [readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error()] + expected: FAIL + + [writable.abort() and readable.cancel() should reject if a transformer.cancel() calls controller.error()] + expected: FAIL + + +[cancel.any.serviceworker.html] + [cancelling the readable side should call transformer.cancel()] + expected: FAIL + + [cancelling the readable side should reject if transformer.cancel() throws] + expected: FAIL + + [aborting the writable side should call transformer.abort()] + expected: FAIL + + [aborting the writable side should reject if transformer.cancel() throws] + expected: FAIL + + [closing the writable side should reject if a parallel transformer.cancel() throws] + expected: FAIL + + [readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error()] + expected: FAIL + + [writable.abort() and readable.cancel() should reject if a transformer.cancel() calls controller.error()] + expected: FAIL + + +[cancel.any.shadowrealm.html] + expected: ERROR + +[cancel.any.worker.html] + [cancelling the readable side should call transformer.cancel()] + expected: FAIL + + [cancelling the readable side should reject if transformer.cancel() throws] + expected: FAIL + + [aborting the writable side should call transformer.abort()] + expected: FAIL + + [aborting the writable side should reject if transformer.cancel() throws] + expected: FAIL + + [closing the writable side should reject if a parallel transformer.cancel() throws] + expected: FAIL + + [readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error()] + expected: FAIL + + [writable.abort() and readable.cancel() should reject if a transformer.cancel() calls controller.error()] + expected: FAIL + + +[cancel.any.html] + [cancelling the readable side should call transformer.cancel()] + expected: FAIL + + [cancelling the readable side should reject if transformer.cancel() throws] + expected: FAIL + + [aborting the writable side should call transformer.abort()] + expected: FAIL + + [aborting the writable side should reject if transformer.cancel() throws] + expected: FAIL + + [closing the writable side should reject if a parallel transformer.cancel() throws] + expected: FAIL + + [readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error()] + expected: FAIL + + [writable.abort() and readable.cancel() should reject if a transformer.cancel() calls controller.error()] + expected: FAIL 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..0f284cac83 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/errors.any.js.ini @@ -0,0 +1,22 @@ +[errors.any.html] + [controller.error() should close writable immediately after readable.cancel()] + expected: FAIL + + +[errors.any.worker.html] + [controller.error() should close writable immediately after readable.cancel()] + expected: FAIL + + +[errors.any.serviceworker.html] + [controller.error() should close writable immediately after readable.cancel()] + expected: FAIL + + +[errors.any.sharedworker.html] + [controller.error() should close writable immediately after readable.cancel()] + expected: FAIL + + +[errors.any.shadowrealm.html] + expected: ERROR 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..432313d398 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/flush.any.js.ini @@ -0,0 +1,18 @@ +[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] + +[flush.any.shadowrealm.html] + expected: ERROR 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..bb8be21580 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/general.any.js.ini @@ -0,0 +1,30 @@ +[general.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [terminate() should abort writable immediately after readable.cancel()] + expected: FAIL + + +[general.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [terminate() should abort writable immediately after readable.cancel()] + expected: FAIL + + +[general.any.serviceworker.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [terminate() should abort writable immediately after readable.cancel()] + expected: FAIL + + +[general.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [terminate() should abort writable immediately after readable.cancel()] + expected: FAIL + + +[general.any.shadowrealm.html] + expected: ERROR 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..614c3cbb2d --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/lipfuzz.any.js.ini @@ -0,0 +1,10 @@ +[lipfuzz.any.serviceworker.html] + +[lipfuzz.any.html] + +[lipfuzz.any.sharedworker.html] + +[lipfuzz.any.worker.html] + +[lipfuzz.any.shadowrealm.html] + expected: ERROR 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..fe33cc3060 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/patched-global.any.js.ini @@ -0,0 +1,10 @@ +[patched-global.any.worker.html] + +[patched-global.any.html] + +[patched-global.any.sharedworker.html] + +[patched-global.any.serviceworker.html] + +[patched-global.any.shadowrealm.html] + expected: ERROR 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..1ce56944e2 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/properties.any.js.ini @@ -0,0 +1,10 @@ +[properties.any.serviceworker.html] + +[properties.any.sharedworker.html] + +[properties.any.worker.html] + +[properties.any.html] + +[properties.any.shadowrealm.html] + expected: ERROR 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..b06664e18d --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/reentrant-strategies.any.js.ini @@ -0,0 +1,30 @@ +[reentrant-strategies.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [writer.abort() inside size() should work] + expected: FAIL + + +[reentrant-strategies.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [writer.abort() inside size() should work] + expected: FAIL + + +[reentrant-strategies.any.serviceworker.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [writer.abort() inside size() should work] + expected: FAIL + + +[reentrant-strategies.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [writer.abort() inside size() should work] + expected: FAIL + + +[reentrant-strategies.any.shadowrealm.html] + expected: ERROR 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..811f43c619 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/strategies.any.js.ini @@ -0,0 +1,18 @@ +[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] + +[strategies.any.shadowrealm.html] + expected: ERROR 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..1105daa6e2 --- /dev/null +++ b/testing/web-platform/meta/streams/transform-streams/terminate.any.js.ini @@ -0,0 +1,18 @@ +[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] + +[terminate.any.shadowrealm.html] + expected: ERROR |