summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/encoding/streams
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/encoding/streams
parentInitial commit. (diff)
downloadfirefox-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/encoding/streams')
-rw-r--r--testing/web-platform/meta/encoding/streams/backpressure.any.js.ini10
-rw-r--r--testing/web-platform/meta/encoding/streams/decode-attributes.any.js.ini18
-rw-r--r--testing/web-platform/meta/encoding/streams/decode-bad-chunks.any.js.ini10
-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.ini9
-rw-r--r--testing/web-platform/meta/encoding/streams/decode-non-utf8.any.js.ini18
-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.ini80
-rw-r--r--testing/web-platform/meta/encoding/streams/encode-bad-chunks.any.js.ini9
-rw-r--r--testing/web-platform/meta/encoding/streams/encode-utf8.any.js.ini9
-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.ini18
-rw-r--r--testing/web-platform/meta/encoding/streams/realms.window.js.ini3
13 files changed, 227 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..a8abcd0adf
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/backpressure.any.js.ini
@@ -0,0 +1,10 @@
+[backpressure.any.html]
+
+[backpressure.any.worker.html]
+
+[backpressure.any.serviceworker.html]
+
+[backpressure.any.sharedworker.html]
+
+[backpressure.any.shadowrealm.html]
+ expected: ERROR
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..f8564edea6
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/decode-attributes.any.js.ini
@@ -0,0 +1,18 @@
+[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]
+
+[decode-attributes.any.shadowrealm.html]
+ expected: ERROR
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..536775281b
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/decode-bad-chunks.any.js.ini
@@ -0,0 +1,10 @@
+[decode-bad-chunks.any.serviceworker.html]
+
+[decode-bad-chunks.any.html]
+
+[decode-bad-chunks.any.worker.html]
+
+[decode-bad-chunks.any.shadowrealm.html]
+ expected: ERROR
+
+[decode-bad-chunks.any.sharedworker.html]
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..d8e88d8765
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/decode-incomplete-input.any.js.ini
@@ -0,0 +1,9 @@
+[decode-incomplete-input.any.sharedworker.html]
+
+[decode-incomplete-input.any.worker.html]
+
+[decode-incomplete-input.any.serviceworker.html]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+
+[decode-incomplete-input.any.html]
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..2f81c624e5
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/decode-non-utf8.any.js.ini
@@ -0,0 +1,18 @@
+[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]
+
+[decode-non-utf8.any.shadowrealm.html]
+ expected: ERROR
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..bde46ffd31
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini
@@ -0,0 +1,80 @@
+[decode-utf8.any.sharedworker.html]
+ [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]
+ [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]
+ [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 == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
+ if (os == "android") and swgl: [OK, TIMEOUT]
+ if (os == "android") and not swgl: [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..5a82627f57
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/encode-bad-chunks.any.js.ini
@@ -0,0 +1,9 @@
+[encode-bad-chunks.any.sharedworker.html]
+
+[encode-bad-chunks.any.html]
+
+[encode-bad-chunks.any.serviceworker.html]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
+
+[encode-bad-chunks.any.worker.html]
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..194cf185a1
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/encode-utf8.any.js.ini
@@ -0,0 +1,9 @@
+[encode-utf8.any.serviceworker.html]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
+
+[encode-utf8.any.html]
+
+[encode-utf8.any.worker.html]
+
+[encode-utf8.any.sharedworker.html]
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..603f786195
--- /dev/null
+++ b/testing/web-platform/meta/encoding/streams/readable-writable-properties.any.js.ini
@@ -0,0 +1,18 @@
+[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]
+
+[readable-writable-properties.any.shadowrealm.html]
+ expected: ERROR
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]