Source code

Revision control

Copy as Markdown

Other Tools

[unregister.https.html]
max-asserts: 2
expected:
if (os == "android") and not fission and debug and not swgl: [OK, ERROR]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT, ERROR]
[Unregister twice]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[Register then unregister]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]