26 lines
922 B
INI
26 lines
922 B
INI
[integrity.sub.any.sharedworker.html]
|
|
expected:
|
|
if debug and (os == "win") and (processor == "x86_64"): CRASH
|
|
if debug and (os == "mac"): CRASH
|
|
|
|
[integrity.sub.any.html]
|
|
expected:
|
|
if not tsan and (os == "linux") and not fission and not debug: CRASH
|
|
if not tsan and (os == "mac") and not debug: [OK, CRASH]
|
|
if tsan: TIMEOUT
|
|
|
|
[integrity.sub.any.worker.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86"): CRASH
|
|
if (os == "linux") and not debug and not fission: CRASH
|
|
if (os == "mac") and not debug: [OK, TIMEOUT]
|
|
if (os == "linux") and debug: CRASH
|
|
if (os == "android") and debug: CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
[SHA-* integrity for opaque response]
|
|
expected:
|
|
if (os == "mac") and not debug: [PASS, NOTRUN]
|
|
|
|
[Empty string integrity for opaque response]
|
|
expected:
|
|
if (os == "mac") and not debug: [PASS, TIMEOUT]
|