summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/compression
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/compression
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/compression')
-rw-r--r--testing/web-platform/meta/compression/__dir__.ini2
-rw-r--r--testing/web-platform/meta/compression/compression-bad-chunks.tentative.any.js.ini12
-rw-r--r--testing/web-platform/meta/compression/compression-constructor-error.tentative.any.js.ini10
-rw-r--r--testing/web-platform/meta/compression/compression-including-empty-chunk.tentative.any.js.ini10
-rw-r--r--testing/web-platform/meta/compression/compression-large-flush-output.any.js.ini10
-rw-r--r--testing/web-platform/meta/compression/compression-multiple-chunks.tentative.any.js.ini26
-rw-r--r--testing/web-platform/meta/compression/compression-output-length.tentative.any.js.ini10
-rw-r--r--testing/web-platform/meta/compression/compression-stream.tentative.any.js.ini10
-rw-r--r--testing/web-platform/meta/compression/decompression-bad-chunks.tentative.any.js.ini10
-rw-r--r--testing/web-platform/meta/compression/decompression-buffersource.tentative.any.js.ini10
-rw-r--r--testing/web-platform/meta/compression/decompression-constructor-error.tentative.any.js.ini10
-rw-r--r--testing/web-platform/meta/compression/decompression-correct-input.tentative.any.js.ini10
-rw-r--r--testing/web-platform/meta/compression/decompression-empty-input.tentative.any.js.ini10
-rw-r--r--testing/web-platform/meta/compression/decompression-split-chunk.tentative.any.js.ini10
-rw-r--r--testing/web-platform/meta/compression/decompression-uint8array-output.tentative.any.js.ini10
-rw-r--r--testing/web-platform/meta/compression/idlharness-shadowrealm.window.js.ini2
16 files changed, 162 insertions, 0 deletions
diff --git a/testing/web-platform/meta/compression/__dir__.ini b/testing/web-platform/meta/compression/__dir__.ini
new file mode 100644
index 0000000000..729e18c8f5
--- /dev/null
+++ b/testing/web-platform/meta/compression/__dir__.ini
@@ -0,0 +1,2 @@
+prefs: [dom.compression_streams.enabled:true]
+leak-threshold: [default:51200]
diff --git a/testing/web-platform/meta/compression/compression-bad-chunks.tentative.any.js.ini b/testing/web-platform/meta/compression/compression-bad-chunks.tentative.any.js.ini
new file mode 100644
index 0000000000..72eeae0db6
--- /dev/null
+++ b/testing/web-platform/meta/compression/compression-bad-chunks.tentative.any.js.ini
@@ -0,0 +1,12 @@
+[compression-bad-chunks.tentative.any.sharedworker.html]
+
+[compression-bad-chunks.tentative.any.serviceworker.html]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
+
+[compression-bad-chunks.tentative.any.html]
+
+[compression-bad-chunks.tentative.any.shadowrealm.html]
+ expected: ERROR
+
+[compression-bad-chunks.tentative.any.worker.html]
diff --git a/testing/web-platform/meta/compression/compression-constructor-error.tentative.any.js.ini b/testing/web-platform/meta/compression/compression-constructor-error.tentative.any.js.ini
new file mode 100644
index 0000000000..b6826c7a34
--- /dev/null
+++ b/testing/web-platform/meta/compression/compression-constructor-error.tentative.any.js.ini
@@ -0,0 +1,10 @@
+[compression-constructor-error.tentative.any.shadowrealm.html]
+ expected: ERROR
+
+[compression-constructor-error.tentative.any.worker.html]
+
+[compression-constructor-error.tentative.any.serviceworker.html]
+
+[compression-constructor-error.tentative.any.sharedworker.html]
+
+[compression-constructor-error.tentative.any.html]
diff --git a/testing/web-platform/meta/compression/compression-including-empty-chunk.tentative.any.js.ini b/testing/web-platform/meta/compression/compression-including-empty-chunk.tentative.any.js.ini
new file mode 100644
index 0000000000..a895bf1b9b
--- /dev/null
+++ b/testing/web-platform/meta/compression/compression-including-empty-chunk.tentative.any.js.ini
@@ -0,0 +1,10 @@
+[compression-including-empty-chunk.tentative.any.serviceworker.html]
+
+[compression-including-empty-chunk.tentative.any.shadowrealm.html]
+ expected: ERROR
+
+[compression-including-empty-chunk.tentative.any.html]
+
+[compression-including-empty-chunk.tentative.any.sharedworker.html]
+
+[compression-including-empty-chunk.tentative.any.worker.html]
diff --git a/testing/web-platform/meta/compression/compression-large-flush-output.any.js.ini b/testing/web-platform/meta/compression/compression-large-flush-output.any.js.ini
new file mode 100644
index 0000000000..ac89f6c60b
--- /dev/null
+++ b/testing/web-platform/meta/compression/compression-large-flush-output.any.js.ini
@@ -0,0 +1,10 @@
+[compression-large-flush-output.any.html]
+
+[compression-large-flush-output.any.serviceworker.html]
+
+[compression-large-flush-output.any.shadowrealm.html]
+ expected: ERROR
+
+[compression-large-flush-output.any.worker.html]
+
+[compression-large-flush-output.any.sharedworker.html]
diff --git a/testing/web-platform/meta/compression/compression-multiple-chunks.tentative.any.js.ini b/testing/web-platform/meta/compression/compression-multiple-chunks.tentative.any.js.ini
new file mode 100644
index 0000000000..5ba1c66b10
--- /dev/null
+++ b/testing/web-platform/meta/compression/compression-multiple-chunks.tentative.any.js.ini
@@ -0,0 +1,26 @@
+[compression-multiple-chunks.tentative.any.html]
+ expected:
+ if (os == "linux") and debug and not swgl and fission: [OK, ERROR]
+ if (os == "linux") and debug and swgl and fission: [ERROR, OK]
+ if (os == "linux") and debug and swgl and not fission: [OK, ERROR]
+ if (os == "linux") and debug and not swgl and not fission: [OK, ERROR]
+ if (os == "win") and swgl: [OK, TIMEOUT]
+
+[compression-multiple-chunks.tentative.any.sharedworker.html]
+ expected:
+ if debug and (os == "linux") and fission and not swgl: [OK, ERROR]
+ if debug and (os == "win") and not swgl: [OK, ERROR]
+ if debug and (os == "mac"): [OK, ERROR]
+
+[compression-multiple-chunks.tentative.any.worker.html]
+
+[compression-multiple-chunks.tentative.any.serviceworker.html]
+ expected:
+ if (os == "linux") and debug and fission and not swgl: [OK, CRASH]
+ if (os == "win") and not swgl and debug and (processor == "x86"): [OK, TIMEOUT, CRASH]
+ if (os == "win") and not swgl and debug and (processor == "x86_64"): [TIMEOUT, OK, CRASH]
+ if (os == "win") and swgl: [OK, TIMEOUT]
+ if (os == "mac") and debug: [OK, CRASH]
+
+[compression-multiple-chunks.tentative.any.shadowrealm.html]
+ expected: ERROR
diff --git a/testing/web-platform/meta/compression/compression-output-length.tentative.any.js.ini b/testing/web-platform/meta/compression/compression-output-length.tentative.any.js.ini
new file mode 100644
index 0000000000..43bb60e7ca
--- /dev/null
+++ b/testing/web-platform/meta/compression/compression-output-length.tentative.any.js.ini
@@ -0,0 +1,10 @@
+[compression-output-length.tentative.any.sharedworker.html]
+
+[compression-output-length.tentative.any.shadowrealm.html]
+ expected: ERROR
+
+[compression-output-length.tentative.any.worker.html]
+
+[compression-output-length.tentative.any.html]
+
+[compression-output-length.tentative.any.serviceworker.html]
diff --git a/testing/web-platform/meta/compression/compression-stream.tentative.any.js.ini b/testing/web-platform/meta/compression/compression-stream.tentative.any.js.ini
new file mode 100644
index 0000000000..a89d94343b
--- /dev/null
+++ b/testing/web-platform/meta/compression/compression-stream.tentative.any.js.ini
@@ -0,0 +1,10 @@
+[compression-stream.tentative.any.shadowrealm.html]
+ expected: ERROR
+
+[compression-stream.tentative.any.html]
+
+[compression-stream.tentative.any.serviceworker.html]
+
+[compression-stream.tentative.any.worker.html]
+
+[compression-stream.tentative.any.sharedworker.html]
diff --git a/testing/web-platform/meta/compression/decompression-bad-chunks.tentative.any.js.ini b/testing/web-platform/meta/compression/decompression-bad-chunks.tentative.any.js.ini
new file mode 100644
index 0000000000..9af10844b7
--- /dev/null
+++ b/testing/web-platform/meta/compression/decompression-bad-chunks.tentative.any.js.ini
@@ -0,0 +1,10 @@
+[decompression-bad-chunks.tentative.any.sharedworker.html]
+
+[decompression-bad-chunks.tentative.any.worker.html]
+
+[decompression-bad-chunks.tentative.any.serviceworker.html]
+
+[decompression-bad-chunks.tentative.any.shadowrealm.html]
+ expected: ERROR
+
+[decompression-bad-chunks.tentative.any.html]
diff --git a/testing/web-platform/meta/compression/decompression-buffersource.tentative.any.js.ini b/testing/web-platform/meta/compression/decompression-buffersource.tentative.any.js.ini
new file mode 100644
index 0000000000..d24256e71b
--- /dev/null
+++ b/testing/web-platform/meta/compression/decompression-buffersource.tentative.any.js.ini
@@ -0,0 +1,10 @@
+[decompression-buffersource.tentative.any.shadowrealm.html]
+ expected: ERROR
+
+[decompression-buffersource.tentative.any.serviceworker.html]
+
+[decompression-buffersource.tentative.any.worker.html]
+
+[decompression-buffersource.tentative.any.html]
+
+[decompression-buffersource.tentative.any.sharedworker.html]
diff --git a/testing/web-platform/meta/compression/decompression-constructor-error.tentative.any.js.ini b/testing/web-platform/meta/compression/decompression-constructor-error.tentative.any.js.ini
new file mode 100644
index 0000000000..1196565428
--- /dev/null
+++ b/testing/web-platform/meta/compression/decompression-constructor-error.tentative.any.js.ini
@@ -0,0 +1,10 @@
+[decompression-constructor-error.tentative.any.html]
+
+[decompression-constructor-error.tentative.any.shadowrealm.html]
+ expected: ERROR
+
+[decompression-constructor-error.tentative.any.sharedworker.html]
+
+[decompression-constructor-error.tentative.any.worker.html]
+
+[decompression-constructor-error.tentative.any.serviceworker.html]
diff --git a/testing/web-platform/meta/compression/decompression-correct-input.tentative.any.js.ini b/testing/web-platform/meta/compression/decompression-correct-input.tentative.any.js.ini
new file mode 100644
index 0000000000..72aceaee17
--- /dev/null
+++ b/testing/web-platform/meta/compression/decompression-correct-input.tentative.any.js.ini
@@ -0,0 +1,10 @@
+[decompression-correct-input.tentative.any.html]
+
+[decompression-correct-input.tentative.any.shadowrealm.html]
+ expected: ERROR
+
+[decompression-correct-input.tentative.any.sharedworker.html]
+
+[decompression-correct-input.tentative.any.serviceworker.html]
+
+[decompression-correct-input.tentative.any.worker.html]
diff --git a/testing/web-platform/meta/compression/decompression-empty-input.tentative.any.js.ini b/testing/web-platform/meta/compression/decompression-empty-input.tentative.any.js.ini
new file mode 100644
index 0000000000..d5a2e4a6af
--- /dev/null
+++ b/testing/web-platform/meta/compression/decompression-empty-input.tentative.any.js.ini
@@ -0,0 +1,10 @@
+[decompression-empty-input.tentative.any.worker.html]
+
+[decompression-empty-input.tentative.any.sharedworker.html]
+
+[decompression-empty-input.tentative.any.shadowrealm.html]
+ expected: ERROR
+
+[decompression-empty-input.tentative.any.html]
+
+[decompression-empty-input.tentative.any.serviceworker.html]
diff --git a/testing/web-platform/meta/compression/decompression-split-chunk.tentative.any.js.ini b/testing/web-platform/meta/compression/decompression-split-chunk.tentative.any.js.ini
new file mode 100644
index 0000000000..3d8715899e
--- /dev/null
+++ b/testing/web-platform/meta/compression/decompression-split-chunk.tentative.any.js.ini
@@ -0,0 +1,10 @@
+[decompression-split-chunk.tentative.any.shadowrealm.html]
+ expected: ERROR
+
+[decompression-split-chunk.tentative.any.serviceworker.html]
+
+[decompression-split-chunk.tentative.any.html]
+
+[decompression-split-chunk.tentative.any.sharedworker.html]
+
+[decompression-split-chunk.tentative.any.worker.html]
diff --git a/testing/web-platform/meta/compression/decompression-uint8array-output.tentative.any.js.ini b/testing/web-platform/meta/compression/decompression-uint8array-output.tentative.any.js.ini
new file mode 100644
index 0000000000..bb33730d86
--- /dev/null
+++ b/testing/web-platform/meta/compression/decompression-uint8array-output.tentative.any.js.ini
@@ -0,0 +1,10 @@
+[decompression-uint8array-output.tentative.any.sharedworker.html]
+
+[decompression-uint8array-output.tentative.any.shadowrealm.html]
+ expected: ERROR
+
+[decompression-uint8array-output.tentative.any.serviceworker.html]
+
+[decompression-uint8array-output.tentative.any.html]
+
+[decompression-uint8array-output.tentative.any.worker.html]
diff --git a/testing/web-platform/meta/compression/idlharness-shadowrealm.window.js.ini b/testing/web-platform/meta/compression/idlharness-shadowrealm.window.js.ini
new file mode 100644
index 0000000000..9bc980b7ca
--- /dev/null
+++ b/testing/web-platform/meta/compression/idlharness-shadowrealm.window.js.ini
@@ -0,0 +1,2 @@
+[idlharness-shadowrealm.window.html]
+ prefs: [javascript.options.experimental.shadow_realms:true]