summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/infrastructure/server
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/infrastructure/server')
-rw-r--r--testing/web-platform/meta/infrastructure/server/__dir__.ini3
-rw-r--r--testing/web-platform/meta/infrastructure/server/context.any.js.ini24
-rw-r--r--testing/web-platform/meta/infrastructure/server/http2-context.sub.h2.any.js.ini15
-rw-r--r--testing/web-platform/meta/infrastructure/server/http2-websocket.sub.h2.any.js.ini7
-rw-r--r--testing/web-platform/meta/infrastructure/server/order-of-metas.any.js.ini11
-rw-r--r--testing/web-platform/meta/infrastructure/server/order-of-metas.window.js.ini3
-rw-r--r--testing/web-platform/meta/infrastructure/server/secure-context.https.any.js.ini15
-rw-r--r--testing/web-platform/meta/infrastructure/server/subdomain-flag.www.sub.window.js.ini3
-rw-r--r--testing/web-platform/meta/infrastructure/server/test-pac.html.ini3
-rw-r--r--testing/web-platform/meta/infrastructure/server/title.any.js.ini11
-rw-r--r--testing/web-platform/meta/infrastructure/server/webtransport-h3.https.sub.any.js.ini53
-rw-r--r--testing/web-platform/meta/infrastructure/server/wpt-server-http.sub.html.ini6
-rw-r--r--testing/web-platform/meta/infrastructure/server/wpt-server-websocket.sub.html.ini6
-rw-r--r--testing/web-platform/meta/infrastructure/server/wpt-server-wpt-flags.sub.html.ini16
14 files changed, 176 insertions, 0 deletions
diff --git a/testing/web-platform/meta/infrastructure/server/__dir__.ini b/testing/web-platform/meta/infrastructure/server/__dir__.ini
new file mode 100644
index 0000000000..8e9389ae6f
--- /dev/null
+++ b/testing/web-platform/meta/infrastructure/server/__dir__.ini
@@ -0,0 +1,3 @@
+lsan-disabled: true
+prefs: [network.webtransport.enabled:true, network.webtransport.datagrams.enabled:true, security.OCSP.enabled:0]
+leak-threshold: [default:51200, tab:51200]
diff --git a/testing/web-platform/meta/infrastructure/server/context.any.js.ini b/testing/web-platform/meta/infrastructure/server/context.any.js.ini
new file mode 100644
index 0000000000..b023771158
--- /dev/null
+++ b/testing/web-platform/meta/infrastructure/server/context.any.js.ini
@@ -0,0 +1,24 @@
+[context.any.sharedworker-module.html]
+
+[context.any.serviceworker-module.html]
+ expected:
+ if (os == "android") and fission: [ERROR, TIMEOUT]
+ ERROR
+
+[context.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[context.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[context.any.worker-module.html]
+
+[context.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[context.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/infrastructure/server/http2-context.sub.h2.any.js.ini b/testing/web-platform/meta/infrastructure/server/http2-context.sub.h2.any.js.ini
new file mode 100644
index 0000000000..f659846543
--- /dev/null
+++ b/testing/web-platform/meta/infrastructure/server/http2-context.sub.h2.any.js.ini
@@ -0,0 +1,15 @@
+[http2-context.sub.h2.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[http2-context.sub.h2.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[http2-context.sub.h2.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[http2-context.sub.h2.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/infrastructure/server/http2-websocket.sub.h2.any.js.ini b/testing/web-platform/meta/infrastructure/server/http2-websocket.sub.h2.any.js.ini
new file mode 100644
index 0000000000..cd74767ec3
--- /dev/null
+++ b/testing/web-platform/meta/infrastructure/server/http2-websocket.sub.h2.any.js.ini
@@ -0,0 +1,7 @@
+[http2-websocket.sub.h2.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[http2-websocket.sub.h2.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/infrastructure/server/order-of-metas.any.js.ini b/testing/web-platform/meta/infrastructure/server/order-of-metas.any.js.ini
new file mode 100644
index 0000000000..6f747e9a38
--- /dev/null
+++ b/testing/web-platform/meta/infrastructure/server/order-of-metas.any.js.ini
@@ -0,0 +1,11 @@
+[order-of-metas.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[order-of-metas.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[order-of-metas.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/infrastructure/server/order-of-metas.window.js.ini b/testing/web-platform/meta/infrastructure/server/order-of-metas.window.js.ini
new file mode 100644
index 0000000000..3278813257
--- /dev/null
+++ b/testing/web-platform/meta/infrastructure/server/order-of-metas.window.js.ini
@@ -0,0 +1,3 @@
+[order-of-metas.window.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/infrastructure/server/secure-context.https.any.js.ini b/testing/web-platform/meta/infrastructure/server/secure-context.https.any.js.ini
new file mode 100644
index 0000000000..28d504ce19
--- /dev/null
+++ b/testing/web-platform/meta/infrastructure/server/secure-context.https.any.js.ini
@@ -0,0 +1,15 @@
+[secure-context.https.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[secure-context.https.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[secure-context.https.any.serviceworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[secure-context.https.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/infrastructure/server/subdomain-flag.www.sub.window.js.ini b/testing/web-platform/meta/infrastructure/server/subdomain-flag.www.sub.window.js.ini
new file mode 100644
index 0000000000..f1379fd22d
--- /dev/null
+++ b/testing/web-platform/meta/infrastructure/server/subdomain-flag.www.sub.window.js.ini
@@ -0,0 +1,3 @@
+[subdomain-flag.www.sub.window.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/infrastructure/server/test-pac.html.ini b/testing/web-platform/meta/infrastructure/server/test-pac.html.ini
new file mode 100644
index 0000000000..0e6f993726
--- /dev/null
+++ b/testing/web-platform/meta/infrastructure/server/test-pac.html.ini
@@ -0,0 +1,3 @@
+[test-pac.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/infrastructure/server/title.any.js.ini b/testing/web-platform/meta/infrastructure/server/title.any.js.ini
new file mode 100644
index 0000000000..df5b889346
--- /dev/null
+++ b/testing/web-platform/meta/infrastructure/server/title.any.js.ini
@@ -0,0 +1,11 @@
+[title.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[title.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[title.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/infrastructure/server/webtransport-h3.https.sub.any.js.ini b/testing/web-platform/meta/infrastructure/server/webtransport-h3.https.sub.any.js.ini
new file mode 100644
index 0000000000..9b7b1d675e
--- /dev/null
+++ b/testing/web-platform/meta/infrastructure/server/webtransport-h3.https.sub.any.js.ini
@@ -0,0 +1,53 @@
+[webtransport-h3.https.sub.any.sharedworker.html]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
+ if (os == "android") and not debug: [OK, TIMEOUT]
+ if (os == "android") and debug: [TIMEOUT, OK]
+ if (os == "mac") and debug: [OK, TIMEOUT]
+ [OK, TIMEOUT, CRASH]
+ [WebTransport server should be running and should handle a bidirectional stream]
+ expected:
+ if (os == "android") and debug: [TIMEOUT, FAIL]
+ if (os == "android") and not debug: [FAIL, TIMEOUT]
+ if os == "win": [PASS, TIMEOUT]
+ if os == "mac": [PASS, TIMEOUT]
+ [PASS, FAIL, TIMEOUT]
+
+
+[webtransport-h3.https.sub.any.serviceworker.html]
+ expected:
+ if (os == "linux") and fission and not debug: [OK, ERROR]
+ if (os == "mac") and not debug: [OK, ERROR]
+ if (os == "linux") and not fission: [OK, ERROR, CRASH]
+ if os == "android": [TIMEOUT, OK]
+ [WebTransport server should be running and should handle a bidirectional stream]
+ expected:
+ if (os == "android") and release_or_beta: TIMEOUT
+ if (os == "android") and not debug: [TIMEOUT, FAIL]
+ if (os == "android") and debug: TIMEOUT
+ [PASS, TIMEOUT]
+
+
+[webtransport-h3.https.sub.any.worker.html]
+ expected:
+ if (os == "linux") and debug and not fission and not swgl: [OK, CRASH]
+ if (os == "android") and not debug: [OK, TIMEOUT]
+ if (os == "android") and debug: [TIMEOUT, OK]
+ if (os == "mac") and not debug: [OK, CRASH]
+ if (os == "linux") and not debug: [OK, CRASH]
+ [WebTransport server should be running and should handle a bidirectional stream]
+ expected:
+ if (os == "android") and debug: [TIMEOUT, FAIL]
+ if (os == "android") and not debug: [FAIL, TIMEOUT]
+ if os == "mac": [PASS, TIMEOUT]
+ if os == "win": [PASS, TIMEOUT]
+ [PASS, FAIL, TIMEOUT]
+
+
+[webtransport-h3.https.sub.any.html]
+ expected:
+ if os == "android": [OK, TIMEOUT]
+ [WebTransport server should be running and should handle a bidirectional stream]
+ expected:
+ if os == "android": [FAIL, TIMEOUT]
+ [PASS, TIMEOUT]
diff --git a/testing/web-platform/meta/infrastructure/server/wpt-server-http.sub.html.ini b/testing/web-platform/meta/infrastructure/server/wpt-server-http.sub.html.ini
new file mode 100644
index 0000000000..4a7f4c7de0
--- /dev/null
+++ b/testing/web-platform/meta/infrastructure/server/wpt-server-http.sub.html.ini
@@ -0,0 +1,6 @@
+[wpt-server-http.sub.html]
+ expected:
+ if (os == "linux") and fission and not debug and (processor == "x86_64"): [OK, ERROR]
+ if (os == "linux") and not fission and not swgl and debug: [OK, ERROR, CRASH]
+ if (os == "linux") and not fission and not swgl and not debug: [OK, CRASH]
+ if (os == "linux") and not fission and swgl: [OK, ERROR, CRASH]
diff --git a/testing/web-platform/meta/infrastructure/server/wpt-server-websocket.sub.html.ini b/testing/web-platform/meta/infrastructure/server/wpt-server-websocket.sub.html.ini
new file mode 100644
index 0000000000..834b9358ec
--- /dev/null
+++ b/testing/web-platform/meta/infrastructure/server/wpt-server-websocket.sub.html.ini
@@ -0,0 +1,6 @@
+[wpt-server-websocket.sub.html]
+ expected:
+ if (os == "linux") and not fission and debug and swgl: [OK, CRASH]
+ if (os == "linux") and fission and not debug and (processor == "x86_64"): [OK, ERROR, CRASH]
+ if (os == "linux") and fission and not debug and (processor == "x86"): [OK, ERROR, CRASH]
+ if (os == "linux") and not fission and not debug: [OK, CRASH]
diff --git a/testing/web-platform/meta/infrastructure/server/wpt-server-wpt-flags.sub.html.ini b/testing/web-platform/meta/infrastructure/server/wpt-server-wpt-flags.sub.html.ini
new file mode 100644
index 0000000000..e7de03ed2b
--- /dev/null
+++ b/testing/web-platform/meta/infrastructure/server/wpt-server-wpt-flags.sub.html.ini
@@ -0,0 +1,16 @@
+[wpt-server-wpt-flags.sub.html?wpt_flags=https]
+ expected:
+ if (os == "linux") and debug and not fission and swgl: [OK, ERROR]
+ if (os == "linux") and not debug and fission: [OK, ERROR]
+ if (os == "linux") and not debug and not fission: [OK, CRASH]
+
+[wpt-server-wpt-flags.sub.html]
+ expected:
+ if (os == "linux") and fission and debug and not swgl: [OK, CRASH]
+ if (os == "linux") and not fission and not debug: [OK, CRASH, ERROR]
+
+[wpt-server-wpt-flags.sub.html?wpt_flags=h2]
+ expected:
+ if (os == "linux") and fission and not debug and (processor == "x86_64"): [OK, ERROR]
+ if (os == "linux") and fission and debug and not swgl: [OK, ERROR, CRASH]
+ if (os == "linux") and not fission and not debug: [OK, CRASH]