blob: de5cf76211ec33da7e3c0ecc77e5344011de03e8 (
plain)
1
2
3
4
5
6
7
8
9
|
[end-of-time-002-crash.html]
disabled:
if (os == "linux") and not debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1770058
expected:
if (os == "android") and not fission and debug and swgl: [CRASH, TIMEOUT]
if (os == "android") and not fission and debug and not swgl: [CRASH, ERROR, TIMEOUT]
if (os == "android") and not fission and not debug: [CRASH, TIMEOUT]
if (os == "android") and fission and not swgl: [CRASH, ERROR, TIMEOUT]
[TIMEOUT, CRASH]
|