summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorrpj <rpj>2005-04-12 06:27:18 +0000
committerrpj <rpj>2005-04-12 06:27:18 +0000
commit49a669c97d85e988d73df72729fdbdcf54d586f5 (patch)
tree89f43dbd200c9fc6bd28b3b635c76ec781d975f3 /tests
parent781031fa6b07402d3dfa333d96394fdbfc9ab685 (diff)
Diffstat (limited to 'tests')
-rw-r--r--tests/ChangeLog54
-rw-r--r--tests/Debug.ncbbin66583 -> 0 bytes
-rw-r--r--tests/Debug.optbin53776 -> 0 bytes
-rw-r--r--tests/Makefile9
4 files changed, 32 insertions, 31 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 43ba41b..da6b15c 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,34 +1,34 @@
-2005-04-11 Ross Johnson <rpj@callisto.canberra.edu.au>
-
- * once4.c: New test; tries to test priority adjustments;
- set priority class to realtime so that any failures can be
- seen.
-
-2005-04-06 Ross Johnson <rpj@callisto.canberra.edu.au>
-
- * cleanup0.c: Fix unguarded global variable accesses.
- * cleanup1.c: Likewise.
- * cleanup2.c: Likewise.
- * cleanup3.c: Likewise.
- * once2.c: Likewise.
- * once3.c: Likewise.
-
-2005-04-01 Ross Johnson <rpj@callisto.canberra.edu.au>
-
- * GNUmakefile: Add target to test linking static link library.
- * Makefile: Likewise.
- * self1.c: Run process attach/detach routines when static linked.
-
+2005-04-11 Ross Johnson <rpj@callisto.canberra.edu.au>
+
+ * once4.c: New test; tries to test priority adjustments
+ in pthread_once(); set priority class to realtime so that
+ any failures can be seen.
+
+2005-04-06 Ross Johnson <rpj@callisto.canberra.edu.au>
+
+ * cleanup0.c: Fix unguarded global variable accesses.
+ * cleanup1.c: Likewise.
+ * cleanup2.c: Likewise.
+ * cleanup3.c: Likewise.
+ * once2.c: Likewise.
+ * once3.c: Likewise.
+
+2005-04-01 Ross Johnson <rpj@callisto.canberra.edu.au>
+
+ * GNUmakefile: Add target to test linking static link library.
+ * Makefile: Likewise.
+ * self1.c: Run process attach/detach routines when static linked.
+
2005-03-16 Ross Johnson <rpj@callisto.canberra.edu.au>
-
- * mutex5.c: Prevent optimiser from removing asserts.
-
+
+ * mutex5.c: Prevent optimiser from removing asserts.
+
2005-03-12 Ross Johnson <rpj@callisto.canberra.edu.au>
-
+
* once3.c: New test.
-
+
2005-03-08 Ross Johnson <rpj@callisto.canberra.edu.au>
-
+
* once2.c: New test.
2004-11-19 Ross Johnson <rpj@callisto.canberra.edu.au>
diff --git a/tests/Debug.ncb b/tests/Debug.ncb
deleted file mode 100644
index 44a6223..0000000
--- a/tests/Debug.ncb
+++ /dev/null
Binary files differ
diff --git a/tests/Debug.opt b/tests/Debug.opt
deleted file mode 100644
index 9a9d866..0000000
--- a/tests/Debug.opt
+++ /dev/null
Binary files differ
diff --git a/tests/Makefile b/tests/Makefile
index 6e6ecf3..786d85e 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -95,7 +95,7 @@ PASSES= sizes.pass loadfree.pass \
mutex6s.pass mutex6es.pass mutex6rs.pass \
mutex7.pass mutex7n.pass mutex7e.pass mutex7r.pass \
mutex8.pass mutex8n.pass mutex8e.pass mutex8r.pass \
- count1.pass once1.pass once2.pass once3.pass tsd1.pass \
+ count1.pass once1.pass once2.pass once3.pass once4.pass tsd1.pass \
self2.pass \
cancel1.pass cancel2.pass \
semaphore4.pass semaphore4t.pass \
@@ -120,9 +120,9 @@ PASSES= sizes.pass loadfree.pass \
BENCHRESULTS = \
benchtest1.bench benchtest2.bench benchtest3.bench benchtest4.bench benchtest5.bench
-STATICRESULTS = \
- self1.pass
-
+STATICRESULTS = \
+ self1.pass
+
help:
@ $(ECHO) Run one of the following command lines:
@ $(ECHO) nmake clean VC (to test using VC dll with VC (no EH) applications)
@@ -332,6 +332,7 @@ mutex8r.pass: mutex7r.pass
once1.pass: create1.pass
once2.pass: once1.pass
once3.pass: once2.pass
+once4.pass: once3.pass
priority1.pass: join1.pass
priority2.pass: priority1.pass barrier3.pass
reuse1.pass: create2.pass