Source code

Revision control

Copy as Markdown

Other Tools

[update-module-request-mode.https.html]
expected:
if (os == "android") and debug and not swgl: [OK, ERROR]
if (os == "linux") and not fission and not debug: [OK, CRASH]
[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 not debug and (os == "linux") and (processor == "x86_64"): [PASS, FAIL]
if not debug and (os == "linux") and (processor == "x86"): [PASS, FAIL]
if not debug and (os == "win"): [PASS, FAIL]