Bug 1717432 - Re-enable tests that are disabled in Bug 1632098 r=sgalich,tgiles

The issue that causes those tests fail should be fixed in Bug 1717603

However, There are still two tests have this comment "perma-fail see Bug 1600059"
- browser_privacyPreferences.js (Disabled in Bug 1745248)
- browser_editCreditCardDialog.js (Disabled in Bug 1664620)

The reason we don't enable the two tests is because those tests were disable in
different bugs and it seems there are other issues causes we disable the tests.

Differential Revision: https://phabricator.services.mozilla.com/D141591
This commit is contained in:
Dimi 2022-03-31 07:13:36 +00:00
Родитель 9b19bbb814
Коммит e703c5245c
3 изменённых файлов: 5 добавлений и 18 удалений

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

@ -7,32 +7,22 @@ support-files =
../fixtures/autocomplete_simple_basic.html
[browser_autocomplete_footer.js]
skip-if = (verify || (!debug && os == "mac")) # perma-fail see Bug 1600059
skip-if = verify
[browser_autocomplete_marked_back_forward.js]
skip-if = !debug && os == "mac" # perma-fail see Bug 1600059
[browser_autocomplete_marked_detached_tab.js]
skip-if = (verify && (os == 'win')) || (os == 'mac')
[browser_check_installed.js]
skip-if = !debug && os == "mac" # perma-fail see Bug 1600059
[browser_dropdown_layout.js]
skip-if = !debug && os == "mac" # perma-fail see Bug 1600059
[browser_editAddressDialog.js]
skip-if =
verify
(!debug && os == "mac") # perma-fail see Bug 1600059
win10_2004 # Bug 1723573
skip-if = verify
win10_2004 # Bug 1723573
[browser_fathom_cc.js]
[browser_first_time_use_doorhanger.js]
skip-if =
verify || (!debug && os == "mac") # perma-fail see Bug 1600059
skip-if = verify
[browser_manageAddressesDialog.js]
skip-if = !debug && os == "mac" # perma-fail see Bug 1600059
[browser_privacyPreferences.js]
skip-if = (( os == "mac") || (os == 'linux') || (os == 'win')) # perma-fail see Bug 1600059
[browser_remoteiframe.js]
skip-if =
!debug && os == "mac" # perma-fail see Bug 1600059
[browser_submission_in_private_mode.js]
skip-if = !debug && os == "mac" # perma-fail see Bug 1600059
[browser_update_doorhanger.js]
skip-if = true # bug 1426981 # Bug 1445538

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

@ -26,4 +26,3 @@ skip-if = ((os == 'win') || (os == 'mac') || (os == 'linux'))
[browser_anti_clickjacking.js]
skip-if = !debug && os == "mac" # perma-fail see Bug 1600059
[browser_creditCard_telemetry.js]
skip-if = !debug && os == "mac" # perma-fail see Bug 1600059

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

@ -17,9 +17,7 @@ support-files =
[test_basic_autocomplete_form.html]
[test_form_changes.html]
[test_formautofill_preview_highlight.html]
skip-if =
verify
(!debug && os == "mac") # perma-fail see Bug 1600059
skip-if = verify
[test_multi_locale_CA_address_form.html]
[test_multiple_forms.html]
[test_on_address_submission.html]