summaryrefslogtreecommitdiffstats
path: root/browser/extensions/formautofill/test/browser/creditCard/browser.ini
blob: 613b3cf126d17bbe544a26e1af836714698c8800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[DEFAULT]
prefs =
  extensions.formautofill.creditCards.enabled=true
  extensions.formautofill.reauth.enabled=true
  # lower the interval for event telemetry in the content process to update the parent process
  toolkit.telemetry.ipcBatchTimeout=0
support-files =
  ../head.js
  !/browser/extensions/formautofill/test/fixtures/autocomplete_basic.html
  ../../fixtures/autocomplete_creditcard_basic.html
  ../../fixtures/autocomplete_creditcard_iframe.html
  ../../fixtures/autocomplete_creditcard_cc_exp_field.html
  ../../fixtures/without_autocomplete_creditcard_basic.html
  head_cc.js

[browser_anti_clickjacking.js]
skip-if = !debug && os == "mac" # perma-fail see Bug 1600059
[browser_creditCard_doorhanger_action.js]
skip-if = (!debug && os == "mac") || (os == "win" && ccov) # perma-fail see Bug 1655601, Bug 1655600
[browser_creditCard_doorhanger_display.js]
skip-if = (!debug && os == "mac") || (os == "win" && ccov) # perma-fail see Bug 1655601, Bug 1655600
[browser_creditCard_doorhanger_fields.js]
skip-if = (!debug && os == "mac") || (os == "win" && ccov) # perma-fail see Bug 1655601, Bug 1655600
[browser_creditCard_doorhanger_iframe.js]
skip-if = (!debug && os == "mac") || (os == "win" && ccov) # perma-fail see Bug 1655601, Bug 1655600
[browser_creditCard_doorhanger_logo.js]
skip-if = (!debug && os == "mac") || (os == "win" && ccov) # perma-fail see Bug 1655601, Bug 1655600
[browser_creditCard_doorhanger_sync.js]
skip-if = (!debug && os == "mac") || (os == "win" && ccov) # perma-fail see Bug 1655601, Bug 1655600
[browser_creditCard_dropdown_layout.js]
skip-if = ((os == "mac") || (os == 'linux') || (os == 'win'))
[browser_creditCard_fill_cancel_login.js]
skip-if = ((!debug && os == "mac") || (os == 'linux') || (os == 'win'))
[browser_creditCard_heuristics.js]
skip-if = apple_silicon && !debug # Bug 1714221
[browser_creditCard_heuristics_cc_type.js]
skip-if = apple_silicon && !debug # Bug 1714221
[browser_creditCard_submission_autodetect_type.js]
skip-if = apple_silicon && !debug
[browser_creditCard_submission_normalized.js]
skip-if = apple_silicon && !debug
[browser_creditCard_telemetry.js]
skip-if =
  apple_silicon && !debug # Bug 1714221
  os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[browser_editCreditCardDialog.js]
skip-if = ((os == 'linux') || (os == "mac") || (os == 'win')) # perma-fail see Bug 1600059
[browser_insecure_form.js]
skip-if = ((os == 'mac') || (os == 'linux') || (os == 'win')) # bug 1456284
[browser_manageCreditCardsDialog.js]
skip-if = ((os == 'win') || (os == 'mac') || (os == 'linux'))