15 lines
471 B
INI
15 lines
471 B
INI
[mode-mixed.https.any.worker.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86"): CRASH
|
|
if (os == "mac") and debug: CRASH
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
|
|
[mode-mixed.https.any.serviceworker.html]
|
|
|
|
[mode-mixed.https.any.sharedworker.html]
|
|
|
|
[mode-mixed.https.any.html]
|
|
expected:
|
|
if debug and fission and (os == "win") and (processor == "x86_64"): CRASH
|
|
if debug and not fission: CRASH
|
|
if not debug and tsan: TIMEOUT
|