summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/h1-parsing/status-code.window.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/fetch/h1-parsing/status-code.window.js.ini')
-rw-r--r--testing/web-platform/meta/fetch/h1-parsing/status-code.window.js.ini36
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/h1-parsing/status-code.window.js.ini b/testing/web-platform/meta/fetch/h1-parsing/status-code.window.js.ini
new file mode 100644
index 0000000000..43b780fa7e
--- /dev/null
+++ b/testing/web-platform/meta/fetch/h1-parsing/status-code.window.js.ini
@@ -0,0 +1,36 @@
+[status-code.window.html]
+ expected:
+ if (os == "android") and debug and fission: [TIMEOUT, OK]
+ if (os == "android") and debug and not fission: [OK, TIMEOUT]
+ [HTTP/1.1 (network error)]
+ expected: FAIL
+
+ [HTTP/1.1 BLAH (network error)]
+ expected: FAIL
+
+ [HTTP/1.1 0 OK ]
+ expected: FAIL
+
+ [HTTP/1.1 200 ]
+ expected: FAIL
+
+ [HTTP/1.1 1000 BOO (network error)]
+ expected: FAIL
+
+ [HTTP/1.1 0200 BOO (network error)]
+ expected: FAIL
+
+ [HTTP/1.1 65736 NOT 200 OR SOME SUCH (network error)]
+ expected: FAIL
+
+ [HTTP/1.1 131072 HI (network error)]
+ expected: FAIL
+
+ [HTTP/1.1 -200 TEST (network error)]
+ expected: FAIL
+
+ [HTTP/1.1 0xA (network error)]
+ expected: FAIL
+
+ [HTTP/1.1 C8 (network error)]
+ expected: FAIL