23 lines
802 B
INI
23 lines
802 B
INI
[decode-ignore-bom.any.html]
|
|
expected:
|
|
if debug and (os == "win") and (processor == "x86_64"): CRASH
|
|
if debug and (os == "linux"): CRASH
|
|
if not debug and (os == "android"): [OK, CRASH]
|
|
|
|
[decode-ignore-bom.any.serviceworker.html]
|
|
expected:
|
|
if not tsan and (os == "mac") and not debug: [OK, ERROR]
|
|
if not tsan and (os == "android") and not debug: [OK, ERROR]
|
|
if tsan: TIMEOUT
|
|
|
|
[decode-ignore-bom.any.sharedworker.html]
|
|
expected:
|
|
if asan and fission: CRASH
|
|
|
|
[decode-ignore-bom.any.worker.html]
|
|
expected:
|
|
if not tsan and (os == "linux") and not fission and not debug: CRASH
|
|
if not tsan and (os == "mac") and debug: CRASH
|
|
if not tsan and (os == "android") and debug: CRASH
|
|
if not tsan and (os == "android") and not debug: [OK, CRASH]
|
|
if tsan: TIMEOUT
|