Source code
Revision control
Copy as Markdown
Other Tools
[compute_pressure_multiple.https.window.html?globalScope=window]
expected:
if (os == "linux") and asan and fission: CRASH
if (os == "android") and not debug: [OK, CRASH]
[Three PressureObserver instances receive changes]
expected: FAIL
[compute_pressure_multiple.https.window.html?globalScope=dedicated_worker]
expected:
if debug and (os == "win") and (processor == "x86"): CRASH
if debug and (os == "linux") and not fission: CRASH
if not debug and fission and (os == "mac"): [ERROR, CRASH]
if not debug and not fission and (os == "linux"): CRASH
if not debug and not fission and (os == "android"): [ERROR, CRASH]
if debug and (os == "mac"): CRASH
ERROR
[Three PressureObserver instances receive changes]
expected: TIMEOUT