6 lines
264 B
INI
6 lines
264 B
INI
[unload.https.sub.html]
|
|
expected:
|
|
if not asan and (os == "win") and debug and (processor == "x86_64"): CRASH
|
|
if not asan and (os == "linux") and debug and fission: CRASH
|
|
if not asan and (os == "android") and not debug: [OK, CRASH]
|
|
if asan: CRASH
|