22 lines
721 B
INI
22 lines
721 B
INI
[secure-context.https.any.sharedworker.html]
|
|
|
|
[secure-context.https.any.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
if (os == "linux") and not debug: OK
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
if os == "win": OK
|
|
CRASH
|
|
|
|
[secure-context.https.any.serviceworker.html]
|
|
expected:
|
|
if not tsan and asan and fission: CRASH
|
|
if tsan: TIMEOUT
|
|
|
|
[secure-context.https.any.worker.html]
|
|
expected:
|
|
if not tsan and (os == "win") and debug and (processor == "x86"): CRASH
|
|
if not tsan and (os == "linux") and asan and fission: CRASH
|
|
if not tsan and (os == "android") and debug: CRASH
|
|
if not tsan and (os == "android") and not debug: [OK, CRASH]
|
|
if tsan: TIMEOUT
|