6 lines
241 B
INI
6 lines
241 B
INI
[navigate.window.html]
|
|
expected:
|
|
if not tsan and (os == "linux") and debug and fission: CRASH
|
|
if not tsan and (os == "android") and debug: CRASH
|
|
if not tsan and (os == "android") and not debug: [OK, CRASH]
|
|
if tsan: TIMEOUT
|