Source code

Revision control

Copy as Markdown

Other Tools

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