Source code
Revision control
Copy as Markdown
Other Tools
[custom-highlight-painting-invalidation-007.html]
expected:
if (os == "linux") and fission and not swgl and not debug and not asan and not tsan: FAIL
if (os == "win") and not swgl and debug and (processor == "x86"): FAIL
if (os == "linux") and fission and not swgl and debug: FAIL
if (os == "linux") and not fission and not debug and not swgl: [PASS, FAIL]
if (os == "win") and not swgl and not debug: FAIL
if os == "mac": FAIL
[FAIL, PASS]