Bug 1405428 - skip-if = verify on xpcshell tests which do not pass test-verify. r=gbrown

This commit is contained in:
Joel Maher 2018-06-13 11:34:40 -04:00
parent 2cadce31c2
commit 1ef32bf5c6
11 changed files with 16 additions and 2 deletions

View File

@ -33,6 +33,7 @@ support-files =
[test_addon_reload.js]
skip-if = verify # verify mode causes AddonRepository shutdown errors
[test_addons_actor.js]
skip-if = (verify && !debug && (os == 'win'))
[test_animation_name.js]
[test_animation_type.js]
[test_actor-registry-actor.js]

View File

@ -67,6 +67,7 @@ skip-if = toolkit == 'android' # bug 864843
[test_persistenceType.js]
[test_put_get_values.js]
[test_put_get_values_autoIncrement.js]
skip-if = (verify && debug && (os == 'win'))
[test_readonly_transactions.js]
[test_remove_index.js]
[test_rename_index.js]

View File

@ -130,6 +130,7 @@ head = head_watchdog.js
head = head_watchdog.js
[test_watchdog_default.js]
head = head_watchdog.js
skip-if = (verify && debug && os == 'android')
[test_watchdog_hibernate.js]
head = head_watchdog.js
[test_weak_keys.js]

View File

@ -13,6 +13,7 @@ support-files = data/** ../httpd.js
[test_header_array.js]
[test_headers.js]
[test_host.js]
skip-if = (verify && debug && (os == 'mac'))
run-sequentially = Reusing same server on different specific ports.
[test_linedata.js]
[test_load_module.js]

View File

@ -299,6 +299,7 @@ fail-if = os == "android"
[test_simple.js]
[test_sockettransportsvc_available.js]
[test_socks.js]
skip-if = (verify && (os == 'mac'))
# Bug 675039: test fails consistently on Android
fail-if = os == "android"
# http2 unit tests require us to have node available to run the spdy and http2 server
@ -306,7 +307,7 @@ fail-if = os == "android"
# This used to be hasNode, but that caused too many issues with tests being
# silently disabled, so now we explicitly call out the platforms not known
# to have node installed.
skip-if = (os == "android")
skip-if = (os == "android") || verify
run-sequentially = node server exceptions dont replay well
[test_altsvc.js]
# This used to be hasNode, but that caused too many issues with tests being
@ -340,6 +341,7 @@ skip-if = os == "android"
[test_addr_in_use_error.js]
[test_about_networking.js]
[test_ping_aboutnetworking.js]
skip-if = (verify && (os == 'mac'))
[test_referrer.js]
[test_referrer_cross_origin.js]
[test_referrer_policy.js]
@ -395,6 +397,7 @@ skip-if = os == "android"
[test_separate_connections.js]
[test_trackingProtection_annotateChannels.js]
[test_race_cache_with_network.js]
skip-if = (verify && !debug && (os == 'win'))
[test_channel_priority.js]
[test_bug1312774_http1.js]
[test_1351443-missing-NewChannel2.js]
@ -403,6 +406,7 @@ skip-if = os == "android"
[test_bug1378385_http1.js]
[test_tls_flags_separate_connections.js]
[test_tls_flags.js]
skip-if = (verify && (os == 'linux'))
[test_uri_mutator.js]
[test_bug1411316_http1.js]
[test_header_Server_Timing.js]

View File

@ -15,5 +15,6 @@ support-files =
[test_DownloadPaths.js]
[test_Downloads.js]
[test_DownloadStore.js]
skip-if = (verify && !debug && (os == 'linux'))
[test_PrivateTemp.js]
skip-if = true # Bug 1336730

View File

@ -88,6 +88,7 @@ tags = addons
[test_hidden.js]
[test_currentEngine_fallback.js]
[test_require_engines_in_cache.js]
skip-if = (verify && !debug && (os == 'linux'))
[test_svg_icon.js]
[test_searchReset.js]
[test_addEngineWithDetails.js]

View File

@ -37,6 +37,7 @@ skip-if = os == "android"
[test_TelemetryLockCount.js]
[test_TelemetryController.js]
[test_TelemetryHealthPing.js]
skip-if = (verify && (os == 'win'))
tags = addons
[test_TelemetryController_idle.js]
[test_TelemetryControllerShutdown.js]
@ -48,6 +49,7 @@ skip-if = os == "android" # Disabled due to intermittent orange on Android
tags = addons
[test_TelemetrySession.js]
tags = addons
skip-if = (verify && debug && os == 'linux')
[test_TelemetrySession_abortedSessionQueued.js]
skip-if = os == "android"
[test_TelemetrySession_activeTicks.js]

View File

@ -53,7 +53,7 @@ skip-if = toolkit == 'android'
[test_Services.js]
skip-if = toolkit == 'android'
[test_sqlite.js]
skip-if = toolkit == 'android'
skip-if = toolkit == 'android' || (verify && !debug && os == 'win')
[test_sqlite_shutdown.js]
skip-if = toolkit == 'android'
[test_task.js]

View File

@ -5,6 +5,7 @@
# Tests that require the updater binary and the maintenance service.
[DEFAULT]
skip-if = (verify && (os == 'win'))
tags = appupdate
head = head_update.js

View File

@ -7,6 +7,7 @@ firefox-appdir = browser
[test_getTypeFromExtension_with_empty_Content_Type.js]
[test_badMIMEType.js]
[test_handlerService.js]
skip-if = (verify && (os == 'win'))
support-files = mailcap
# Bug 676997: test consistently fails on Android
fail-if = os == "android"