8 lines
262 B
INI
8 lines
262 B
INI
[web-lock.tentative.https.window.html]
|
|
expected:
|
|
if not debug and not asan and (os == "mac"): [OK, CRASH]
|
|
if not debug and not asan and (os == "android"): [CRASH, OK]
|
|
if not debug and asan: CRASH
|
|
if debug: CRASH
|
|
[web-lock]
|
|
expected: FAIL
|