diff options
author | rpj <rpj> | 2000-01-06 01:10:11 +0000 |
---|---|---|
committer | rpj <rpj> | 2000-01-06 01:10:11 +0000 |
commit | edafc80b4a73b5193662438f3485d2d01b8fe82a (patch) | |
tree | eba02bdd187ee3fabc35dbf242edd20bf17e881f /tests/ChangeLog | |
parent | 84c70cdeda9d11c7a58103ed4707eab83f87c768 (diff) |
New cleanup handler execution tests.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index cd155f8..8e65a35 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,14 @@ +2000-01-06 Ross Johnson <rpj@special.ise.canberra.edu.au> + + * cleanup1.c: New; Test cleanup handler executes (when thread is + canceled). + + * cleanup2.c: New; Test cleanup handler executes (when thread is + not canceled). + + * cleanup3.c: New; Test cleanup handler does not execute + (when thread is not canceled). + 2000-01-04 Ross Johnson <rpj@special.ise.canberra.edu.au> * cancel4.c: New; Test cancelation does not occur in deferred |