blob: 452a1a941d9f74bc49618a9f4c8fe7fe3c686efe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[constructor.https.any.html]
expected: [OK]
[constructor.https.any.worker.html]
expected:
if (os == "linux") and debug and fission and not swgl: OK
if (os == "mac") and debug: OK
if os == "win": OK
[OK, CRASH]
[constructor.https.any.serviceworker.html]
expected:
if fission and (os == "linux") and debug and swgl: [OK, ERROR]
if not fission and debug and swgl: [OK, ERROR, CRASH]
if not fission and debug and not swgl: [OK, ERROR, CRASH]
if fission and (os == "linux") and not debug: [OK, ERROR]
if not fission and not debug: [OK, ERROR, CRASH]
[constructor.https.any.sharedworker.html]
expected:
if fission and (os == "linux") and debug and swgl: [OK, CRASH]
if fission and (os == "linux") and not debug: [OK, CRASH]
if not fission: [OK, CRASH]
|