20 lines
669 B
INI
20 lines
669 B
INI
[signal.https.any.serviceworker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [CRASH, OK]
|
|
|
|
[signal.https.any.sharedworker.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86_64"): CRASH
|
|
|
|
[signal.https.any.html]
|
|
expected:
|
|
if (os == "linux") and asan and fission: CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[signal.https.any.worker.html]
|
|
expected:
|
|
if not tsan and debug and (os == "win") and (processor == "x86"): CRASH
|
|
if not tsan and not debug and asan and not fission: CRASH
|
|
if not tsan and debug and (os == "linux"): CRASH
|
|
if not tsan and debug and (os == "android"): CRASH
|
|
if tsan: TIMEOUT
|