Source code

Revision control

Copy as Markdown

Other Tools

[evaluation-error-4.html]
expected:
if debug and (os == "android") and fission: [OK, TIMEOUT]
if not debug and (os == "linux"): [OK, CRASH]
if not debug and (os == "mac"): [OK, CRASH]
if not debug and (os == "android"): [OK, CRASH]