зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1546553 - Disable some xpcshell tests on Android x86_64; r=jmaher
These tests need to be disabled to get a green run on the Android x86_64 test platform. The failures in toolkit/components/extensions are concerning and definitely require follow-up. Differential Revision: https://phabricator.services.mozilla.com/D29843 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
9e383c7916
Коммит
0f0beaf249
|
@ -12,3 +12,4 @@ skip-if = os == 'android'
|
|||
skip-if = true
|
||||
[test_privacy_transition.js]
|
||||
[test_setUsePrivateBrowsing.js]
|
||||
skip-if = os == 'android' && processor == 'x86_64' && debug
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
[test_sharedMap.js]
|
||||
skip-if = os == "android" && processor == "x86_64"
|
||||
|
|
|
@ -69,9 +69,11 @@ support-files =
|
|||
[test_deepFreezeClone.js]
|
||||
[test_defineModuleGetter.js]
|
||||
[test_file.js]
|
||||
skip-if = os == 'android' && processor == 'x86_64'
|
||||
[test_blob.js]
|
||||
[test_blob2.js]
|
||||
[test_file2.js]
|
||||
skip-if = os == 'android' && processor == 'x86_64'
|
||||
[test_getCallerLocation.js]
|
||||
[test_generateQI.js]
|
||||
[test_import.js]
|
||||
|
|
|
@ -184,6 +184,7 @@ skip-if = bits != 32
|
|||
[test_doomentry.js]
|
||||
[test_cacheflags.js]
|
||||
[test_cache_jar.js]
|
||||
skip-if = os == "android" && processor == "x86_64"
|
||||
[test_cache-entry-id.js]
|
||||
[test_channel_close.js]
|
||||
[test_compareURIs.js]
|
||||
|
@ -423,7 +424,7 @@ skip-if = (verify && !debug && (os == 'win'))
|
|||
[test_bug1378385_http1.js]
|
||||
[test_tls_flags_separate_connections.js]
|
||||
[test_tls_flags.js]
|
||||
skip-if = (verify && (os == 'linux'))
|
||||
skip-if = (verify && (os == 'linux')) || (os == "android" && processor == "x86_64")
|
||||
[test_uri_mutator.js]
|
||||
[test_bug1411316_http1.js]
|
||||
[test_header_Server_Timing.js]
|
||||
|
|
|
@ -48,19 +48,27 @@ skip-if = toolkit == 'android' # browser_action icon testing not supported on an
|
|||
[test_ext_schemas_async.js]
|
||||
[test_ext_schemas_allowed_contexts.js]
|
||||
[test_ext_schemas_interactive.js]
|
||||
skip-if = os == 'android' && processor == 'x86_64'
|
||||
[test_ext_schemas_manifest_permissions.js]
|
||||
skip-if = os == 'android' && processor == 'x86_64'
|
||||
[test_ext_schemas_privileged.js]
|
||||
skip-if = os == 'android' && processor == 'x86_64'
|
||||
[test_ext_schemas_revoke.js]
|
||||
[test_ext_test_mock.js]
|
||||
skip-if = os == 'android' && processor == 'x86_64'
|
||||
[test_ext_unknown_permissions.js]
|
||||
skip-if = os == 'android' && processor == 'x86_64'
|
||||
[test_load_all_api_modules.js]
|
||||
[test_locale_converter.js]
|
||||
[test_locale_data.js]
|
||||
skip-if = os == 'android' && processor == 'x86_64'
|
||||
[test_ext_ipcBlob.js]
|
||||
skip-if = os == 'android' && processor == 'x86_64'
|
||||
|
||||
[test_ext_runtime_sendMessage_args.js]
|
||||
skip-if = os == 'android' && processor == 'x86_64'
|
||||
|
||||
[include:xpcshell-common.ini]
|
||||
skip-if = os != 'android' # only android is left without e10s
|
||||
skip-if = os != 'android' || (os == 'android' && processor == 'x86_64') # only android is left without e10s
|
||||
[include:xpcshell-content.ini]
|
||||
skip-if = os != 'android' # only android is left without e10s
|
||||
skip-if = os != 'android' || (os == 'android' && processor == 'x86_64') # only android is left without e10s
|
||||
|
|
|
@ -48,7 +48,7 @@ skip-if = os == "android"
|
|||
[test_TelemetryController.js]
|
||||
[test_TelemetryClientID_reset.js]
|
||||
[test_HealthPing.js]
|
||||
skip-if = (verify && (os == 'win'))
|
||||
skip-if = (verify && (os == 'win')) || (os == 'android' && processor == 'x86_64')
|
||||
tags = addons
|
||||
[test_TelemetryController_idle.js]
|
||||
[test_TelemetryControllerShutdown.js]
|
||||
|
|
Загрузка…
Ссылка в новой задаче