diff options
Diffstat (limited to 'intl/locale/tests/unit/xpcshell.toml')
-rw-r--r-- | intl/locale/tests/unit/xpcshell.toml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/intl/locale/tests/unit/xpcshell.toml b/intl/locale/tests/unit/xpcshell.toml new file mode 100644 index 0000000000..bbce8bd46e --- /dev/null +++ b/intl/locale/tests/unit/xpcshell.toml @@ -0,0 +1,21 @@ +[DEFAULT] +head ="" +support-files = [ + "data/intl_on_workers_worker.js", + "data/chrome.manifest", +] + +["test_bug22310.js"] +skip-if = ["os != 'win' && os != 'mac'"] + +["test_intl_on_workers.js"] +skip-if = ["os == 'android'"] # bug 1309447 + +["test_langPackMatcher.js"] + +["test_localeService.js"] + +["test_localeService_negotiateLanguages.js"] + +["test_osPreferences.js"] +skip-if = ["os == 'android'"] # bug 1344596 |