15 lines
580 B
INI
15 lines
580 B
INI
[sync-no-timeout.any.html]
|
|
expected:
|
|
if debug and fission and (os == "win") and (processor == "x86"): CRASH
|
|
if debug and fission and (os == "mac"): CRASH
|
|
if debug and fission and (os == "linux"): CRASH
|
|
if not debug and (os == "android"): [OK, CRASH]
|
|
|
|
[sync-no-timeout.any.sharedworker.html]
|
|
|
|
[sync-no-timeout.any.worker.html]
|
|
expected:
|
|
if not asan and (os == "win") and debug and (processor == "x86_64"): CRASH
|
|
if not asan and (os == "mac") and not debug: [OK, CRASH]
|
|
if not asan and (os == "android") and not debug: [OK, CRASH]
|
|
if asan: CRASH
|