xpcshell.toml (416B)
1 [DEFAULT] 2 head = "head.js" 3 support-files = "" 4 5 ["test_basic.js"] 6 7 ["test_console_shouldLog.js"] 8 9 ["test_failing_console_listener.js"] 10 skip-if = [ 11 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", 12 ] 13 14 ["test_formatting.js"] 15 16 ["test_reportForServiceWorkerScope.js"] 17 18 ["test_worker.js"] 19 support-files = [ 20 "worker.mjs", 21 ] 22 run-if = [ 23 "os != 'android'", # Uses ChromeWorker. 24 ]