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