blob: 834b9358eccc7918a960905ddd6ea607fc0870a7 (
plain)
1
2
3
4
5
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]
|