|
11 | 11 | <jrun cls="AtomicIntegerTest" /> |
12 | 12 | <jrun cls="AtomicityTest" /> |
13 | 13 | <jrun cls="AttemptLocking" /> |
14 | | - <jrun cls="BankTellerSimulation" arguments='5' /> |
| 14 | + <jrun cls="BankTellerSimulation" arguments="5" /> |
15 | 15 | <jrun cls="BasicThreads" /> |
16 | 16 | <jrun cls="CachedThreadPool" /> |
17 | 17 | <jrun cls="CallableDemo" /> |
|
23 | 23 | <jrun cls="DaemonFromFactory" /> |
24 | 24 | <jrun cls="Daemons" /> |
25 | 25 | <jrun cls="DaemonsDontRunFinally" /> |
26 | | - <jrun cls="DeadlockingDiningPhilosophers" arguments='0 5 timeout' /> |
| 26 | + <jrun cls="DeadlockingDiningPhilosophers" arguments="0 5 timeout" /> |
27 | 27 | <jrun cls="DelayQueueDemo" /> |
28 | 28 | <jrun cls="EvenGenerator" /> |
29 | | - <jrun cls="ExceptionThread" failOnError='false' msg='* Exception was Expected *' /> |
30 | 29 | <jrun cls="ExchangerDemo" /> |
31 | 30 | <jrun cls="concurrency.ExplicitCriticalSection" dirpath="../concurrency" failOnError='false' msg='* Exception was Expected *' /> |
32 | 31 | <jrun cls="FastSimulation" /> |
33 | | - <jrun cls="FixedDiningPhilosophers" arguments='5 5 timeout' /> |
| 32 | + <jrun cls="FixedDiningPhilosophers" arguments="5 5 timeout" /> |
34 | 33 | <jrun cls="FixedThreadPool" /> |
35 | | - <jrun cls="GreenhouseScheduler" arguments='5000' /> |
| 34 | + <jrun cls="GreenhouseScheduler" arguments="5000" /> |
36 | 35 | <jrun cls="HorseRace" /> |
37 | 36 | <jrun cls="Interrupting" /> |
38 | 37 | <jrun cls="Interrupting2" /> |
39 | | - <jrun cls="InterruptingIdiom" arguments='1100' /> |
| 38 | + <jrun cls="InterruptingIdiom" arguments="1100" /> |
40 | 39 | <jrun cls="Joining" /> |
41 | | - <jrun cls="ListComparisons" arguments='1 10 10' /> |
| 40 | + <jrun cls="ListComparisons" arguments="1 10 10" /> |
42 | 41 | <jrun cls="MainThread" /> |
43 | | - <jrun cls="MapComparisons" arguments='1 10 10' /> |
| 42 | + <jrun cls="MapComparisons" arguments="1 10 10" /> |
44 | 43 | <jrun cls="MoreBasicThreads" /> |
45 | 44 | <jrun cls="MultiLock" /> |
46 | 45 | <jrun cls="MutexEvenGenerator" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' /> |
47 | | - <jrun cls="NaiveExceptionHandling" failOnError='false' msg='* Exception was Expected *' /> |
48 | 46 | <jrun cls="NIOInterruption" /> |
49 | 47 | <jrun cls="NotifyVsNotifyAll" /> |
50 | 48 | <jrun cls="OrnamentalGarden" /> |
|
55 | 53 | <jrun cls="Restaurant" /> |
56 | 54 | <jrun cls="SelfManaged" /> |
57 | 55 | <jrun cls="SemaphoreDemo" /> |
58 | | - <jrun cls="SerialNumberChecker" arguments='4' /> |
| 56 | + <jrun cls="SerialNumberChecker" arguments="4" /> |
59 | 57 | <jrun cls="SettingDefaultHandler" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' /> |
60 | 58 | <jrun cls="SimpleDaemons" /> |
61 | 59 | <jrun cls="SimpleMicroBenchmark" /> |
|
70 | 68 | <jrun cls="ThreadLocalVariableHolder" /> |
71 | 69 | <jrun cls="ThreadVariations" /> |
72 | 70 | <jrun cls="ToastOMatic" /> |
73 | | - <jrun cls="concurrency.restaurant2.RestaurantWithQueues" dirpath="../concurrency/restaurant2" arguments='5' /> |
| 71 | + <jrun cls="concurrency.restaurant2.RestaurantWithQueues" dirpath="../concurrency/restaurant2" arguments="5" /> |
74 | 72 | <jrun cls="concurrency.waxomatic.WaxOMatic" dirpath="../concurrency/waxomatic" /> |
75 | 73 | <jrun cls="concurrency.waxomatic2.WaxOMatic2" dirpath="../concurrency/waxomatic2" /> |
76 | 74 | </target> |
|
0 commit comments