Bug 659067 follow-up: move skip-if directives below the tests that were renamed

This commit is contained in:
Philipp von Weitershausen 2011-08-26 19:14:09 -07:00
parent 4d2c258712
commit 53e83ac0e3

View File

@ -27,7 +27,13 @@ tail =
[test_enginemanager.js]
[test_errorhandler.js]
[test_errorhandler_filelog.js]
# Bug 664090: this test persistently fails on Windows opt builds.
# Bug 676978: test hangs on Android (see also testing/xpcshell/xpcshell.ini)
skip-if = (os == "win" && !debug) || os == "android"
[test_errorhandler_sync_checkServerError.js]
# Bug 604565: this test intermittently hangs on OS X debug builds.
# Bug 676978: test hangs on Android (see also testing/xpcshell/xpcshell.ini)
skip-if = (os == "mac" && debug) || os == "android"
[test_forms_store.js]
[test_forms_tracker.js]
[test_history_engine.js]
@ -62,9 +68,6 @@ skip-if = os == "win" || os == "android"
[test_service_cluster.js]
[test_service_createAccount.js]
[test_service_detect_upgrade.js]
# Bug 664090: this test persistently fails on Windows opt builds.
# Bug 676978: test hangs on Android (see also testing/xpcshell/xpcshell.ini)
skip-if = (os == "win" && !debug) || os == "android"
[test_service_getStorageInfo.js]
[test_service_login.js]
[test_service_migratePrefs.js]
@ -73,9 +76,6 @@ skip-if = (os == "win" && !debug) || os == "android"
[test_service_startOver.js]
[test_service_startup.js]
[test_service_sync_401.js]
# Bug 604565: this test intermittently hangs on OS X debug builds.
# Bug 676978: test hangs on Android (see also testing/xpcshell/xpcshell.ini)
skip-if = (os == "mac" && debug) || os == "android"
[test_service_sync_locked.js]
[test_service_sync_remoteSetup.js]
# Bug 604565: this test intermittently hangs on OS X debug builds.