summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/streams/writable-streams
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /testing/web-platform/meta/streams/writable-streams
parentInitial commit. (diff)
downloadthunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz
thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/streams/writable-streams')
-rw-r--r--testing/web-platform/meta/streams/writable-streams/aborting.any.js.ini9
-rw-r--r--testing/web-platform/meta/streams/writable-streams/bad-strategies.any.js.ini15
-rw-r--r--testing/web-platform/meta/streams/writable-streams/bad-underlying-sinks.any.js.ini15
-rw-r--r--testing/web-platform/meta/streams/writable-streams/byte-length-queuing-strategy.any.js.ini15
-rw-r--r--testing/web-platform/meta/streams/writable-streams/close.any.js.ini15
-rw-r--r--testing/web-platform/meta/streams/writable-streams/constructor.any.js.ini15
-rw-r--r--testing/web-platform/meta/streams/writable-streams/count-queuing-strategy.any.js.ini15
-rw-r--r--testing/web-platform/meta/streams/writable-streams/error.any.js.ini15
-rw-r--r--testing/web-platform/meta/streams/writable-streams/floating-point-total-queue-size.any.js.ini15
-rw-r--r--testing/web-platform/meta/streams/writable-streams/general.any.js.ini15
-rw-r--r--testing/web-platform/meta/streams/writable-streams/properties.any.js.ini15
-rw-r--r--testing/web-platform/meta/streams/writable-streams/reentrant-strategy.any.js.ini15
-rw-r--r--testing/web-platform/meta/streams/writable-streams/start.any.js.ini15
-rw-r--r--testing/web-platform/meta/streams/writable-streams/write.any.js.ini15
14 files changed, 204 insertions, 0 deletions
diff --git a/testing/web-platform/meta/streams/writable-streams/aborting.any.js.ini b/testing/web-platform/meta/streams/writable-streams/aborting.any.js.ini
new file mode 100644
index 0000000000..8e68b88e66
--- /dev/null
+++ b/testing/web-platform/meta/streams/writable-streams/aborting.any.js.ini
@@ -0,0 +1,9 @@
+[aborting.any.serviceworker.html]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+
+[aborting.any.html]
+
+[aborting.any.sharedworker.html]
+
+[aborting.any.worker.html]
diff --git a/testing/web-platform/meta/streams/writable-streams/bad-strategies.any.js.ini b/testing/web-platform/meta/streams/writable-streams/bad-strategies.any.js.ini
new file mode 100644
index 0000000000..f959ac082d
--- /dev/null
+++ b/testing/web-platform/meta/streams/writable-streams/bad-strategies.any.js.ini
@@ -0,0 +1,15 @@
+[bad-strategies.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[bad-strategies.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
+
+[bad-strategies.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[bad-strategies.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/streams/writable-streams/bad-underlying-sinks.any.js.ini b/testing/web-platform/meta/streams/writable-streams/bad-underlying-sinks.any.js.ini
new file mode 100644
index 0000000000..b8efa3905a
--- /dev/null
+++ b/testing/web-platform/meta/streams/writable-streams/bad-underlying-sinks.any.js.ini
@@ -0,0 +1,15 @@
+[bad-underlying-sinks.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[bad-underlying-sinks.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[bad-underlying-sinks.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[bad-underlying-sinks.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/streams/writable-streams/byte-length-queuing-strategy.any.js.ini b/testing/web-platform/meta/streams/writable-streams/byte-length-queuing-strategy.any.js.ini
new file mode 100644
index 0000000000..4a14ef2d6f
--- /dev/null
+++ b/testing/web-platform/meta/streams/writable-streams/byte-length-queuing-strategy.any.js.ini
@@ -0,0 +1,15 @@
+[byte-length-queuing-strategy.any.worker.html]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
+
+[byte-length-queuing-strategy.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[byte-length-queuing-strategy.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[byte-length-queuing-strategy.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/streams/writable-streams/close.any.js.ini b/testing/web-platform/meta/streams/writable-streams/close.any.js.ini
new file mode 100644
index 0000000000..d2946cd081
--- /dev/null
+++ b/testing/web-platform/meta/streams/writable-streams/close.any.js.ini
@@ -0,0 +1,15 @@
+[close.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[close.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[close.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[close.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/streams/writable-streams/constructor.any.js.ini b/testing/web-platform/meta/streams/writable-streams/constructor.any.js.ini
new file mode 100644
index 0000000000..eb48461455
--- /dev/null
+++ b/testing/web-platform/meta/streams/writable-streams/constructor.any.js.ini
@@ -0,0 +1,15 @@
+[constructor.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[constructor.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[constructor.any.worker.html]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
+
+[constructor.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/streams/writable-streams/count-queuing-strategy.any.js.ini b/testing/web-platform/meta/streams/writable-streams/count-queuing-strategy.any.js.ini
new file mode 100644
index 0000000000..b8954bb560
--- /dev/null
+++ b/testing/web-platform/meta/streams/writable-streams/count-queuing-strategy.any.js.ini
@@ -0,0 +1,15 @@
+[count-queuing-strategy.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[count-queuing-strategy.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[count-queuing-strategy.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[count-queuing-strategy.any.html]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
diff --git a/testing/web-platform/meta/streams/writable-streams/error.any.js.ini b/testing/web-platform/meta/streams/writable-streams/error.any.js.ini
new file mode 100644
index 0000000000..5909db7f7b
--- /dev/null
+++ b/testing/web-platform/meta/streams/writable-streams/error.any.js.ini
@@ -0,0 +1,15 @@
+[error.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[error.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[error.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[error.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/streams/writable-streams/floating-point-total-queue-size.any.js.ini b/testing/web-platform/meta/streams/writable-streams/floating-point-total-queue-size.any.js.ini
new file mode 100644
index 0000000000..96aec1c72b
--- /dev/null
+++ b/testing/web-platform/meta/streams/writable-streams/floating-point-total-queue-size.any.js.ini
@@ -0,0 +1,15 @@
+[floating-point-total-queue-size.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[floating-point-total-queue-size.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[floating-point-total-queue-size.any.html]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
+
+[floating-point-total-queue-size.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/streams/writable-streams/general.any.js.ini b/testing/web-platform/meta/streams/writable-streams/general.any.js.ini
new file mode 100644
index 0000000000..3df330c3d3
--- /dev/null
+++ b/testing/web-platform/meta/streams/writable-streams/general.any.js.ini
@@ -0,0 +1,15 @@
+[general.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[general.any.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]
diff --git a/testing/web-platform/meta/streams/writable-streams/properties.any.js.ini b/testing/web-platform/meta/streams/writable-streams/properties.any.js.ini
new file mode 100644
index 0000000000..fff4d88419
--- /dev/null
+++ b/testing/web-platform/meta/streams/writable-streams/properties.any.js.ini
@@ -0,0 +1,15 @@
+[properties.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
+
+[properties.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[properties.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[properties.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/streams/writable-streams/reentrant-strategy.any.js.ini b/testing/web-platform/meta/streams/writable-streams/reentrant-strategy.any.js.ini
new file mode 100644
index 0000000000..44cab69864
--- /dev/null
+++ b/testing/web-platform/meta/streams/writable-streams/reentrant-strategy.any.js.ini
@@ -0,0 +1,15 @@
+[reentrant-strategy.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[reentrant-strategy.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[reentrant-strategy.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[reentrant-strategy.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/streams/writable-streams/start.any.js.ini b/testing/web-platform/meta/streams/writable-streams/start.any.js.ini
new file mode 100644
index 0000000000..2620741fca
--- /dev/null
+++ b/testing/web-platform/meta/streams/writable-streams/start.any.js.ini
@@ -0,0 +1,15 @@
+[start.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[start.any.html]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
+
+[start.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[start.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/streams/writable-streams/write.any.js.ini b/testing/web-platform/meta/streams/writable-streams/write.any.js.ini
new file mode 100644
index 0000000000..462f05b573
--- /dev/null
+++ b/testing/web-platform/meta/streams/writable-streams/write.any.js.ini
@@ -0,0 +1,15 @@
+[write.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[write.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[write.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[write.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]