18 lines
611 B
INI
18 lines
611 B
INI
[xhr-timeout-longtask.any.html]
|
|
expected:
|
|
if (os == "linux") and not debug and asan and fission: CRASH
|
|
if (os == "win") and debug and (processor == "x86"): CRASH
|
|
if (os == "linux") and debug: CRASH
|
|
[Long tasks should not trigger load timeout]
|
|
expected:
|
|
if (os == "mac") and debug: [PASS, FAIL]
|
|
if (os == "mac") and not debug: [PASS, FAIL]
|
|
FAIL
|
|
|
|
|
|
[xhr-timeout-longtask.any.worker.html]
|
|
[Long tasks should not trigger load timeout]
|
|
expected:
|
|
if (os == "linux") and debug and not fission: [FAIL, PASS]
|
|
if (os == "win") and not debug: PASS
|
|
[PASS, FAIL]
|