summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-083-6/+6
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-223-15/+15
| | | | of switching to the modified GNU GPL.
* Modified to reflect change from 255 posix priority levels to 254.Joel Sherrill1997-04-181-1/+1
|
* Added line to install test screens so difftest does not have to haveJoel Sherrill1997-04-151-0/+2
| | | | | | a path back into the source tree. This would be better for binary distributions as well since you now have the correct output at the install point.
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-011-0/+60
| | | | | | | | | | | | | | | | | | | | GNU autoconf. This is the first large step in allowing an RTEMS user to perform a one-tree build (per crossgcc FAQ) including RTEMS in the build process. With this change RTEMS is configured in built in the same style as the GNU tools, yet retains the basic structure of its traditional Makefiles (ala Tony Bennett). Jiri Gaisler (jgais@wd.estec.esa.nl) deserves (and received) a big thank you for doing this. There are still issues to be resolved but as of this commit, all target which can be built on a linux host have been using a modified version of the source Jiri submitted. This source was merged and most targets built in the tree before this commit. There are some issues which remain to be resolved but they are primarily related to host OS dependencies, script issues, the use of gawk for hack_specs, and the dependence on gcc snapshots. These will be resolved.
* nanosleep no longer consider a negative value of tv_sec to be an error.Joel Sherrill1996-09-051-6/+7
| | | | Instead it is an indication of a request for a small delay.
* Filled in the screenMark Johannes1996-08-231-0/+46
|
* Added build_time statement to provide a tm for the testMark Johannes1996-08-231-2/+4
|
* changed error for too many threads to EAGAINJoel Sherrill1996-08-151-2/+2
|
* added test cases for clock_getresJoel Sherrill1996-08-121-9/+27
|
* added test cases for clock_gettime (invalid id), clock_settime (invalid_id),Joel Sherrill1996-08-121-0/+48
| | | | nanosleep (yield cpu), and numerous error cases in nanosleep
* added test case for non-NULL parameter to time()Joel Sherrill1996-08-121-0/+6
|
* 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.
* 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.
* 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 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
|
* added test code for return of remaining time from sleep().Joel Sherrill1996-06-031-2/+8
|
* added test case for nanosleep filling in the time remaining structure.Joel Sherrill1996-06-031-0/+1
|
* added test code for nanosleep and return code from sleep.Joel Sherrill1996-06-031-2/+27
|
* added code to test clock and time related functionality.Joel Sherrill1996-05-302-17/+63
|
* tests now specify whether using posix initialization threads tableJoel Sherrill1996-05-292-5/+3
| | | | or rtems initialization table in configuration table
* simple version of test which shows pthread_create, pthread_exit, and exitJoel Sherrill1996-05-293-4/+19
| | | | are basically working. This test will be enhanced further.
* Gutted test of rtems api calls and added comments to indicate what the testJoel Sherrill1996-05-293-77/+31
| | | | should do in their place. It now compiles and links.
* new fileJoel Sherrill1996-05-241-0/+50
|
* new filesJoel Sherrill1996-05-243-4/+111
|
* new fileMark Johannes1996-05-241-0/+22