I’m working on a thread library which implement user level threads (i have something like pthread_setscope which works) and I’m looking for some set of tests to avoid writing one for every function I implement (mutexes, conditions, etc …)
Does anyone know something like that?
Here is the OpenGroup POSIX Threads Test Suite :
There is also the IEEE POSIX Certification Test Suites.
Finally you can have a look at the Open POSIX Test Suite.