22 lines
771 B
INI
22 lines
771 B
INI
[mode-shared.https.any.html]
|
|
expected:
|
|
if (os == "linux") and debug and not fission: CRASH
|
|
if (os == "mac") and debug: CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[mode-shared.https.any.sharedworker.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
|
|
|
|
[mode-shared.https.any.worker.html]
|
|
expected:
|
|
if (os == "linux") and asan and fission: CRASH
|
|
if (os == "win") and debug: CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[mode-shared.https.any.serviceworker.html]
|
|
expected:
|
|
if (os == "linux") and asan and fission: CRASH
|
|
if (os == "android") and debug: CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|