summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
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
1996-08-08added test to complete coverage of pthread_setschedparam and increaseJoel Sherrill4-0/+251
1996-08-08Init: spacingMark Johannes1-1/+0
1996-08-08Task_1: changed comment and task name to task1.Mark Johannes1-2/+2
1996-08-08Init.c: added priority ceiling task cases.Mark Johannes1-20/+204
1996-08-08Added task2 and task3 prototypes and idsMark Johannes1-2/+14
1996-08-08Signal_info_handler: added multiple signal cases to finish out the testMark Johannes1-2/+218
1996-08-08changed phrase "RTEMS is support" to "RTEMS is supposed"Joel Sherrill12-12/+12
1996-08-08print_current_time: added leading underscore to variables allocatedJoel Sherrill1-8/+8
1996-08-08added complete test cases for pthread_once.Joel Sherrill3-16/+44
1996-08-07added more error cases to complete testing of pthread_equal whenJoel Sherrill1-0/+8
1996-08-07added test cases for ESRCH from pthread_join and pthread_detachJoel Sherrill1-0/+9
1996-08-07removed if 0 for basic sporadic server case accidentally left in.Joel Sherrill1-2/+1
1996-08-07basic sporadic server test.Joel Sherrill3-0/+285
1996-08-07added complete test cases for pthread_attr_getschedparam,Joel Sherrill1-9/+137
1996-08-02join/detach basic tests passJoel Sherrill4-0/+181