xpcshell.toml (3454B)
1 [DEFAULT] 2 run-if = [ 3 "os != 'android'", 4 ] 5 firefox-appdir = "browser" 6 head = "head.js" 7 support-files = ["../fixtures/**"] 8 prefs = [ 9 "extensions.formautofill.test.ignoreVisibilityCheck=true", 10 "extensions.formautofill.heuristics.detectDynamicFormChanges=false", 11 ] 12 13 ["test_activeStatus.js"] 14 15 ["test_addressComponent_city.js"] 16 head = "head_addressComponent.js" 17 18 ["test_addressComponent_country.js"] 19 head = "head_addressComponent.js" 20 21 ["test_addressComponent_email.js"] 22 head = "head_addressComponent.js" 23 24 ["test_addressComponent_name.js"] 25 head = "head_addressComponent.js" 26 27 ["test_addressComponent_organization.js"] 28 head = "head_addressComponent.js" 29 30 ["test_addressComponent_postal_code.js"] 31 head = "head_addressComponent.js" 32 33 ["test_addressComponent_state.js"] 34 head = "head_addressComponent.js" 35 36 ["test_addressComponent_street_address.js"] 37 head = "head_addressComponent.js" 38 39 ["test_addressComponent_tel.js"] 40 head = "head_addressComponent.js" 41 42 ["test_addressDataLoader.js"] 43 44 ["test_addressRecords.js"] 45 46 ["test_autofillFormFields.js"] 47 48 ["test_autofill_ios_library.js"] 49 50 ["test_createRecords.js"] 51 52 ["test_creditCardRecords.js"] 53 skip-if = [ 54 "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1729554 55 ] 56 57 ["test_extractLabelStrings.js"] 58 59 ["test_findLabelElements.js"] 60 61 ["test_getAdaptedProfiles.js"] 62 63 ["test_getAdaptedProfiles_locales.js"] 64 65 ["test_getCategoriesFromFieldNames.js"] 66 67 ["test_getCreditCardLogo.js"] 68 69 ["test_getInfo.js"] 70 71 ["test_getRecords.js"] 72 skip-if = [ 73 "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1729554 74 ] 75 76 ["test_inspectFields.js"] 77 78 ["test_isAddressAutofillAvailable.js"] 79 80 ["test_isCJKName.js"] 81 82 ["test_isCreditCardAutofillAvailable.js"] 83 84 ["test_isCreditCardOrAddressFieldType.js"] 85 86 ["test_known_strings.js"] 87 88 ["test_migrateRecords.js"] 89 90 ["test_nameUtils.js"] 91 92 ["test_parseAddressFormat.js"] 93 94 ["test_parseStreetAddress.js"] 95 96 ["test_phoneNumber.js"] 97 98 ["test_profileAutocompleteResult.js"] 99 100 ["test_reconcile.js"] 101 skip-if = [ 102 "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1729554 103 ] 104 105 ["test_savedFieldNames.js"] 106 107 ["test_storage_remove.js"] 108 skip-if = [ 109 "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1729554 110 ] 111 112 ["test_storage_syncfields.js"] 113 114 ["test_storage_tombstones.js"] 115 skip-if = [ 116 "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1729554 117 ] 118 119 ["test_sync.js"] 120 head = "head.js ../../../../../services/sync/tests/unit/head_appinfo.js ../../../../../services/common/tests/unit/head_helpers.js ../../../../../services/sync/tests/unit/head_helpers.js ../../../../../services/sync/tests/unit/head_http_server.js" 121 122 ["test_sync_deprecate_address_x_name_fields.js"] 123 head = "head.js ../../../../../services/sync/tests/unit/head_appinfo.js ../../../../../services/common/tests/unit/head_helpers.js ../../../../../services/sync/tests/unit/head_helpers.js ../../../../../services/sync/tests/unit/head_http_server.js" 124 125 ["test_sync_deprecate_credit_card_v4.js"] 126 head = "head.js ../../../../../services/sync/tests/unit/head_appinfo.js ../../../../../services/common/tests/unit/head_helpers.js ../../../../../services/sync/tests/unit/head_helpers.js ../../../../../services/sync/tests/unit/head_http_server.js" 127 skip-if = [ 128 "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1729554 129 ] 130 131 ["test_toOneLineAddress.js"] 132 133 ["test_transformFields.js"] 134 skip-if = [ 135 "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1729554 136 ]