43 lines
1.8 KiB
INI
43 lines
1.8 KiB
INI
[echo-large-bidirectional-streams.https.any.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86"): CRASH
|
|
if (os == "linux") and not debug and fission: [OK, TIMEOUT]
|
|
if (os == "linux") and not debug and not fission: CRASH
|
|
if (os == "mac") and debug: [CRASH, OK, TIMEOUT]
|
|
[Ensure large bidirectional streams does not cause race condition]
|
|
expected:
|
|
if (os == "linux") and not debug: [PASS, TIMEOUT]
|
|
|
|
|
|
[echo-large-bidirectional-streams.https.any.worker.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86"): CRASH
|
|
if (os == "linux") and fission and debug: CRASH
|
|
if (os == "linux") and fission and not debug: [OK, TIMEOUT]
|
|
if (os == "mac") and debug: [OK, TIMEOUT]
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
[Ensure large bidirectional streams does not cause race condition]
|
|
expected:
|
|
if (os == "mac") and debug: [PASS, TIMEOUT]
|
|
if (os == "linux") and fission: [PASS, TIMEOUT]
|
|
|
|
|
|
[echo-large-bidirectional-streams.https.any.sharedworker.html]
|
|
expected:
|
|
if (os == "linux") and not debug and fission: [OK, TIMEOUT]
|
|
if (os == "mac") and debug: [OK, TIMEOUT]
|
|
[Ensure large bidirectional streams does not cause race condition]
|
|
expected:
|
|
if (os == "linux") and not debug and fission: [PASS, TIMEOUT]
|
|
if (os == "mac") and debug: [PASS, TIMEOUT]
|
|
|
|
|
|
[echo-large-bidirectional-streams.https.any.serviceworker.html]
|
|
expected:
|
|
if not asan and (os == "mac") and debug: [OK, TIMEOUT]
|
|
if not asan and (os == "linux") and not debug: [OK, TIMEOUT]
|
|
if asan and fission: [CRASH, OK, TIMEOUT]
|
|
[Ensure large bidirectional streams does not cause race condition]
|
|
expected:
|
|
if (os == "linux") and not debug and fission: [PASS, TIMEOUT]
|
|
if (os == "mac") and debug: [PASS, TIMEOUT]
|