xpcshell.toml (366B)
1 [DEFAULT] 2 head = "" 3 4 ["test_datetimeformat.js"] 5 6 ["test_l10nregistry.js"] 7 8 ["test_l10nregistry_fuzzed.js"] 9 10 ["test_l10nregistry_sync.js"] 11 12 ["test_localization.js"] 13 14 ["test_localization_sync.js"] 15 16 ["test_messagecontext.js"] 17 18 ["test_missing_variables.js"] 19 run-if = [ 20 "opt", # Intentionally triggers a debug assert for missing Fluent arguments. 21 ] 22 23 ["test_pseudo.js"]