huge-fetch.any.js.ini (808B)
1 [huge-fetch.any.sharedworker.html] 2 expected: 3 if (processor == "x86") and (os == "linux"): [OK, CRASH] 4 5 [huge-fetch.any.worker.html] 6 expected: 7 if (os == "linux") and (processor == "x86"): [OK, CRASH] 8 if (os == "android") and not debug: [OK, CRASH] 9 10 [huge-fetch.any.serviceworker.html] 11 max-asserts: 2 12 expected: 13 if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] 14 if (os == "linux") and (processor == "x86"): [OK, ERROR] 15 if (os == "android") and not debug: [OK, ERROR] 16 [fetching a huge cacheable file but not reading it should not crash] 17 expected: 18 if (processor == "x86") and not debug: [PASS, TIMEOUT] 19 20 21 [huge-fetch.any.html] 22 expected: 23 if (os == "mac") and not debug: [OK, CRASH] 24 if (os == "linux") and (processor == "x86"): [OK, CRASH]