Bug 1140148 - Update xpcshell test manifests for Android 4.3 emulator; r=dminor

This commit is contained in:
Geoff Brown 2015-03-19 11:00:58 -06:00
Родитель bc02a50b1f
Коммит 13431d9251
4 изменённых файлов: 14 добавлений и 2 удалений

Просмотреть файл

@ -33,4 +33,6 @@ run-sequentially = Reusing same server on different specific ports.
[test_sjs_object_state.js]
[test_sjs_state.js]
[test_sjs_throwing_exceptions.js]
# Bug 1063533: frequent timeouts on Android 4.3
skip-if = android_version == "18"
[test_start_stop.js]

Просмотреть файл

@ -37,8 +37,8 @@ skip-if = toolkit == 'gonk'
# Storage service APIs
[test_storageservice_bso.js]
[test_storageservice_client.js]
# Bug 969624: Intermittent fail on Android 2.3 emulator
skip-if = os == "android" && android_version == "10"
# Bug 969624: Intermittent fail on Android 2.3 and Android 4.3 emulators
skip-if = android_version == "10" || android_version == "18"
[test_tokenserverclient.js]
skip-if = os == "android"

Просмотреть файл

@ -21,6 +21,8 @@ generated-files =
[test_nsITelemetry.js]
[test_TelemetryEnvironment.js]
# Bug 1144395: crash on Android 4.3
skip-if = android_version == "18"
[test_TelemetryFlagClear.js]
[test_TelemetryLateWrites.js]
[test_TelemetryLockCount.js]
@ -28,12 +30,18 @@ generated-files =
[test_TelemetryPing.js]
# Bug 676989: test fails consistently on Android
# fail-if = os == "android"
# Bug 1144395: crash on Android 4.3
skip-if = android_version == "18"
[test_TelemetryPing_idle.js]
[test_TelemetryStopwatch.js]
[test_TelemetryPingBuildID.js]
# Bug 1144395: crash on Android 4.3
skip-if = android_version == "18"
[test_ThirdPartyCookieProbe.js]
[test_TelemetrySendOldPings.js]
skip-if = debug == true || os == "android" # Disabled due to intermittent orange on Android
[test_TelemetrySession.js]
# Bug 1144395: crash on Android 4.3
skip-if = android_version == "18"
[test_ThreadHangStats.js]
run-sequentially = Bug 1046307, test can fail intermittently when CPU load is high

Просмотреть файл

@ -32,6 +32,8 @@ fail-if = os == "android"
fail-if = os == "android"
[test_file_createUnique.js]
[test_file_equality.js]
# Bug 1144393: fails consistently on Android 4.3 emulator
fail-if = android_version == "18"
[test_hidden_files.js]
[test_home.js]
# Bug 676998: test fails consistently on Android