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