non-secure-context.any.js.ini (435B)
1 [non-secure-context.any.sharedworker.html] 2 3 [non-secure-context.any.html] 4 expected: 5 if debug and (os == "win") and (processor == "x86_64"): CRASH 6 if debug and (os == "linux") and not fission: CRASH 7 if not debug and asan and fission: CRASH 8 if debug and (os == "mac"): CRASH 9 10 [non-secure-context.any.worker.html] 11 expected: 12 if not fission and not asan and not debug: [OK, CRASH] 13 if not fission and asan: CRASH