trisquel-icecat/icecat/dom/console/tests/xpcshell/xpcshell.toml
2025-10-06 02:35:48 -06:00

20 lines
391 B
TOML

[DEFAULT]
head = "head.js"
support-files = ""
["test_basic.js"]
["test_console_shouldLog.js"]
["test_failing_console_listener.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan"]
["test_formatting.js"]
["test_reportForServiceWorkerScope.js"]
["test_worker.js"]
support-files = [
"worker.mjs",
]
run-if = ["os != 'android'"] # Uses ChromeWorker.