diff options
Diffstat (limited to 'intl/l10n/test/xpcshell.toml')
-rw-r--r-- | intl/l10n/test/xpcshell.toml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/intl/l10n/test/xpcshell.toml b/intl/l10n/test/xpcshell.toml new file mode 100644 index 0000000000..e08a0eae5f --- /dev/null +++ b/intl/l10n/test/xpcshell.toml @@ -0,0 +1,21 @@ +[DEFAULT] +head = "" + +["test_datetimeformat.js"] + +["test_l10nregistry.js"] + +["test_l10nregistry_fuzzed.js"] + +["test_l10nregistry_sync.js"] + +["test_localization.js"] + +["test_localization_sync.js"] + +["test_messagecontext.js"] + +["test_missing_variables.js"] +skip-if = ["debug"] # Intentionally triggers a debug assert for missing Fluent arguments. + +["test_pseudo.js"] |