summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests (unfollow)
Commit message (Expand)AuthorFilesLines
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
1996-08-02removed unused prototypesJoel Sherrill1-9/+0
1996-08-01test successfully exercises all of pthread_attr_* set and get routinesJoel Sherrill3-0/+329
1996-07-31added key testJoel Sherrill5-0/+271
1996-07-04added test case for timeout using pthread_mutex_timedlockJoel Sherrill2-0/+19
1996-07-04first test cases for mutex manager passJoel Sherrill4-0/+277
1996-06-15initial modifications to test sigtimedwait.Joel Sherrill1-0/+2
1996-06-13first successful run. Has test cases for a simple sigtimedwait() timeout,Mark Johannes4-0/+347
1996-06-13Added a macro for "empty_line" which will go between test cases.Joel Sherrill1-0/+2
1996-06-13Added more test cases for kill() and alarm(). kill() now can unblock aJoel Sherrill1-23/+68
1996-06-12new filesJoel Sherrill3-0/+194
1996-06-11Added test case which blocks a signal, sees what signals are pending, sendsJoel Sherrill1-1/+44
1996-06-11modified to test pthread_kill() to self and pthread_kill() to a blockedJoel Sherrill2-8/+24
1996-06-10new files.Joel Sherrill4-0/+177