summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* added test case for pthread_mutexattr_init being passed a null pointer.Joel Sherrill1996-08-091-0/+4
|
* changed style of output to match other testsJoel Sherrill1996-08-091-40/+51
|
* system.h: initial cvsMark Johannes1996-08-091-0/+53
|
* lowered maximum number of threads to 2 to make test case easier.Joel Sherrill1996-08-091-0/+3
| | | | include sched.h so test can invoke scheduler routines.
* added test case for sched_yield.Joel Sherrill1996-08-091-6/+14
| | | | changed format of some output.
* added test cases for errors in sched_get_priority_min andJoel Sherrill1996-08-091-5/+30
| | | | | | sched_get_priority_max. added test case for sched_yield.
* Init: added condattr - destroy, init, set and get casesMark Johannes1996-08-091-5/+6
|
* added test cases for invalid key idsJoel Sherrill1996-08-091-2/+16
|
* reduced maximum keys to 2 to more easily generate errorJoel Sherrill1996-08-091-1/+1
|
* changed printf's which could be puts's to putsJoel Sherrill1996-08-093-6/+6
|
* new test to test scheduling policy and paremeter paths in pthread_create.Joel Sherrill1996-08-084-0/+223
|
* Init: Original file - tests for condition variables.Mark Johannes1996-08-081-0/+94
|
* split test into multiple tasks.Joel Sherrill1996-08-083-1/+110
|
* added cases to increase coverage of pthread_create. cases added testedJoel Sherrill1996-08-083-0/+98
| | | | error paths as well as inherit scheduling attributes.
* added test to complete coverage of pthread_setschedparam and increaseJoel Sherrill1996-08-084-0/+251
| | | | coverage of pthread_create
* Init: spacingMark Johannes1996-08-081-1/+0
|
* Task_1: changed comment and task name to task1.Mark Johannes1996-08-081-2/+2
|
* Init.c: added priority ceiling task cases.Mark Johannes1996-08-081-20/+204
|
* Added task2 and task3 prototypes and idsMark Johannes1996-08-081-2/+14
|
* Signal_info_handler: added multiple signal cases to finish out the testMark Johannes1996-08-081-2/+218
|
* changed phrase "RTEMS is support" to "RTEMS is supposed"Joel Sherrill1996-08-0812-12/+12
|
* print_current_time: added leading underscore to variables allocatedJoel Sherrill1996-08-081-8/+8
| | | | inside macros.
* added complete test cases for pthread_once.Joel Sherrill1996-08-083-16/+44
|
* added more error cases to complete testing of pthread_equal whenJoel Sherrill1996-08-071-0/+8
| | | | RTEMS_DEBUG is enabled.
* added test cases for ESRCH from pthread_join and pthread_detachJoel Sherrill1996-08-071-0/+9
|
* removed if 0 for basic sporadic server case accidentally left in.Joel Sherrill1996-08-071-2/+1
|
* basic sporadic server test.Joel Sherrill1996-08-073-0/+285
| | | | sporadic server with priority ceiling mutex test.
* added complete test cases for pthread_attr_getschedparam,Joel Sherrill1996-08-071-9/+137
| | | | | | pthread_attr_setschedparam, and pthread_getschedparam. added test cases for error paths for pthread_setschedparam.
* join/detach basic tests passJoel Sherrill1996-08-024-0/+181
|
* removed unused prototypesJoel Sherrill1996-08-021-9/+0
|
* test successfully exercises all of pthread_attr_* set and get routinesJoel Sherrill1996-08-013-0/+329
|
* added key testJoel Sherrill1996-07-315-0/+271
|
* added test case for timeout using pthread_mutex_timedlockJoel Sherrill1996-07-042-0/+19
|
* first test cases for mutex manager passJoel Sherrill1996-07-044-0/+277
|
* initial modifications to test sigtimedwait.Joel Sherrill1996-06-151-0/+2
|
* first successful run. Has test cases for a simple sigtimedwait() timeout,Mark Johannes1996-06-134-0/+347
| | | | | a sigtimewait() timeout because it was pthread_kill'ed with a blocked signal, and a sigtimedwait which is satisfied.
* Added _Thread_Do_post_task_switch_extension variable.Joel Sherrill1996-06-131-0/+1
|
* Added a macro for "empty_line" which will go between test cases.Joel Sherrill1996-06-131-0/+2
|
* Added more test cases for kill() and alarm(). kill() now can unblock aJoel Sherrill1996-06-131-23/+68
| | | | thread which has the signal unblocked.
* new filesJoel Sherrill1996-06-123-0/+194
|
* Added test case which blocks a signal, sees what signals are pending, sendsJoel Sherrill1996-06-111-1/+44
| | | | | that same signal to the executing thread, sees what is pending, then unblocks that signal so the handler can execute.
* modified to test pthread_kill() to self and pthread_kill() to a blockedJoel Sherrill1996-06-112-8/+24
| | | | thread. nanosleep() can be interrupted and return the time remaining.
* new files.Joel Sherrill1996-06-104-0/+177
| | | | | This test does a basic checkout of signals with a thread-directed signal (pthread_kill()) used to interrupt a nanosleep().
* new fileJoel Sherrill1996-06-101-0/+83
|
* moved the time macros to pmacros.h.Joel Sherrill1996-06-103-38/+4
|
* added include of <sched.h> and fixed warningsJoel Sherrill1996-06-061-2/+3
|
* added cpu_time_budget field to Thread_Control and removed the global variableJoel Sherrill1996-06-051-1/+0
| | | | _Thread_Ticks_remaining_in_timeslice.
* added test case for sched_get_priority_min, sched_get_priority_max,Joel Sherrill1996-06-041-0/+23
| | | | and sched_rr_get_interval.
* added basic test cases for pthread_self and pthread_equalJoel Sherrill1996-06-043-14/+28
|
* updated screenJoel Sherrill1996-06-035-40/+34
|