blob: ede57420150f8455362da50ce47836df52f1bc92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[test_TaskSchedulerMacOSImpl.js]
run-if = os == "mac" # Test of macOS backend
skip-if =
apple_silicon # bug 1707753
apple_catalina # Bug 1713329
[test_WinTaskSchedulerService.js]
run-if = os == "win" # Test of Windows only service
[test_TaskSchedulerWinImpl.js]
run-if = os == "win" # Test of Windows backend
[test_TaskScheduler.js]
skip-if =
apple_silicon # bug 1707753
apple_catalina # Bug 1713329
|