25 lines
989 B
INI
25 lines
989 B
INI
[connect.https.any.serviceworker.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86"): CRASH
|
|
if (os == "linux") and fission and not debug: [OK, ERROR]
|
|
if (os == "mac") and not debug: [OK, ERROR]
|
|
if (os == "linux") and not fission: [OK, ERROR, CRASH]
|
|
|
|
[connect.https.any.worker.html]
|
|
expected:
|
|
if debug and (os == "win") and (processor == "x86"): CRASH
|
|
if debug and (os == "linux") and not fission: CRASH
|
|
if debug and (os == "mac"): CRASH
|
|
if not debug and (os == "mac"): [OK, CRASH]
|
|
if not debug and (os == "linux"): [OK, CRASH]
|
|
|
|
[connect.https.any.html]
|
|
expected:
|
|
if (os == "linux") and not tsan and debug and fission: CRASH
|
|
if (os == "linux") and not tsan and not debug and not fission: CRASH
|
|
|
|
[connect.https.any.sharedworker.html]
|
|
expected:
|
|
if not debug and (os == "linux") and tsan: [TIMEOUT, OK, CRASH]
|
|
if not debug and (os == "linux") and not tsan: [OK, CRASH]
|
|
if not debug and (os == "mac"): [OK, CRASH]
|