blob: 64b81cf5bc3cb037a838798343b6d992ac73366d (
plain)
1
2
3
4
5
6
7
8
9
10
|
[chrome-bug-333487749.html]
expected:
if (os == "linux") and not swgl and not debug and not tsan and not asan and (version == "Ubuntu 22.04"): [PASS, TIMEOUT]
if (os == "linux") and not swgl and not debug and not tsan and asan: [PASS, TIMEOUT]
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if (os == "linux") and not swgl and debug and fission: TIMEOUT
if (os == "linux") and not swgl and debug and not fission: [TIMEOUT, PASS]
if (os == "linux") and not swgl and not debug and tsan: [TIMEOUT, PASS]
if (os == "linux") and swgl and debug: [PASS, TIMEOUT]
if (os == "linux") and swgl and not debug: [PASS, TIMEOUT]
|