16 lines
490 B
INI
16 lines
490 B
INI
[secure-context.https.any.sharedworker.html]
|
|
|
|
[secure-context.https.any.serviceworker.html]
|
|
expected:
|
|
if (os == "win") and debug: CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[secure-context.https.any.worker.html]
|
|
expected:
|
|
if (os == "linux") and not debug and asan and fission: CRASH
|
|
if (os == "linux") and debug: CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[secure-context.https.any.html]
|
|
expected:
|
|
if (os == "android") and debug: CRASH
|