blob: 25e625d3e1cb5765b633d986dc3bc17c62dd2794 (
plain)
1
2
3
4
5
6
7
8
|
[fetch-header-visibility.https.html]
expected:
if (os == "linux") and debug and fission and swgl: [OK, ERROR]
if (os == "linux") and debug and fission and not swgl: [OK, ERROR, CRASH]
if (os == "android") and debug and not fission: [OK, ERROR, CRASH]
if (os == "android") and debug and fission: [OK, TIMEOUT, ERROR, CRASH]
if (os == "linux") and not debug and not fission: [OK, ERROR, CRASH]
if (os == "linux") and debug and not fission: [OK, ERROR]
|