Source code
Revision control
Copy as Markdown
Other Tools
[non-object.any.sharedworker.html]
expected:
if release_or_beta: ERROR
[non-object.any.worker.html]
expected:
if release_or_beta: ERROR
if debug and (os == "linux") and not fission: CRASH
if debug and (os == "mac"): CRASH
if not debug and (os == "android"): [OK, CRASH]
[non-object.any.html]
expected:
if release_or_beta: ERROR
if (os == "linux") and not fission and not debug: CRASH
if (os == "mac") and not debug: [OK, CRASH]