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