9 lines
431 B
INI
9 lines
431 B
INI
[held.tentative.https.html]
|
|
expected:
|
|
if not debug and not tsan and not asan and (os == "win"): OK
|
|
if not debug and not tsan and not asan and (os == "mac"): [OK, CRASH]
|
|
if not debug and not tsan and not asan and (os == "linux"): OK
|
|
if not debug and not tsan and not asan and (os == "android"): [CRASH, OK]
|
|
if debug and (os == "linux") and not fission: [CRASH, OK]
|
|
if not debug and tsan: TIMEOUT
|
|
CRASH
|