Bug 1538785 - disable plugin-related tests from windows10-aarch64 r=jmaher

Disabled plugin related tests.

Added `crashreporter` dependency for browser_restore_isAppTab.js.

Differential Revision: https://phabricator.services.mozilla.com/D25504

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Edwin Gao 2019-04-01 18:30:23 +00:00
Родитель 32c973a13b
Коммит cf79011546
9 изменённых файлов: 11 добавлений и 7 удалений

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

@ -357,6 +357,7 @@ support-files =
[browser_removeTabsToTheEnd.js]
# DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD.
[browser_restore_isAppTab.js]
skip-if = !crashreporter # test requires crashreporter due to 1536221
# DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD.
[browser_save_link-perwindowpb.js]
skip-if = (e10s && debug && os == "win") || verify # Bug 1280505

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

@ -92,8 +92,8 @@ skip-if = (os == 'win' && processor == 'aarch64') # bug 1533164
[browser_globalplugin_crashinfobar.js]
skip-if = !crashreporter
[browser_pluginCrashCommentAndURL.js]
skip-if = !crashreporter
skip-if = !crashreporter || (processor == 'aarch64' && os == 'win') # aarch64 due to 1538785
[browser_pluginCrashReportNonDeterminism.js]
skip-if = !crashreporter
skip-if = !crashreporter || (processor == 'aarch64' && os == 'win') # aarch64 due to 1538785
[browser_private_clicktoplay.js]
[browser_subframe_access_hidden_plugins.js]

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

@ -39,6 +39,7 @@ skip-if = os != 'mac'
[browser_policy_default_browser_check.js]
[browser_policy_disable_feedback_commands.js]
[browser_policy_disable_flash_plugin.js]
skip-if = (processor == 'aarch64' && os == 'win') # aarch64 due to 1538785
[browser_policy_disable_fxaccounts.js]
skip-if = (verify && debug && (os == 'mac'))
[browser_policy_disable_masterpassword.js]

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

@ -157,7 +157,7 @@ disabled = bug 1438663
[browser_ext_popup_sendMessage.js]
[browser_ext_popup_shutdown.js]
[browser_ext_port_disconnect_on_crash.js]
skip-if = !e10s || !crashreporter # the tab's process is killed during the test. Without e10s the parent process would die too.
skip-if = !e10s || !crashreporter || (processor == 'aarch64' && os == 'win') # the tab's process is killed during the test. Without e10s the parent process would die too, aarch64 due to 1538785
[browser_ext_port_disconnect_on_window_close.js]
[browser_ext_runtime_openOptionsPage.js]
[browser_ext_runtime_openOptionsPage_uninstall.js]

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

@ -758,7 +758,7 @@ tags = audiochannel
[test_openDialogChromeOnly.html]
tags = openwindow
[test_plugin_freezing.html]
skip-if = toolkit == 'android' #CLICK_TO_PLAY
skip-if = toolkit == 'android' || (os == 'win' && processor == 'aarch64') #CLICK_TO_PLAY, aarch64 due to 1538785
[test_pluginAudioNotification.html]
tags = audiochannel
skip-if = toolkit == 'android' # Plugins don't work on Android

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

@ -93,6 +93,7 @@ skip-if = !crashreporter || e10s
[test_instance_unparent3.html]
[test_instantiation.html]
[test_mixed_case_mime.html]
skip-if = (processor == 'aarch64' && os == 'win') # aarch64 due to 1538785
[test_multipleinstanceobjects.html]
[test_newstreamondestroy.html]
[test_npn_timers.html]

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

@ -70,7 +70,7 @@ skip-if = toolkit == 'android' #TIMED_OUT
[test_bug414291.html]
tags = openwindow
[test_bug427744.html]
skip-if = toolkit == 'android'
skip-if = toolkit == 'android' || (processor == 'aarch64' && os == 'win') # aarch64 due to 1538785
[test_bug42976.html]
[test_bug430276.html]
[test_bug440572.html]

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

@ -65,7 +65,7 @@ skip-if = (toolkit == 'android') # android doesn't have devtools
[test_ext_canvas_resistFingerprinting.html]
[test_ext_clipboard.html]
[test_ext_clipboard_image.html]
skip-if = headless # disabled test case with_permission_allow_copy, see inline comment. Headless: Bug 1405872
skip-if = headless || (processor == 'aarch64' && os == 'win') # aarch64 due to 1538785, disabled test case with_permission_allow_copy, see inline comment. Headless: Bug 1405872
[test_ext_contentscript_about_blank.html]
skip-if = os == 'android' # bug 1369440
[test_ext_contentscript_cache.html]
@ -113,6 +113,7 @@ skip-if = (toolkit == 'android') # bug 1342577
[test_ext_sendmessage_reply2.html]
[test_ext_storage_manager_capabilities.html]
scheme=https
skip-if = (processor == 'aarch64' && os == 'win') # aarch64 due to 1538785
[test_ext_subframes_privileges.html]
skip-if = os == 'android' || verify # bug 1489771
[test_ext_test.html]

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

@ -122,7 +122,7 @@ tags = blocklist
skip-if = true
tags = blocklist
[test_gmpProvider.js]
skip-if = appname != "firefox"
skip-if = appname != "firefox" || (os == "win" && processor == "aarch64") # bug 1538785
[test_harness.js]
[test_hidden.js]
[test_install.js]