blob: d93355c75ecc872844f3e12e10b8f981a56db7b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[update-module-request-mode.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]
[headers of a main module script]
bug:
if fission and (os == "linux") and not debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1712652
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]
|