7 lines
309 B
INI
7 lines
309 B
INI
[release-across-thread.tentative.https.html]
|
|
expected:
|
|
if not tsan and not debug and not asan and (os == "mac"): [OK, CRASH]
|
|
if not tsan and not debug and not asan and (os == "android"): [CRASH, OK]
|
|
if not tsan and not debug and asan: CRASH
|
|
if not tsan and debug: CRASH
|
|
if tsan: TIMEOUT
|