diff options
author | rpj <rpj> | 2005-04-12 06:35:52 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-12 06:35:52 +0000 |
commit | e1fba251064eecf4cdfd63723aadb5df9174ddfe (patch) | |
tree | 20fb43b3ad3de37651b1a8db450a889d3493785d /tests/ChangeLog | |
parent | 13bd1e4d017a1c306e465219df9e245a4201726e (diff) |
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 46 |
1 files changed, 26 insertions, 20 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 58b4438..d40cce2 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,25 +1,31 @@ -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-12 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. - * once3.c: New test. - +
+ * mutex5.c: Prevent optimiser from removing asserts.
+ * 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>
|