blob: e2a1782c650f3ea6bd36ba1ee5a5a8674ad9a4db (
plain)
1
2
3
4
5
|
[update-result.https.html]
expected:
if (os == "android") and not fission and debug and not swgl: [OK, ERROR]
if (os == "linux") and not fission and not debug: [OK, CRASH]
if (os == "android") and fission: [OK, TIMEOUT, ERROR]
|