9 lines
387 B
INI
9 lines
387 B
INI
[pseudo-rendering-invalidation.html]
|
|
expected:
|
|
if (os == "mac") and not debug and (version == "OS X 14.7.1"): PASS
|
|
if (os == "linux") and swgl and not fission: [FAIL, PASS]
|
|
if (os == "linux") and not swgl: PASS
|
|
if (os == "android") and debug: [FAIL, PASS, TIMEOUT]
|
|
if (os == "android") and not debug: [PASS, FAIL, TIMEOUT]
|
|
if os == "win": FAIL
|
|
[PASS, FAIL]
|