blob: 43b780fa7e53422665d9fca35ff043404a931578 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
|