diff options
author | rpj <rpj> | 1999-10-30 09:17:28 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-10-30 09:17:28 +0000 |
commit | 588b7f6616834651ea4062cf440e57a8a0cba25f (patch) | |
tree | 52851833a18a06ffadcca2e1c9dac08e9ec30d9a /tests/runtest.bat | |
parent | 9d592dbd51949858e2e787d16476420f10d2c9a5 (diff) |
./ChangeLog:
1999-10-30 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* create.c (pthread_create): Explicitly initialise thread state to
default values.
* cancel.c (pthread_setcancelstate): Check for NULL 'oldstate'
for compatibility with Solaris pthreads;
(pthread_setcanceltype): ditto:
- Erik Hensema <erik.hensema@group2000.nl>
1999-10-23 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* pthread.h (ctime_r): Fix incorrect argument "_tm"
- Erik Hensema <erik.hensema@group2000.nl>
tests/ChangeLog:
1999-10-30 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* cancel1.c: New. Test pthread_setcancelstate and
pthread_setcanceltype functions.
* eyal1.c (waste_time): Change calculation to avoid FP exception
on Aplhas
- Rich Peters <rpeters@micro-magic.com>
Diffstat (limited to 'tests/runtest.bat')
-rw-r--r-- | tests/runtest.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/runtest.bat b/tests/runtest.bat index 73fae97..dc36666 100644 --- a/tests/runtest.bat +++ b/tests/runtest.bat @@ -6,8 +6,12 @@ if %3==_ goto noprereq if NOT EXIST %3.pass goto needprereq :noprereq +if EXIST %2.fail goto forcetest if EXIST %2.pass goto bypass +:forcetest +if EXIST %2.fail erase %2.fail + REM Make sure we start with only those files we expect to need if exist tmp\*.* echo y | erase tmp\*.* > nul: rmdir tmp |