Bug 1567341 - Disable failing tests in extensions/test/xpcshell. r=robwu

Differential Revision: https://phabricator.services.mozilla.com/D109557
This commit is contained in:
Agi Sferro 2021-03-24 20:20:06 +00:00
Родитель a36db342c9
Коммит 5a8c4f13ab
1 изменённых файлов: 7 добавлений и 1 удалений

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

@ -15,6 +15,7 @@ skip-if = os == 'android' # Bug 1545439
[test_ext_alarms_replaces.js]
[test_ext_api_permissions.js]
[test_ext_background_api_injection.js]
skip-if = os == "android" # Bug 1700482
[test_ext_background_early_shutdown.js]
[test_ext_background_generated_load_events.js]
[test_ext_background_generated_reload.js]
@ -42,7 +43,7 @@ run-sequentially = node server exceptions dont replay well
skip-if = appname == "thunderbird" || os == "android" || (os == "mac" && debug) # CP service is disabled on Android, macosx1014/debug due to 1564534
run-sequentially = node server exceptions dont replay well
[test_ext_cookieBehaviors.js]
skip-if = appname == "thunderbird" || tsan # Bug 1683730
skip-if = appname == "thunderbird" || tsan || os == "android" # Bug 1683730, Android: Bug 1700482
[test_ext_cookies_firstParty.js]
skip-if = appname == "thunderbird" || os == "android" || tsan # Android: Bug 1680132. tsan: Bug 1683730
[test_ext_cookies_samesite.js]
@ -61,6 +62,7 @@ skip-if = tsan # Bug 1683730
[test_ext_contentscript_css.js]
[test_ext_contentscript_exporthelpers.js]
[test_ext_contentscript_in_background.js]
skip-if = os == "android" # Bug 1700482
[test_ext_contentscript_module_import.js]
[test_ext_contentscript_restrictSchemes.js]
[test_ext_contentscript_teardown.js]
@ -157,6 +159,7 @@ skip-if = ccov && os == 'linux' # bug 1607581
[test_ext_runtime_sendMessage_no_receiver.js]
[test_ext_same_site_cookies.js]
[test_ext_same_site_redirects.js]
skip-if = os == "android" # Android: Bug 1700482
[test_ext_sandbox_var.js]
[test_ext_schema.js]
skip-if = os == "android" # Android: Bug 1680132
@ -169,6 +172,7 @@ skip-if = os == "android" # Android: Bug 1680132
skip-if = os == "android"
[test_ext_startup_perf.js]
[test_ext_startup_request_handler.js]
skip-if = os == "android" # Bug 1700482
[test_ext_storage_local.js]
skip-if = os == "android" && debug
[test_ext_storage_idb_data_migration.js]
@ -204,8 +208,10 @@ skip-if = os == 'android' # Bug 1258975 on android.
[test_ext_unload_frame.js]
skip-if = true # Too frequent intermittent failures
[test_ext_userScripts.js]
skip-if = os == "android" # Bug 1700482
[test_ext_userScripts_exports.js]
[test_ext_userScripts_telemetry.js]
skip-if = os == "android" # Bug 1700482
[test_ext_webRequest_auth.js]
skip-if = os == "android" && debug
[test_ext_webRequest_cached.js]