Testing Pthreads with Visual Studio .Net

Pietrobon Marcello teiffel@attglobal.net
Tue Feb 19 18:10:00 GMT 2002


I tested Pthreads with Visual Studio .Net build 7.0.9372.
I run Windows 2000 on a Pentium 4 processor (1.0 GHz) and using the CVS
code repository Updated the 2002-02-19 12:31pm

The library compiles fine but not all the tests are passed
1)
condvar1_2:
assert (result == 0); failed because result==11 (EAGAIN: Not all CVs
were broadcast)

2)
Mutext8.c, Mutext8n.c, Mutext8e.c, Mutext8r.c do not exist but the
Makefile requires them

3)
cancel6a.c, cancel6d.c  do not exist but the Makefile requires them

4)
spin4.c
assert(result > 1000); failed   because result = 0

5)
exception3.c
assert(caught == NUMTHREADS);  failed   because caught = 0

6)
exit4.c :
assert(counter == init_counter_value);  failed   because counter = 4

Best Regards,
Marcello

P.S. What is the best command to use with csv in order to know if the
code repository has been changed, and not having an output too long ?
(it is the first time I use csv)



More information about the Pthreads-win32 mailing list