20 lines
855 B
INI
20 lines
855 B
INI
[fetch-preflight.https.sub.any.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86"): CRASH
|
|
if (os == "android") and debug: CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[fetch-preflight.https.sub.any.worker.html]
|
|
expected:
|
|
if (os == "linux") and not tsan and not debug and fission and asan: CRASH
|
|
if (os == "linux") and not tsan and debug and not fission: CRASH
|
|
if (os == "win") and debug and (processor == "x86_64"): CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[fetch-preflight.https.sub.any.serviceworker.html]
|
|
expected:
|
|
if (os == "linux") and not tsan and debug and fission: CRASH
|
|
if (os == "linux") and not tsan and not debug and not fission: CRASH
|
|
if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
|
|
|
|
[fetch-preflight.https.sub.any.sharedworker.html]
|