summaryrefslogtreecommitdiffstats
path: root/winsup/testsuite/winsup.api/pthread
Commit message (Collapse)AuthorAgeFilesLines
* * winsup.api/pthread/cancel2.c: Use explicit initializer for mutex.Christopher Faylor2005-06-114-15/+22
| | | | | | * winsup.api/pthread/mutex4.c (main): Ditto. * winsup.api/pthread/mutex5.c: Reflect change in cygwin default mutex type. * winsup.api/pthread/mutex6d.c: Ditto.
* * winsup.api/pthread/mutex8e.c: New testcase.Thomas Pfaff2004-03-043-0/+132
| | | | | * winsup.api/pthread/mutex8n.c: Ditto. * winsup.api/pthread/mutex8r.c: Ditto.
* * winsup.api/pthread/rwlock7.c (main): Don't assume that result of randChristopher Faylor2003-12-241-1/+2
| | | | operation is non-zero.
* * winsup.api/pthread/condvar9.c: Fix test.Thomas Pfaff2003-04-081-11/+16
|
* * winsup.api/pthread/rwlock1.c: Remove pthreads-win32 header.Thomas Pfaff2003-03-276-202/+0
| | | | | | | | * winsup.api/pthread/rwlock2.c: Ditto. * winsup.api/pthread/rwlock3.c: Ditto. * winsup.api/pthread/rwlock4.c: Ditto. * winsup.api/pthread/rwlock5.c: Ditto. * winsup.api/pthread/rwlock6.c: Ditto.
* * winsup.api/pthread/condvar7.c (mythread): CastThomas Pfaff2003-03-273-4/+4
| | | | | | | | pthread_mutex_unlock argument of pthread_cleanup_push to void *, preventing a compiler warning / testsuite failure. * winsup.api/pthread/condvar9.c (mythread): Likewise. * winsup.api/pthread/rwlock7.c (main): Use ftime instead of _ftime.
* * winsup.api/pthread/rwlock1.c: New test.Thomas Pfaff2003-03-187-0/+659
| | | | | | | | | * winsup.api/pthread/rwlock2.c: Ditto. * winsup.api/pthread/rwlock3.c: Ditto. * winsup.api/pthread/rwlock4.c: Ditto. * winsup.api/pthread/rwlock5.c: Ditto. * winsup.api/pthread/rwlock6.c: Ditto. * winsup.api/pthread/rwlock7.c: Ditto.
* * winsup.api/pthread/condvar7.c: New test.Thomas Pfaff2003-03-182-0/+461
| | | | * winsup.api/pthread/condvar9.c: Ditto.
* * winsup.api/pthread/mutex1n.c: New test.Thomas Pfaff2003-03-183-0/+175
| | | | | * winsup.api/pthread/mutex6n.c: Ditto. * winsup.api/pthread/mutex7n.c: Ditto.
* * libltp/lib/parse_opts.c: Deal with C warnings.Christopher Faylor2003-02-081-1/+0
| | | | | * winsup.api/pthread/cancel12.c: Ditto. * winsup.api/winsup.exp: Don't use -g3.
* * winsup.api/pthread/cancel11.c: New test.Thomas Pfaff2003-02-042-0/+144
| | | | * winsup.api/pthread/cancel12.c: Ditto.
* Perform more C warning fixup on all C source files and headers.Christopher Faylor2003-01-242-4/+9
|
* * libltp/include/test.h: Fix C warnings.Christopher Faylor2003-01-233-1/+3
| | | | | | | | | | | | | | | | | | | | * winsup.api/checksignal.c: Ditto. * winsup.api/crlf.c: Ditto. * winsup.api/devzero.c: Ditto. * winsup.api/iospeed.c: Ditto. * winsup.api/mmaptest01.c: Ditto. * winsup.api/mmaptest02.c: Ditto. * winsup.api/mmaptest03.c: Ditto. * winsup.api/mmaptest04.c: Ditto. * winsup.api/nullgetcwd.c: Ditto. * winsup.api/sigchld.c: Ditto. * winsup.api/signal-into-win32-api.c: Ditto. * winsup.api/systemcall.c: Ditto. * winsup.api/waitpid.c: Ditto. * winsup.api/pthread/mainthreadexits.c: Ditto. * winsup.api/pthread/test.h: Ditto. * winsup.api/pthread/threadidafterfork.c: Ditto. * Makefile.in: Remove cygrun.exe from RUNTIME since it is built here now.
* * winsup.api/pthread/cancel9.c: Wait in mainthread until child process has ↵Thomas Pfaff2003-01-211-1/+6
| | | | terminated.
* Add winsup.api/pthread/cancel10.cThomas Pfaff2003-01-141-0/+68
|
* Add winsup.api/pthread/cancel9.cThomas Pfaff2003-01-141-0/+74
|
* Add winsup.api/pthread/cancel7.c and winsup.api/pthread/cancel8.cThomas Pfaff2003-01-142-0/+142
|
* Add winsup.api/pthread/cancel6.cThomas Pfaff2003-01-141-0/+62
|
* Add pthread_mutex testsThomas Pfaff2003-01-0910-0/+554
|
* 2002-11-25 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-11-242-0/+96
| | | | | | | * readme: Document running portions of the test suite (Thanks Egor!). * winsup.api/pthread/mainthreadexits.c: New file, derived from Thomas Pfaff's test cases. * winsup.api/pthread/threadidafterfork.c: Ditto.
* * winsup.api/pthread/cancel1.c: New test. Port from pthreads-win32Egor Duda2002-07-045-0/+831
| | | | | | | | project. * winsup.api/pthread/cancel2.c: Ditto. * winsup.api/pthread/cancel3.c: Ditto. * winsup.api/pthread/cancel4.c: Ditto. * winsup.api/pthread/cancel5.c: Ditto.
* * winsup.api/pthread/condvar3_1.c: Fix debugging output.Egor Duda2001-11-171-6/+3
|
* * winsup.api/pthread/: New directory. Ports of pthread functionalityEgor Duda2001-11-1536-0/+3058
tests ported from pthreads-win32 project. * winsup.api/pthread/test.h: Commmon declaraions for pthread tests. * winsup.api/pthread/cleanup2.c: New test. * winsup.api/pthread/cleanup3.c: Ditto. * winsup.api/pthread/condvar1.c: Ditto. * winsup.api/pthread/condvar2.c: Ditto. * winsup.api/pthread/condvar2_1.c: Ditto. * winsup.api/pthread/condvar3.c: Ditto. * winsup.api/pthread/condvar3_1.c: Ditto. * winsup.api/pthread/condvar3_2.c: Ditto. * winsup.api/pthread/condvar3_3.c: Ditto. * winsup.api/pthread/condvar4.c: Ditto. * winsup.api/pthread/condvar5.c: Ditto. * winsup.api/pthread/condvar6.c: Ditto. * winsup.api/pthread/condvar8.c: Ditto. * winsup.api/pthread/count1.c: Ditto. * winsup.api/pthread/create1.c: Ditto. * winsup.api/pthread/create2.c: Ditto. * winsup.api/pthread/equal1.c: Ditto. * winsup.api/pthread/exit1.c: Ditto. * winsup.api/pthread/exit2.c: Ditto. * winsup.api/pthread/exit3.c: Ditto. * winsup.api/pthread/inherit1.c: Ditto. * winsup.api/pthread/join0.c: Ditto. * winsup.api/pthread/join1.c: Ditto. * winsup.api/pthread/join2.c: Ditto. * winsup.api/pthread/mutex1.c: Ditto. * winsup.api/pthread/mutex1r.c: Ditto. * winsup.api/pthread/mutex2.c: Ditto. * winsup.api/pthread/mutex3.c: Ditto. * winsup.api/pthread/mutex6r.c: Ditto. * winsup.api/pthread/once1.c: Ditto. * winsup.api/pthread/priority1.c: Ditto. * winsup.api/pthread/priority2.c: Ditto. * winsup.api/pthread/self1.c: Ditto. * winsup.api/pthread/self2.c: Ditto. * winsup.api/pthread/tsd1.c: Ditto.