blob: cd7e8ada416efa0bbfa7fdae03d948ac0ec92388 (
plain)
1
2
3
4
5
6
7
|
[2d.drawImage.transform.html]
expected:
if (os == "linux") and fission and (processor == "x86_64") and not swgl and not debug: [ERROR, OK]
if (os == "win") and (processor == "x86_64") and debug and swgl: [ERROR, OK]
if (os == "win") and (processor == "x86_64") and not debug: [ERROR, OK]
if (os == "linux") and not fission and swgl: [ERROR, OK]
[OK, ERROR]
|