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
|
[streams-close.https.any.worker.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK]
if (os == "mac") and debug: [TIMEOUT, OK]
[TIMEOUT, OK, CRASH]
[Close and abort unidirectional stream]
expected: FAIL
[streams-close.https.any.html]
expected: [OK, TIMEOUT]
[Close and abort unidirectional stream]
expected: FAIL
[streams-close.https.any.sharedworker.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK]
if (os == "mac") and debug: [TIMEOUT, OK]
[TIMEOUT, OK, CRASH]
[Close and abort unidirectional stream]
expected: FAIL
[streams-close.https.any.serviceworker.html]
expected:
if fission and (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK]
if fission and (os == "mac") and debug: [TIMEOUT, OK]
if not fission: [TIMEOUT, OK, ERROR, CRASH]
[TIMEOUT, OK, ERROR]
[Close and abort unidirectional stream]
expected: FAIL
|