mode-exclusive.https.any.js.ini (501B)
1 [mode-exclusive.https.any.html] 2 3 [mode-exclusive.https.any.worker.html] 4 expected: 5 if os == "mac": [OK, CRASH] 6 if os == "android": [OK, CRASH] 7 8 [mode-exclusive.https.any.serviceworker.html] 9 expected: 10 if (os == "win") and debug and (processor == "x86_64"): CRASH 11 if (os == "linux") and debug and not fission: CRASH 12 if (os == "mac") and debug: CRASH 13 if os == "android": [OK, CRASH] 14 15 [mode-exclusive.https.any.sharedworker.html] 16 expected: 17 if os == "android": [OK, CRASH]