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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
[webtransport-h3.https.sub.any.sharedworker.html]
expected:
if (os == "linux") and debug and not fission and not swgl: [OK, CRASH, TIMEOUT]
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 not debug: [FAIL, TIMEOUT]
if (os == "android") and debug: [TIMEOUT, FAIL]
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 not fission and not swgl: [OK, ERROR, CRASH]
if (os == "linux") and not fission and swgl: [OK, ERROR, CRASH]
if (os == "linux") and fission and not debug: [OK, ERROR]
if (os == "mac") and not debug: [OK, ERROR]
if os == "android": [TIMEOUT, OK]
[WebTransport server should be running and should handle a bidirectional stream]
expected:
if (os == "android") and release_or_beta: FAIL
if os == "android": 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 == "linux") and not debug and fission: [OK, CRASH]
if (os == "linux") and not debug and not fission: [OK, CRASH]
if (os == "mac") and not debug: [OK, CRASH]
if (os == "android") and not debug: [OK, TIMEOUT]
if (os == "android") and debug: [TIMEOUT, OK]
[WebTransport server should be running and should handle a bidirectional stream]
expected:
if (os == "android") and not debug: [FAIL, TIMEOUT]
if (os == "android") and debug: [TIMEOUT, FAIL]
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]
|