7 lines
422 B
INI
7 lines
422 B
INI
[queuing-strategies-size-function-per-global.window.html]
|
|
expected:
|
|
if not tsan and (processor == "x86_64") and (os == "linux") and not fission and not debug: CRASH
|
|
if not tsan and (processor == "x86_64") and (os == "mac") and debug: CRASH
|
|
if not tsan and (processor == "x86_64") and (os == "android") and not debug: [OK, CRASH]
|
|
if not tsan and (processor == "x86") and debug: CRASH
|
|
if tsan: TIMEOUT
|