diff --git a/dom/plugins/test/unit/xpcshell.ini b/dom/plugins/test/unit/xpcshell.ini index 4a721a47f077..2043a0db3e18 100644 --- a/dom/plugins/test/unit/xpcshell.ini +++ b/dom/plugins/test/unit/xpcshell.ini @@ -3,4 +3,8 @@ head = head_plugins.js tail = [test_bug455213.js] +# Bug 676953: test fails consistently on Android +fail-if = os == "android" [test_bug471245.js] +# Bug 676953: test fails consistently on Android +fail-if = os == "android" diff --git a/embedding/tests/unit/xpcshell.ini b/embedding/tests/unit/xpcshell.ini index b3c55a1e7f01..0b65665eca19 100644 --- a/embedding/tests/unit/xpcshell.ini +++ b/embedding/tests/unit/xpcshell.ini @@ -3,4 +3,8 @@ head = tail = [test_wwauthpromptfactory.js] +# Bug 676955: test fails consistently on Android +fail-if = os == "android" [test_wwpromptfactory.js] +# Bug 676955: test fails consistently on Android +fail-if = os == "android" diff --git a/intl/uconv/tests/unit/xpcshell.ini b/intl/uconv/tests/unit/xpcshell.ini index a9a34f6b66d6..809d365126c3 100644 --- a/intl/uconv/tests/unit/xpcshell.ini +++ b/intl/uconv/tests/unit/xpcshell.ini @@ -111,6 +111,8 @@ tail = [test_encode_CP852.js] [test_encode_CP855.js] [test_encode_CP857.js] +# Bug 676958: test consistently hangs on Android +skip-if = os == "android" [test_encode_CP862.js] [test_encode_CP864.js] [test_encode_CP874.js] diff --git a/ipc/testshell/tests/xpcshell.ini b/ipc/testshell/tests/xpcshell.ini index 045bfabadd89..71f62801c8ae 100644 --- a/ipc/testshell/tests/xpcshell.ini +++ b/ipc/testshell/tests/xpcshell.ini @@ -3,4 +3,6 @@ head = tail = [test_ipcshell.js] +# Bug 676963: test fails consistently on Android +fail-if = os == "android" [test_ipcshell_child.js] diff --git a/js/src/xpconnect/tests/unit/xpcshell.ini b/js/src/xpconnect/tests/unit/xpcshell.ini index c6bbbfba893c..cd04a912f44c 100644 --- a/js/src/xpconnect/tests/unit/xpcshell.ini +++ b/js/src/xpconnect/tests/unit/xpcshell.ini @@ -15,6 +15,8 @@ tail = [test_import.js] [test_js_weak_references.js] [test_localeCompare.js] +# Bug 676965: test fails consistently on Android +fail-if = os == "android" [test_recursive_import.js] [test_xpcomutils.js] [test_unload.js] diff --git a/modules/libpr0n/test/unit/xpcshell.ini b/modules/libpr0n/test/unit/xpcshell.ini index 756f31b1b1d5..b1086d4e6d75 100644 --- a/modules/libpr0n/test/unit/xpcshell.ini +++ b/modules/libpr0n/test/unit/xpcshell.ini @@ -8,4 +8,6 @@ tail = [test_encoder_apng.js] [test_encoder_png.js] [test_imgtools.js] +# Bug 676968: test fails consistently on Android +fail-if = os == "android" [test_moz_icon_uri.js] diff --git a/netwerk/test/unit/xpcshell.ini b/netwerk/test/unit/xpcshell.ini index d1e99369179c..e7f65ce09b5c 100644 --- a/netwerk/test/unit/xpcshell.ini +++ b/netwerk/test/unit/xpcshell.ini @@ -8,6 +8,8 @@ tail = [test_aboutblank.js] [test_auth_proxy.js] [test_authentication.js] +# Bug 675039: test hangs consistently on Android +skip-if = os == "android" [test_authpromptwrapper.js] [test_bug203271.js] [test_bug248970_cache.js] @@ -38,6 +40,8 @@ tail = [test_bug455311.js] [test_bug455598.js] [test_bug468426.js] +# Bug 675039: test hangs consistently on Android +skip-if = os == "android" [test_bug468594.js] [test_bug470716.js] [test_bug479413.js] @@ -47,6 +51,8 @@ tail = [test_bug490095.js] [test_bug504014.js] [test_bug510359.js] +# Bug 675039: test hangs consistently on Android +skip-if = os == "android" [test_bug515583.js] [test_bug528292.js] [test_bug540566.js] @@ -61,11 +67,21 @@ tail = [test_bug618835.js] [test_bug633743.js] [test_bug650955.js] +# Bug 677427: test fails consistently on Android +fail-if = os == "android" [test_bug652761.js] [test_bug651100.js] +# Bug 675044: test fails consistently on Android +fail-if = os == "android" [test_bug654926.js] +# Bug 675049: test fails consistently on Android +fail-if = os == "android" [test_bug654926_doom_and_read.js] +# Bug 675049: test fails consistently on Android +fail-if = os == "android" [test_bug654926_test_seek.js] +# Bug 675049: test fails consistently on Android +fail-if = os == "android" [test_bug659569.js] [test_bug660066.js] [test_bug651185.js] @@ -83,13 +99,29 @@ tail = [test_event_sink.js] [test_extract_charset_from_content_type.js] [test_fallback_no-cache-entry_canceled.js] +# Bug 675039: test hangs consistently on Android +skip-if = os == "android" [test_fallback_no-cache-entry_passing.js] +# Bug 675039: test hangs consistently on Android +skip-if = os == "android" [test_fallback_redirect-to-different-origin_canceled.js] +# Bug 675039: test hangs consistently on Android +skip-if = os == "android" [test_fallback_redirect-to-different-origin_passing.js] +# Bug 675039: test hangs consistently on Android +skip-if = os == "android" [test_fallback_request-error_canceled.js] +# Bug 675039: test hangs consistently on Android +skip-if = os == "android" [test_fallback_request-error_passing.js] +# Bug 675039: test hangs consistently on Android +skip-if = os == "android" [test_fallback_response-error_canceled.js] +# Bug 675039: test hangs consistently on Android +skip-if = os == "android" [test_fallback_response-error_passing.js] +# Bug 675039: test hangs consistently on Android +skip-if = os == "android" [test_file_partial_inputstream.js] [test_file_protocol.js] [test_filestreams.js] @@ -131,6 +163,8 @@ tail = [test_simple.js] [test_sockettransportsvc_available.js] [test_socks.js] +# Bug 675039: test hangs consistently on Android +skip-if = os == "android" [test_standardurl.js] [test_standardurl_port.js] [test_streamcopier.js] diff --git a/security/manager/ssl/tests/unit/xpcshell.ini b/security/manager/ssl/tests/unit/xpcshell.ini index da4a5e15e2ea..0dc7801435c3 100644 --- a/security/manager/ssl/tests/unit/xpcshell.ini +++ b/security/manager/ssl/tests/unit/xpcshell.ini @@ -3,5 +3,11 @@ head = tail = [test_datasignatureverifier.js] +# Bug 676972: test hangs consistently on Android +skip-if = os == "android" [test_hash_algorithms.js] +# Bug 676972: test hangs consistently on Android +skip-if = os == "android" [test_hmac.js] +# Bug 676972: test hangs consistently on Android +skip-if = os == "android" diff --git a/services/crypto/tests/unit/xpcshell.ini b/services/crypto/tests/unit/xpcshell.ini index 536e9e187c59..bee94247574f 100644 --- a/services/crypto/tests/unit/xpcshell.ini +++ b/services/crypto/tests/unit/xpcshell.ini @@ -5,3 +5,5 @@ tail = [test_crypto_crypt.js] [test_crypto_deriveKey.js] [test_crypto_random.js] +# Bug 676977: test hangs consistently on Android +skip-if = os == "android" diff --git a/services/sync/tests/unit/xpcshell.ini b/services/sync/tests/unit/xpcshell.ini index fee455551664..9c3d54e1c670 100644 --- a/services/sync/tests/unit/xpcshell.ini +++ b/services/sync/tests/unit/xpcshell.ini @@ -34,7 +34,8 @@ tail = [test_interval_triggers.js] [test_jpakeclient.js] # Bug 618233: this test produces random failures on Windows 7. -skip-if = os == "win" +# Bug 676978: test hangs on Android (see also testing/xpcshell/xpcshell.ini) +skip-if = os == "win" || os == "android" [test_keys.js] [test_load_modules.js] [test_log4moz.js] @@ -60,7 +61,8 @@ skip-if = os == "win" [test_service_detect_upgrade.js] [test_service_filelog.js] # Bug 664090: this test persistently fails on Windows opt builds. -skip-if = os == "win" && !debug +# 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] @@ -71,14 +73,17 @@ skip-if = os == "win" && !debug [test_service_sync_401.js] [test_service_sync_checkServerError.js] # Bug 604565: this test intermittently hangs on OS X debug builds. -skip-if = os == "mac" && debug +# 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. -skip-if = os == "mac" && debug +# Bug 676978: test hangs on Android (see also testing/xpcshell/xpcshell.ini) +skip-if = (os == "mac" && debug) || os == "android" [test_service_sync_updateEnabledEngines.js] # Bug 604565: this test intermittently hangs on OS X debug builds. -skip-if = os == "mac" && debug +# Bug 676978: test hangs on Android (see also testing/xpcshell/xpcshell.ini) +skip-if = (os == "mac" && debug) || os == "android" [test_service_verifyLogin.js] [test_service_wipeClient.js] [test_service_wipeServer.js] @@ -87,7 +92,8 @@ skip-if = os == "mac" && debug [test_syncengine.js] [test_syncengine_sync.js] # Bug 604565: this test intermittently hangs on OS X debug builds. -skip-if = os == "mac" && debug +# Bug 676978: test hangs on Android (see also testing/xpcshell/xpcshell.ini) +skip-if = (os == "mac" && debug) || os == "android" [test_syncscheduler.js] [test_syncstoragerequest.js] [test_tab_engine.js] diff --git a/storage/test/unit/xpcshell.ini b/storage/test/unit/xpcshell.ini index 5ccf28ec485c..7872158ed776 100644 --- a/storage/test/unit/xpcshell.ini +++ b/storage/test/unit/xpcshell.ini @@ -7,6 +7,8 @@ tail = [test_bug-429521.js] [test_bug-444233.js] [test_chunk_growth.js] +# Bug 676981: test fails consistently on Android +fail-if = os == "android" [test_connection_executeAsync.js] [test_js_helpers.js] [test_levenshtein.js] @@ -30,3 +32,5 @@ tail = [test_unicode.js] [test_vacuum.js] [test_telemetry_vfs.js] +# Bug 676981: test fails consistently on Android +# fail-if = os == "android" diff --git a/testing/xpcshell/xpcshell.ini b/testing/xpcshell/xpcshell.ini index 82a81276174e..730cf3029a82 100644 --- a/testing/xpcshell/xpcshell.ini +++ b/testing/xpcshell/xpcshell.ini @@ -15,6 +15,8 @@ [include:toolkit/components/commandlines/test/unit/xpcshell.ini] [include:toolkit/components/contentprefs/tests/unit/xpcshell.ini] [include:toolkit/components/passwordmgr/test/unit/xpcshell.ini] +# Bug 676989: tests hang on Android +skip-if = os == "android" [include:toolkit/components/places/tests/migration/xpcshell.ini] [include:toolkit/components/places/tests/autocomplete/xpcshell.ini] [include:toolkit/components/places/tests/expiration/xpcshell.ini] @@ -59,6 +61,8 @@ [include:services/crypto/tests/unit/xpcshell.ini] [include:services/crypto/components/tests/unit/xpcshell.ini] [include:services/sync/tests/unit/xpcshell.ini] +# Bug 676978: tests hang on Android +skip-if = os == "android" [include:browser/components/dirprovider/tests/unit/xpcshell.ini] [include:browser/components/feeds/test/unit/xpcshell.ini] [include:browser/components/places/tests/unit/xpcshell.ini] diff --git a/toolkit/components/ctypes/tests/unit/xpcshell.ini b/toolkit/components/ctypes/tests/unit/xpcshell.ini index e0fc8e295b7f..a91504be69e2 100644 --- a/toolkit/components/ctypes/tests/unit/xpcshell.ini +++ b/toolkit/components/ctypes/tests/unit/xpcshell.ini @@ -3,3 +3,5 @@ head = tail = [test_jsctypes.js] +# Bug 676989: test fails consistently on Android +fail-if = os == "android" diff --git a/toolkit/components/downloads/test/unit/xpcshell.ini b/toolkit/components/downloads/test/unit/xpcshell.ini index 4c53f3b6bffc..1215e5d9a81f 100644 --- a/toolkit/components/downloads/test/unit/xpcshell.ini +++ b/toolkit/components/downloads/test/unit/xpcshell.ini @@ -11,8 +11,12 @@ tail = [test_bug_409179.js] [test_bug_420230.js] [test_cancel_download_files_removed.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_download_manager.js] [test_download_samename.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_history_expiration.js] [test_memory_db_support.js] [test_offline_support.js] diff --git a/toolkit/components/places/tests/autocomplete/xpcshell.ini b/toolkit/components/places/tests/autocomplete/xpcshell.ini index cfc542768d68..f67bfe320255 100644 --- a/toolkit/components/places/tests/autocomplete/xpcshell.ini +++ b/toolkit/components/places/tests/autocomplete/xpcshell.ini @@ -8,8 +8,14 @@ tail = [test_418257.js] [test_422277.js] [test_autocomplete_on_value_removed_479089.js] +# Bug 676989: test fails consistently on Android +fail-if = os == "android" [test_download_embed_bookmarks.js] +# Bug 676989: test fails consistently on Android +fail-if = os == "android" [test_empty_search.js] +# Bug 676989: test fails consistently on Android +fail-if = os == "android" [test_enabled.js] [test_escape_self.js] [test_ignore_protocol.js] diff --git a/toolkit/components/places/tests/expiration/xpcshell.ini b/toolkit/components/places/tests/expiration/xpcshell.ini index 7a962504cec0..be26a60c37f4 100644 --- a/toolkit/components/places/tests/expiration/xpcshell.ini +++ b/toolkit/components/places/tests/expiration/xpcshell.ini @@ -3,14 +3,24 @@ head = head_expiration.js tail = [test_analyze_runs.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_annos_expire_history.js] [test_annos_expire_never.js] [test_annos_expire_policy.js] [test_annos_expire_session.js] +# Bug 676989: test fails consistently on Android +fail-if = os == "android" [test_notifications.js] +# Bug 676989: test fails consistently on Android +fail-if = os == "android" [test_notifications_onDeleteURI.js] [test_notifications_onDeleteVisits.js] [test_pref_interval.js] +# Bug 676989: test fails consistently on Android +fail-if = os == "android" [test_pref_maxpages.js] +# Bug 676989: test fails consistently on Android +fail-if = os == "android" [test_removeAllPages.js] [test_debug_expiration.js] diff --git a/toolkit/components/places/tests/queries/xpcshell.ini b/toolkit/components/places/tests/queries/xpcshell.ini index d8b4f2e4b904..7f48d7a69059 100644 --- a/toolkit/components/places/tests/queries/xpcshell.ini +++ b/toolkit/components/places/tests/queries/xpcshell.ini @@ -13,6 +13,8 @@ tail = [test_onlyBookmarked.js] [test_querySerialization.js] [test_redirectsMode.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_results-as-tag-contents-query.js] [test_results-as-visit.js] [test_searchterms-domain.js] @@ -20,5 +22,11 @@ tail = [test_searchterms-bookmarklets.js] [test_sort-date-site-grouping.js] [test_sorting.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_tags.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_transitions.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" diff --git a/toolkit/components/places/tests/unit/xpcshell.ini b/toolkit/components/places/tests/unit/xpcshell.ini index 0f4c39528614..216534878854 100644 --- a/toolkit/components/places/tests/unit/xpcshell.ini +++ b/toolkit/components/places/tests/unit/xpcshell.ini @@ -5,6 +5,8 @@ tail = [test_000_frecency.js] [test_248970.js] [test_317472.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_331487.js] [test_385397.js] [test_399264_query_to_string.js] @@ -16,6 +18,8 @@ tail = [test_405497.js] [test_408221.js] [test_412132.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_413784.js] [test_415460.js] [test_415757.js] @@ -37,9 +41,13 @@ tail = [test_486978_sort_by_date_queries.js] [test_536081.js] [test_adaptive.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_adaptive_bug527311.js] [test_annotations.js] [test_asyncExecuteLegacyQueries.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_async_history_api.js] [test_autocomplete_stopSearch_no_throw.js] [test_bookmark_catobs.js] @@ -52,12 +60,20 @@ tail = [test_database_replaceOnStartup.js] [test_doSetAndLoadFaviconForPage.js] [test_doSetAndLoadFaviconForPage_failures.js] +# Bug 676989: test fails consistently on Android +fail-if = os == "android" [test_download_history.js] +# Bug 676989: test fails consistently on Android +fail-if = os == "android" [test_dynamic_containers.js] [test_exclude_livemarks.js] [test_faviconService_expireAllFavicons.js] [test_favicons.js] +# Bug 676989: test fails consistently on Android +fail-if = os == "android" [test_frecency.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_getChildIndex.js] [test_history.js] [test_history_autocomplete_tags.js] @@ -65,6 +81,8 @@ tail = [test_history_notifications.js] [test_history_observer.js] [test_history_removeAllPages.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_history_sidebar.js] [test_isvisited.js] [test_lastModified.js] @@ -79,15 +97,23 @@ tail = [test_onItemChanged_tags.js] [test_placeURIs.js] [test_preventive_maintenance.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_preventive_maintenance_checkAndFixDatabase.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_preventive_maintenance_console.js] [test_removeVisitsByTimeframe.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_resolveNullBookmarkTitles.js] [test_result_sort.js] [test_sql_guid_functions.js] [test_tag_autocomplete_search.js] [test_tagging.js] [test_update_frecency_after_delete.js] +# Bug 676989: test hangs consistently on Android +skip-if = os == "android" [test_utils_backups_create.js] [test_utils_getURLsForContainerNode.js] [test_utils_setAnnotationsFor.js] diff --git a/toolkit/components/satchel/test/unit/xpcshell.ini b/toolkit/components/satchel/test/unit/xpcshell.ini index af7ffae37fa1..f3844754b692 100644 --- a/toolkit/components/satchel/test/unit/xpcshell.ini +++ b/toolkit/components/satchel/test/unit/xpcshell.ini @@ -4,6 +4,8 @@ tail = [test_autocomplete.js] [test_bug_248970.js] +# Bug 676989: test hangs on Android +skip-if = os == "android" [test_db_corrupt.js] [test_db_update_v1.js] [test_db_update_v1b.js] diff --git a/toolkit/components/telemetry/tests/unit/xpcshell.ini b/toolkit/components/telemetry/tests/unit/xpcshell.ini index 56b5dfdb08bf..ee7c3a22a1c7 100644 --- a/toolkit/components/telemetry/tests/unit/xpcshell.ini +++ b/toolkit/components/telemetry/tests/unit/xpcshell.ini @@ -4,3 +4,5 @@ tail = [test_nsITelemetry.js] [test_TelemetryPing.js] +# Bug 676989: test fails consistently on Android +# fail-if = os == "android" diff --git a/toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini b/toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini index b3538cb6da56..0f12380abf5a 100644 --- a/toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini +++ b/toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini @@ -3,35 +3,91 @@ head = head_addons.js tail = [test_AddonRepository.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_AddonRepository_cache.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_LightweightThemeManager.js] [test_badschema.js] [test_blocklistchange.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bootstrap.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug299716.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug299716_2.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug324121.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug335238.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug371495.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug384052.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug393285.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug394300.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug397778.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug406118.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug424262.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug425657.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug430120.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug449027.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug455906.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug465190.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug468528.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug470377_1.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug470377_2.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug470377_3.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug470377_4.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug514327_1.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug514327_2.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug514327_3.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_bug521905.js] [test_bug526598.js] [test_bug541420.js] @@ -39,6 +95,8 @@ tail = [test_bug554133.js] [test_bug559800.js] [test_bug563256.js] +# Bug 676992: test consistently fails on Android +fail-if = os == "android" [test_bug564030.js] [test_bug566626.js] [test_bug567184.js] @@ -53,6 +111,8 @@ tail = [test_bug596343.js] [test_bug596607.js] [test_bug616841.js] +# Bug 676992: test consistently fails on Android +fail-if = os == "android" [test_bug619730.js] [test_bug620837.js] [test_bug655254.js] @@ -63,9 +123,15 @@ tail = [test_disable.js] [test_distribution.js] [test_dss.js] +# Bug 676992: test consistently fails on Android +fail-if = os == "android" [test_duplicateplugins.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_error.js] [test_filepointer.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_fuel.js] [test_general.js] [test_getresource.js] @@ -83,6 +149,8 @@ tail = [test_gfxBlacklist_Vendor.js] [test_gfxBlacklist_prefs.js] [test_install.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_locale.js] [test_locked.js] [test_manifest.js] @@ -91,15 +159,29 @@ tail = [test_migrate3.js] [test_permissions.js] [test_plugins.js] +# Bug 676992: test consistently fails on Android +fail-if = os == "android" [test_registry.js] [test_safemode.js] [test_startup.js] +# Bug 676992: test consistently fails on Android +fail-if = os == "android" [test_targetPlatforms.js] [test_theme.js] +# Bug 676992: test consistently fails on Android +fail-if = os == "android" [test_types.js] [test_uninstall.js] [test_update.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_updatecheck.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_updateid.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" [test_upgrade.js] +# Bug 676992: test consistently hangs on Android +skip-if = os == "android" diff --git a/toolkit/mozapps/update/test_timermanager/unit/xpcshell.ini b/toolkit/mozapps/update/test_timermanager/unit/xpcshell.ini index 388743aa3eba..ade79f784413 100644 --- a/toolkit/mozapps/update/test_timermanager/unit/xpcshell.ini +++ b/toolkit/mozapps/update/test_timermanager/unit/xpcshell.ini @@ -3,3 +3,5 @@ head = tail = [test_0010_timermanager.js] +# Bug 676992: test consistently fails on Android +fail-if = os == "android" diff --git a/uriloader/exthandler/tests/unit/xpcshell.ini b/uriloader/exthandler/tests/unit/xpcshell.ini index 1ec0e6ce3236..b7189cd26542 100644 --- a/uriloader/exthandler/tests/unit/xpcshell.ini +++ b/uriloader/exthandler/tests/unit/xpcshell.ini @@ -5,4 +5,6 @@ tail = tail_handlerService.js [test_getTypeFromExtension_ext_to_type_mapping.js] [test_getTypeFromExtension_with_empty_Content_Type.js] [test_handlerService.js] +# Bug 676997: test consistently fails on Android +fail-if = os == "android" [test_punycodeURIs.js] diff --git a/uriloader/exthandler/tests/unit_ipc/xpcshell.ini b/uriloader/exthandler/tests/unit_ipc/xpcshell.ini index a68bd041733c..b77ef2600be6 100644 --- a/uriloader/exthandler/tests/unit_ipc/xpcshell.ini +++ b/uriloader/exthandler/tests/unit_ipc/xpcshell.ini @@ -3,3 +3,5 @@ head = tail = [test_encoding.js] +# Bug 676995: test hangs consistently on Android +skip-if = os == "android" diff --git a/xpcom/tests/unit/xpcshell.ini b/xpcom/tests/unit/xpcshell.ini index 32a24de16662..d86c71c8b8a0 100644 --- a/xpcom/tests/unit/xpcshell.ini +++ b/xpcom/tests/unit/xpcshell.ini @@ -6,8 +6,12 @@ tail = [test_bug332389.js] [test_bug333505.js] [test_bug364285-1.js] +# Bug 676998: test fails consistently on Android +fail-if = os == "android" [test_bug374754.js] [test_bug476919.js] +# Bug 676998: test fails consistently on Android +fail-if = os == "android" [test_bug478086.js] [test_bug656331.js] [test_compmgr_warnings.js] @@ -15,6 +19,8 @@ tail = [test_file_equality.js] [test_hidden_files.js] [test_home.js] +# Bug 676998: test fails consistently on Android +fail-if = os == "android" [test_iniProcessor.js] [test_ioutil.js] [test_localfile.js] @@ -28,5 +34,9 @@ skip-if = os == "win" # See bug: 676412 [test_streams.js] [test_stringstream.js] [test_symlinks.js] +# Bug 676998: test fails consistently on Android +fail-if = os == "android" [test_systemInfo.js] +# Bug 676998: test fails consistently on Android +fail-if = os == "android" [test_versioncomparator.js]