summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
1996-08-23Added build_time statement to provide a tm for the testMark Johannes1-2/+4
1996-08-23Changed test 5 to test 10 at bottomMark Johannes1-1/+1
1996-08-22Commented out the EINVAL for mutex not acquired befor cond_wait callMark Johannes1-4/+9
1996-08-21updated to support ENOTSUPMark Johannes1-10/+10
1996-08-20Added Einval case for mutex not initializedMark Johannes1-0/+10
1996-08-15init: added tests for pthread_kill and kill errors.Mark Johannes1-32/+186
1996-08-15changed error codeJoel Sherrill1-2/+2
1996-08-15changed error for too many threads to EAGAINJoel Sherrill1-2/+2
1996-08-14pthread_mutex_init returns EAGAIN not ENOMEM when there are too many mutexes.Joel Sherrill1-2/+2
1996-08-14added test cases for NULL being passed to pthread attribute get routinesJoel Sherrill1-0/+20
1996-08-14added test case for pthread_attr_getscope being passed a NULL contentionscopeJoel Sherrill1-0/+4
1996-08-14system.h: added task3 and changed condition variable config to 1Mark Johannes1-1/+6
1996-08-14task3: added to test error case in Wait_support for lock on mutexMark Johannes1-0/+46
1996-08-14init: added error case for wait timedwait, and wait supportMark Johannes1-8/+153
1996-08-14pthread_attr_setscope: returns ENOTSUP not ENOSYS for unsupport scopeJoel Sherrill1-2/+2
1996-08-13task_2: added comments and print statement for task exitMark Johannes1-0/+1
1996-08-13task_1: added comments and print statement for task exitMark Johannes1-0/+5
1996-08-13Init.c: added timewait case, added broadcast caseMark Johannes1-3/+28
1996-08-13corrected problem in which sigtimedwait() was being invoked withJoel Sherrill1-60/+3
1996-08-13chenaged format of outputJoel Sherrill1-2/+6
1996-08-13added include of errno.h so the test can check for EINTR.Joel Sherrill1-0/+1
1996-08-13nanosleep now returns -1 and EINTR when a signal interrupts EINTR.Joel Sherrill1-2/+8
1996-08-12task_1: added to handle cases of waiting tasks on condition variablesMark Johannes1-0/+60
1996-08-12system.h: added protoypes for task and task2, added mutex id, and task idsMark Johannes1-1/+10
1996-08-12Init.c: added cases for signal, wait and broadcastMark Johannes1-7/+26
1996-08-12Task2: new task for broadcast caseMark Johannes1-0/+46
1996-08-12added test cases for clock_getresJoel Sherrill1-9/+27
1996-08-12added test case for stack too largeJoel Sherrill1-0/+7
1996-08-12added test cases for clock_gettime (invalid id), clock_settime (invalid_id),Joel Sherrill1-0/+48
1996-08-12added test case for non-NULL parameter to time()Joel Sherrill1-0/+6
1996-08-12added numerous error test cases.Joel Sherrill2-14/+157
1996-08-12Init: added pthread_cond_init with an attr non-NULL, initialized the attr againMark Johannes1-0/+8
1996-08-12Init: added prliminary phtread_cond_init and destroy cases.Mark Johannes1-0/+9
1996-08-12system.h: added condition variable #define for 10 condition variablesMark Johannes1-0/+2
1996-08-09added test cases for errors in pthread_mutexattr_getpsharedJoel Sherrill1-1/+16
1996-08-09added test cases for EINVAL cases in pthread_mutexattr_destroyJoel Sherrill1-1/+21
1996-08-09added test case for pthread_mutexattr_init being passed a null pointer.Joel Sherrill1-0/+4
1996-08-09changed style of output to match other testsJoel Sherrill1-40/+51
1996-08-09system.h: initial cvsMark Johannes1-0/+53
1996-08-09lowered maximum number of threads to 2 to make test case easier.Joel Sherrill1-0/+3
1996-08-09added test case for sched_yield.Joel Sherrill1-6/+14
1996-08-09added test cases for errors in sched_get_priority_min andJoel Sherrill1-5/+30
1996-08-09Init: added condattr - destroy, init, set and get casesMark Johannes1-5/+6
1996-08-09added test cases for invalid key idsJoel Sherrill1-2/+16
1996-08-09reduced maximum keys to 2 to more easily generate errorJoel Sherrill1-1/+1
1996-08-09changed printf's which could be puts's to putsJoel Sherrill3-6/+6
1996-08-08new test to test scheduling policy and paremeter paths in pthread_create.Joel Sherrill4-0/+223
1996-08-08Init: Original file - tests for condition variables.Mark Johannes1-0/+94
1996-08-08split test into multiple tasks.Joel Sherrill3-1/+110
1996-08-08added cases to increase coverage of pthread_create. cases added testedJoel Sherrill3-0/+98