NameDateSize

..24-Nov-20126

condvar/H24-Nov-20125

include/H24-Nov-20124

MakefileH A D24-Nov-2012257

Makefile.incH A D24-Nov-2012244

pi_test/H24-Nov-201212

READMEH A D24-Nov-2012608

robust_test/H24-Nov-201210

run.shH A D24-Nov-2012229

schedule/H24-Nov-20125

tools/H24-Nov-20123

README

1Revision History: 
22004-06-29	Adam Li.
3
4This sub-directory contains test cases testing functional
5area defined by POSIX. 
6It is still open WRT how to organize the test cases clearly.
7For the first steps, we will organize the test cases by
8funtional area (somewhat like POSIX options), or by APIs.
9
10Currently it contains:
11
12condvar - Test cases by Abhijeet Bisain. Testing pthread_cond_wait()
13scheduling behavior when threads has realtime priority.
14
15pi_test - Test Priority Inheritence.
16
17robust_test - This suite is not proper to exist in PTS, since
18the work of adding Robust Mutex to POSIX is still on going.
19