Bug 1130488 - disable tests broken by
bug 1114624 for thunderbird, until thunderbird can drop the legacy dl manager. r=paolo
Perma orange on comm-central:
- TEST-UNEXPECTED-TIMEOUT | toolkit/components/downloads/test/unit/test_cancel_download_files_removed.js
- TEST-UNEXPECTED-TIMEOUT | toolkit/components/downloads/test/unit/test_download_samename.js | Test timed out
- TEST-UNEXPECTED-TIMEOUT | uriloader/exthandler/tests/unit_ipc/test_encoding.js | Test timed out
--- a/toolkit/components/downloads/test/unit/xpcshell.ini
+++ b/toolkit/components/downloads/test/unit/xpcshell.ini
@@ -16,21 +16,23 @@ run-if = os == "win"
[test_bug_382825.js]
[test_bug_384744.js]
[test_bug_395092.js]
[test_bug_401430.js]
[test_bug_406857.js]
[test_bug_420230.js]
[test_cancel_download_files_removed.js]
# Bug 676989: test hangs consistently on Android
-skip-if = os == "android"
+# Bug 907732: thunderbird still uses legacy downloads manager.
+skip-if = (os == "android" || buildapp == '../mail')
[test_download_manager.js]
[test_download_samename.js]
# Bug 676989: test hangs consistently on Android
-skip-if = os == "android"
+# Bug 907732: thunderbird still uses legacy downloads manager.
+skip-if = (os == "android" || buildapp == '../mail')
[test_guid.js]
[test_history_expiration.js]
[test_offline_support.js]
[test_private_resume.js]
[test_privatebrowsing.js]
[test_privatebrowsing_cancel.js]
[test_removeDownloadsByTimeframe.js]
[test_resume.js]
--- a/uriloader/exthandler/tests/unit_ipc/xpcshell.ini
+++ b/uriloader/exthandler/tests/unit_ipc/xpcshell.ini
@@ -1,7 +1,8 @@
[DEFAULT]
head =
tail =
[test_encoding.js]
# Bug 676995: test hangs consistently on Android
-skip-if = (os == "android")
+# Bug 907732: thunderbird still uses legacy downloads manager.
+skip-if = (os == "android" || buildapp == '../mail')