blob: 9551b1c8773cc4d0ea1083dc1cd8dd65c0ec2d12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[DEFAULT]
["test_TaskScheduler.js"]
skip-if = [
"apple_silicon", # bug 1707753
"apple_catalina", # Bug 1713329
]
["test_TaskSchedulerMacOSImpl.js"]
run-if = ["os == 'mac'"] # Test of macOS backend
skip-if = [
"apple_silicon", # bug 1707753
"apple_catalina", # Bug 1713329
]
["test_TaskSchedulerWinImpl.js"]
run-if = ["os == 'win'"] # Test of Windows backend
["test_WinTaskSchedulerService.js"]
run-if = ["os == 'win'"] # Test of Windows only service
|