6 lines
250 B
INI
6 lines
250 B
INI
[post-task-then-detach.html]
|
|
expected:
|
|
if debug and (os == "win") and (processor == "x86_64"): CRASH
|
|
if debug and (os == "linux") and fission: CRASH
|
|
if not debug and asan and not fission: CRASH
|
|
if debug and (os == "android"): CRASH
|