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:
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]