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