diff options
author | rpj <rpj> | 2011-07-03 01:25:03 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-07-03 01:25:03 +0000 |
commit | 758deae4c0be2c7ff2fb1d0c55e6aeead86abbb7 (patch) | |
tree | 06410e3a72a109fc598a8a816db56987315736a4 /tests/Bmakefile | |
parent | aac54e89d7945f3f4557067b1d4a1cd8853d369f (diff) |
Remove a test
Diffstat (limited to 'tests/Bmakefile')
-rw-r--r-- | tests/Bmakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Bmakefile b/tests/Bmakefile index 992b240..d115d44 100644 --- a/tests/Bmakefile +++ b/tests/Bmakefile @@ -113,7 +113,7 @@ PASSES= loadfree.pass \ priority1.pass priority2.pass inherit1.pass \ spin1.pass spin2.pass spin3.pass spin4.pass \ exception1.pass exception2.pass exception3.pass \ - cancel9.pass create3.pass stress1.pass + cancel9.pass stress1.pass BENCHRESULTS = \ benchtest1.bench benchtest2.bench benchtest3.bench benchtest4.bench benchtest5.bench @@ -262,7 +262,6 @@ context1.pass: cancel2.pass count1.pass: join1.pass create1.pass: mutex2.pass create2.pass: create1.pass -create3.pass: delay1.pass: delay2.pass: delay1.pass detach1.pass: join0.pass |