summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx01/task.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c, psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c, psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c, psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c, psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c, psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c, psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am, psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c, psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c: Modified.
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
| | | | of switching to the modified GNU GPL.
* added test case for sched_yield.Joel Sherrill1996-08-091-6/+14
| | | | changed format of some output.
* added complete test cases for pthread_once.Joel Sherrill1996-08-081-8/+35
|
* 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-101-1/+2
|
* added basic test cases for pthread_self and pthread_equalJoel Sherrill1996-06-041-14/+14
|
* simple version of test which shows pthread_create, pthread_exit, and exitJoel Sherrill1996-05-291-1/+6
| | | | 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-291-16/+11
| | | | should do in their place. It now compiles and links.
* new fileJoel Sherrill1996-05-241-0/+50