6 lines
260 B
INI
6 lines
260 B
INI
[clientids.https.html]
|
|
expected:
|
|
if not tsan and not debug and (os == "linux") and fission and asan: CRASH
|
|
if not tsan and not debug and (os == "mac"): [OK, CRASH]
|
|
if not tsan and not debug and (os == "android"): [OK, CRASH]
|
|
if tsan: TIMEOUT
|