diff options
Diffstat (limited to 'testing/web-platform/meta/webtransport/echo-large-bidirectional-streams.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/webtransport/echo-large-bidirectional-streams.https.html.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webtransport/echo-large-bidirectional-streams.https.html.ini b/testing/web-platform/meta/webtransport/echo-large-bidirectional-streams.https.html.ini new file mode 100644 index 0000000000..113f8385b9 --- /dev/null +++ b/testing/web-platform/meta/webtransport/echo-large-bidirectional-streams.https.html.ini @@ -0,0 +1,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] |