xref: /xnu-10002.1.13/tests/workqueue.plist (revision 1031c584a5e37aff177559b9f69dbd3c8c3fd30a)
1*1031c584SApple OSS Distributions<?xml version="1.0" encoding="UTF-8"?>
2*1031c584SApple OSS Distributions<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3*1031c584SApple OSS Distributions<plist version="1.0">
4*1031c584SApple OSS Distributions<dict>
5*1031c584SApple OSS Distributions	<key>BATSConfigVersion</key>
6*1031c584SApple OSS Distributions	<string>0.1.0</string>
7*1031c584SApple OSS Distributions	<key>Project</key>
8*1031c584SApple OSS Distributions	<string>xnu.workqueue.tests</string>
9*1031c584SApple OSS Distributions	<key>Tests</key>
10*1031c584SApple OSS Distributions	<array>
11*1031c584SApple OSS Distributions		<dict>
12*1031c584SApple OSS Distributions			<key>Command</key>
13*1031c584SApple OSS Distributions			<array>
14*1031c584SApple OSS Distributions				<string>/AppleInternal/Tests/xnu/darwintests/manual_wq_cooperative</string>
15*1031c584SApple OSS Distributions				<string>stress_test</string>
16*1031c584SApple OSS Distributions			</array>
17*1031c584SApple OSS Distributions			<key>TestName</key>
18*1031c584SApple OSS Distributions			<string>xnu.workqueue.manual_workq_cooperative</string>
19*1031c584SApple OSS Distributions			<key>AsRoot</key>
20*1031c584SApple OSS Distributions			<false/>
21*1031c584SApple OSS Distributions		</dict>
22*1031c584SApple OSS Distributions	</array>
23*1031c584SApple OSS Distributions	<key>Timeout</key>
24*1031c584SApple OSS Distributions	<integer>240</integer>
25*1031c584SApple OSS Distributions</dict>
26*1031c584SApple OSS Distributions</plist>
27