Source code

Revision control

Copy as Markdown

Other Tools

[2d.drawImage.broken.html]
expected:
if (os == "linux") and fission and not swgl and not debug and (processor == "x86_64"): [ERROR, OK]
if (os == "linux") and fission and not swgl and debug: [ERROR, OK]
if (os == "linux") and not fission and debug: [ERROR, OK]
if (os == "linux") and fission and swgl: [ERROR, OK]
if (os == "android") and not debug: [ERROR, OK]
[OK, ERROR]