diff options
Diffstat (limited to 'testing/web-platform/meta/infrastructure/server/wpt-server-websocket.sub.html.ini')
-rw-r--r-- | testing/web-platform/meta/infrastructure/server/wpt-server-websocket.sub.html.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/meta/infrastructure/server/wpt-server-websocket.sub.html.ini b/testing/web-platform/meta/infrastructure/server/wpt-server-websocket.sub.html.ini new file mode 100644 index 0000000000..834b9358ec --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/wpt-server-websocket.sub.html.ini @@ -0,0 +1,6 @@ +[wpt-server-websocket.sub.html] + expected: + if (os == "linux") and not fission and debug and swgl: [OK, CRASH] + if (os == "linux") and fission and not debug and (processor == "x86_64"): [OK, ERROR, CRASH] + if (os == "linux") and fission and not debug and (processor == "x86"): [OK, ERROR, CRASH] + if (os == "linux") and not fission and not debug: [OK, CRASH] |