diff options
| author | rpj <rpj> | 2004-09-13 04:32:16 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2004-09-13 04:32:16 +0000 | 
| commit | 531ca4db4794aab863a898b4d079ccd59b424b25 (patch) | |
| tree | 0fb6d71aef115a8a01cd0252363f369517deed3c /tests | |
| parent | 4b0d69122798d07ac700941d3b649f1653750ce2 (diff) | |
Clarify behaviour and remove some redundant code - see ChangeLogs
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ChangeLog | 4 | ||||
| -rw-r--r-- | tests/GNUmakefile | 3 | ||||
| -rw-r--r-- | tests/Makefile | 3 | 
3 files changed, 8 insertions, 2 deletions
| diff --git a/tests/ChangeLog b/tests/ChangeLog index 0a408b8..2d0c570 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -6,6 +6,10 @@  	* exit4.c (main): Likewise.  	* exit5.c (main): Likewise. +2004-08-26  Ross Johnson  <rpj@callisto.canberra.edu.au>
 + +	* create3.c: New test. +  2004-06-21  Ross Johnson  <rpj@callisto.canberra.edu.au>
  	* mutex2r.c: New test.
 diff --git a/tests/GNUmakefile b/tests/GNUmakefile index 323f24b..04f9943 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -94,7 +94,7 @@ TESTS	= sizes loadfree \  	  spin1 spin2 spin3 spin4 \  	  barrier1 barrier2 barrier3 barrier4 barrier5 \  	  exception1 exception2 exception3 \ -	  cancel9 +	  cancel9 create3  BENCHTESTS = \  	benchtest1 benchtest2 benchtest3 benchtest4 benchtest5 @@ -180,6 +180,7 @@ context1.pass: cancel2.pass  count1.pass: join1.pass  create1.pass: mutex2.pass  create2.pass: create1.pass +create3.pass:  delay1.pass: cancel2.pass  delay2.pass: delay1.pass  equal1.pass: create1.pass diff --git a/tests/Makefile b/tests/Makefile index 6aefab7..31979a4 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -110,7 +110,7 @@ PASSES= sizes.pass  loadfree.pass \  	  spin1.pass  spin2.pass  spin3.pass  spin4.pass  \
  	  barrier1.pass  barrier2.pass  barrier3.pass  barrier4.pass  barrier5.pass  \
  	  exception1.pass  exception2.pass  exception3.pass  \
 -	  cancel9
 +	  cancel9 create3
  BENCHRESULTS = \
  	  benchtest1.bench benchtest2.bench benchtest3.bench benchtest4.bench benchtest5.bench
 @@ -264,6 +264,7 @@ context1.pass: cancel2.pass  count1.pass: join1.pass
  create1.pass: mutex2.pass
  create2.pass: create1.pass
 +create3.pass:
  delay1.pass:
  delay2.pass: delay1.pass
  equal1.pass: create1.pass
 | 
