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