blob: 38d5c0d0ea5b6aaac560ec5d1cfdbba2ec448401 (
plain)
1
2
3
4
5
6
7
8
|
[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]
|