17 lines
502 B
INI
17 lines
502 B
INI
[scheme-data.any.serviceworker.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, ERROR]
|
|
|
|
[scheme-data.any.worker.html]
|
|
expected:
|
|
if debug and (os == "linux") and not fission: CRASH
|
|
if debug and (os == "win"): CRASH
|
|
|
|
[scheme-data.any.html]
|
|
expected:
|
|
if not tsan and not asan and (os == "mac") and debug: CRASH
|
|
if not tsan and not asan and (os == "android") and not debug: [OK, CRASH]
|
|
if not tsan and asan: CRASH
|
|
if tsan: TIMEOUT
|
|
|
|
[scheme-data.any.sharedworker.html]
|