blob: 4a7f4c7de0cef2588953c888e540a530a69bcd49 (
plain)
1
2
3
4
5
6
|
[wpt-server-http.sub.html]
expected:
if (os == "linux") and fission and not debug and (processor == "x86_64"): [OK, ERROR]
if (os == "linux") and not fission and not swgl and debug: [OK, ERROR, CRASH]
if (os == "linux") and not fission and not swgl and not debug: [OK, CRASH]
if (os == "linux") and not fission and swgl: [OK, ERROR, CRASH]
|