summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/encoding/streams
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/encoding/streams
parentInitial commit. (diff)
downloadfirefox-upstream.tar.xz
firefox-upstream.zip
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/encoding/streams')
-rw-r--r--testing/web-platform/meta/encoding/streams/backpressure.any.js.ini13
-rw-r--r--testing/web-platform/meta/encoding/streams/decode-attributes.any.js.ini15
-rw-r--r--testing/web-platform/meta/encoding/streams/decode-bad-chunks.any.js.ini15
-rw-r--r--testing/web-platform/meta/encoding/streams/decode-ignore-bom.any.js.ini15
-rw-r--r--testing/web-platform/meta/encoding/streams/decode-incomplete-input.any.js.ini15
-rw-r--r--testing/web-platform/meta/encoding/streams/decode-non-utf8.any.js.ini15
-rw-r--r--testing/web-platform/meta/encoding/streams/decode-split-character.any.js.ini15
-rw-r--r--testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini85
-rw-r--r--testing/web-platform/meta/encoding/streams/encode-bad-chunks.any.js.ini15
-rw-r--r--testing/web-platform/meta/encoding/streams/encode-utf8.any.js.ini15
-rw-r--r--testing/web-platform/meta/encoding/streams/invalid-realm.window.js.ini13
-rw-r--r--testing/web-platform/meta/encoding/streams/readable-writable-properties.any.js.ini15
-rw-r--r--testing/web-platform/meta/encoding/streams/realms.window.js.ini3
13 files changed, 249 insertions, 0 deletions
diff --git a/testing/web-platform/meta/encoding/streams/backpressure.any.js.ini b/testing/web-platform/meta/encoding/streams/backpressure.any.js.ini
new file mode 100644
index 0000000000..bbbfe2d138
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/backpressure.any.js.ini
@@ -0,0 +1,13 @@
+[backpressure.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[backpressure.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[backpressure.any.serviceworker.html]
+
+[backpressure.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/encoding/streams/decode-attributes.any.js.ini b/testing/web-platform/meta/encoding/streams/decode-attributes.any.js.ini
new file mode 100644
index 0000000000..bb96393601
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/decode-attributes.any.js.ini
@@ -0,0 +1,15 @@
+[decode-attributes.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-attributes.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-attributes.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-attributes.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/encoding/streams/decode-bad-chunks.any.js.ini b/testing/web-platform/meta/encoding/streams/decode-bad-chunks.any.js.ini
new file mode 100644
index 0000000000..0e5d4dc659
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/decode-bad-chunks.any.js.ini
@@ -0,0 +1,15 @@
+[decode-bad-chunks.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-bad-chunks.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-bad-chunks.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-bad-chunks.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/encoding/streams/decode-ignore-bom.any.js.ini b/testing/web-platform/meta/encoding/streams/decode-ignore-bom.any.js.ini
new file mode 100644
index 0000000000..c8568f6300
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/decode-ignore-bom.any.js.ini
@@ -0,0 +1,15 @@
+[decode-ignore-bom.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-ignore-bom.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-ignore-bom.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-ignore-bom.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/encoding/streams/decode-incomplete-input.any.js.ini b/testing/web-platform/meta/encoding/streams/decode-incomplete-input.any.js.ini
new file mode 100644
index 0000000000..901164e2e9
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/decode-incomplete-input.any.js.ini
@@ -0,0 +1,15 @@
+[decode-incomplete-input.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-incomplete-input.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-incomplete-input.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-incomplete-input.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/encoding/streams/decode-non-utf8.any.js.ini b/testing/web-platform/meta/encoding/streams/decode-non-utf8.any.js.ini
new file mode 100644
index 0000000000..6eaba95df0
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/decode-non-utf8.any.js.ini
@@ -0,0 +1,15 @@
+[decode-non-utf8.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-non-utf8.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-non-utf8.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-non-utf8.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/encoding/streams/decode-split-character.any.js.ini b/testing/web-platform/meta/encoding/streams/decode-split-character.any.js.ini
new file mode 100644
index 0000000000..d1f7da7c47
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/decode-split-character.any.js.ini
@@ -0,0 +1,15 @@
+[decode-split-character.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-split-character.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-split-character.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[decode-split-character.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini b/testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini
new file mode 100644
index 0000000000..df581eabb3
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini
@@ -0,0 +1,85 @@
+[decode-utf8.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [decoding one UTF-8 chunk should give one output string - SharedArrayBuffer]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
+ expected: FAIL
+
+ [decoding an empty chunk should give no output chunks - SharedArrayBuffer]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
+ expected: FAIL
+
+ [an initial empty chunk should be ignored - SharedArrayBuffer]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
+ expected: FAIL
+
+ [a trailing empty chunk should be ignored - SharedArrayBuffer]
+ expected: FAIL
+
+ [UTF-8 EOF handling - SharedArrayBuffer]
+ expected: FAIL
+
+
+[decode-utf8.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [decoding one UTF-8 chunk should give one output string - SharedArrayBuffer]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
+ expected: FAIL
+
+ [decoding an empty chunk should give no output chunks - SharedArrayBuffer]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
+ expected: FAIL
+
+ [an initial empty chunk should be ignored - SharedArrayBuffer]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
+ expected: FAIL
+
+ [a trailing empty chunk should be ignored - SharedArrayBuffer]
+ expected: FAIL
+
+ [UTF-8 EOF handling - SharedArrayBuffer]
+ expected: FAIL
+
+
+[decode-utf8.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [decoding one UTF-8 chunk should give one output string - SharedArrayBuffer]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
+ expected: FAIL
+
+ [decoding an empty chunk should give no output chunks - SharedArrayBuffer]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
+ expected: FAIL
+
+ [an initial empty chunk should be ignored - SharedArrayBuffer]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
+ expected: FAIL
+
+ [a trailing empty chunk should be ignored - SharedArrayBuffer]
+ expected: FAIL
+
+ [UTF-8 EOF handling - SharedArrayBuffer]
+ expected: FAIL
+
+
+[decode-utf8.any.serviceworker.html]
+ bug: 1600445
+ expected:
+ if (os == "android") and debug and fission: [OK, TIMEOUT]
+ if (os == "android") and not debug: [OK, TIMEOUT]
+ [decoding one UTF-8 chunk should give one output string - SharedArrayBuffer]
+ expected: FAIL
+
+ [an initial empty chunk should be ignored - SharedArrayBuffer]
+ expected: FAIL
+
+ [decoding an empty chunk should give no output chunks - SharedArrayBuffer]
+ expected: FAIL
+
+ [a trailing empty chunk should be ignored - SharedArrayBuffer]
+ expected: FAIL
+
+ [UTF-8 EOF handling - SharedArrayBuffer]
+ expected: FAIL
diff --git a/testing/web-platform/meta/encoding/streams/encode-bad-chunks.any.js.ini b/testing/web-platform/meta/encoding/streams/encode-bad-chunks.any.js.ini
new file mode 100644
index 0000000000..5dd6b63297
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/encode-bad-chunks.any.js.ini
@@ -0,0 +1,15 @@
+[encode-bad-chunks.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[encode-bad-chunks.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[encode-bad-chunks.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[encode-bad-chunks.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/encoding/streams/encode-utf8.any.js.ini b/testing/web-platform/meta/encoding/streams/encode-utf8.any.js.ini
new file mode 100644
index 0000000000..24d56c55d3
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/encode-utf8.any.js.ini
@@ -0,0 +1,15 @@
+[encode-utf8.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[encode-utf8.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[encode-utf8.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[encode-utf8.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/encoding/streams/invalid-realm.window.js.ini b/testing/web-platform/meta/encoding/streams/invalid-realm.window.js.ini
new file mode 100644
index 0000000000..8669f6b8b9
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/invalid-realm.window.js.ini
@@ -0,0 +1,13 @@
+[invalid-realm.window.html]
+ expected: TIMEOUT
+ [TextDecoderStream: write in detached realm should succeed]
+ expected: TIMEOUT
+
+ [TextEncoderStream: write in detached realm should succeed]
+ expected: NOTRUN
+
+ [TextEncoderStream: close in detached realm should succeed]
+ expected: NOTRUN
+
+ [TextDecoderStream: close in detached realm should succeed]
+ expected: NOTRUN
diff --git a/testing/web-platform/meta/encoding/streams/readable-writable-properties.any.js.ini b/testing/web-platform/meta/encoding/streams/readable-writable-properties.any.js.ini
new file mode 100644
index 0000000000..44b04f84c2
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/readable-writable-properties.any.js.ini
@@ -0,0 +1,15 @@
+[readable-writable-properties.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[readable-writable-properties.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[readable-writable-properties.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[readable-writable-properties.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/encoding/streams/realms.window.js.ini b/testing/web-platform/meta/encoding/streams/realms.window.js.ini
new file mode 100644
index 0000000000..7045b191a9
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/realms.window.js.ini
@@ -0,0 +1,3 @@
+[realms.window.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]