1
0
Fork 0
firefox/toolkit/components/taskscheduler/tests/xpcshell/xpcshell.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

21 lines
668 B
TOML

[DEFAULT]
tags = "os_integration"
["test_TaskScheduler.js"]
skip-if = [
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'", # Bug 1713329
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # Bug 1707753
]
["test_TaskSchedulerMacOSImpl.js"]
run-if = ["os == 'mac'"] # Test of macOS backend
skip-if = [
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'", # Bug 1713329
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # Bug 1707753
]
["test_TaskSchedulerWinImpl.js"]
run-if = ["os == 'win'"] # Test of Windows backend
["test_WinTaskSchedulerService.js"]
run-if = ["os == 'win'"] # Test of Windows only service