23 lines
747 B
INI
23 lines
747 B
INI
[huge-fetch.any.sharedworker.html]
|
|
expected:
|
|
if (processor == "x86") and (os == "linux"): [OK, CRASH]
|
|
|
|
[huge-fetch.any.worker.html]
|
|
expected:
|
|
if (os == "linux") and (processor == "x86"): [OK, CRASH]
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[huge-fetch.any.serviceworker.html]
|
|
max-asserts: 2
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
|
|
if (os == "android") and not debug: [OK, ERROR]
|
|
[fetching a huge cacheable file but not reading it should not crash]
|
|
expected:
|
|
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|
|
|
|
|
|
[huge-fetch.any.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
if (os == "linux") and (processor == "x86"): [OK, CRASH]
|