blob: 113f8385b97a477e428b7d5f6421c65e1459e702 (
plain)
1
2
3
4
5
6
7
8
|
[echo-large-bidirectional-streams.https.html]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64"): [TIMEOUT, OK]
if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT]
[Ensure large bidirectional streams does not cause race condition]
expected:
if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, TIMEOUT]
if (os == "linux") and not debug and fission and (processor == "x86_64"): [TIMEOUT, PASS]
|