summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* POSIX message queues now include complete functionality includingJoel Sherrill2000-01-131-2/+22
| | | | | | | | | | | | | | | | blocking sends when the queue is full. The SuperCore was enhanced to support blocking on send. The existing POSIX API was debugged and numerous test cases were added to psxmsgq01 by Jennifer Averett. SuperCore enhancements and resulting modifications to other APIs were done by Joel. There is one significant point of interpretation for the POSIX API. What happens to threads already blocked on a message queue when the mode of that same message queue is changed from blocking to non-blocking? We decided to unblock all waiting tasks with an EAGAIN error just as if a non-blocking version of the same operation had returned unsatisfied. This case is not discussed in the POSIX standard and other implementations may have chosen differently.
* Changed error checking macros for POSIX.Joel Sherrill2000-01-131-50/+50
|
* POSIX message queues now include complete functionality includingJoel Sherrill2000-01-131-247/+1074
| | | | | | | | | | | | | | | | blocking sends when the queue is full. The SuperCore was enhanced to support blocking on send. The existing POSIX API was debugged and numerous test cases were added to psxmsgq01 by Jennifer Averett. SuperCore enhancements and resulting modifications to other APIs were done by Joel. There is one significant point of interpretation for the POSIX API. What happens to threads already blocked on a message queue when the mode of that same message queue is changed from blocking to non-blocking? We decided to unblock all waiting tasks with an EAGAIN error just as if a non-blocking version of the same operation had returned unsatisfied. This case is not discussed in the POSIX standard and other implementations may have chosen differently.
* This test was enhanced to test for the case in sigtimedwait() where itJoel Sherrill2000-01-112-0/+32
| | | | | | | must deal with a pending process oriented signal. Prior to the addition of this testcase, sigtimedwait() did not return properly when a process oriented signal was pending. The problem was reported by Wayne Bullaughey <wayneb@cacdsp.com>.
* Updated to reflect a time that had previously been left out due toJoel Sherrill2000-01-051-0/+37
| | | | an array sizing coding error.
* Screen updated since test runs.Joel Sherrill2000-01-051-1/+24
|
* Corrected so header message is printed.Joel Sherrill2000-01-052-0/+3
|
* + Added tests for open, close, unlink, and send.Jennifer Averett2000-01-051-53/+223
|
* Fixed warnings.Joel Sherrill2000-01-046-4/+7
|
* + Tests added for mq_open, mq_close, and mq_unlinkJennifer Averett1999-12-232-63/+219
|
* Corrected order of output.Joel Sherrill1999-12-131-1/+1
|
* Patch rtems-rc-19991123-rc-3.diff from Ralf CorsepiusJoel Sherrill1999-12-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | <corsepiu@faw.uni-ulm.de>: The patch below provides * automake support for score/cpu/powerpc * The hack to propagate values from *.cfg to automake configuration * A fix for librdbg/powerpc/mcp750/Makefile.am (Was completely corrupted before) * Fixes some files which apparently where missing in rtems-rc-19991123-rc-2.diff * some minor configuration related patches To apply: rm -rf ./c/src/exec/score/cpu/powerpc/wrap patch -p1 < rtems-rc-19991123-rc-3.diff Attention: c/src/exec/score/cpu/[configure.in|aclocal.m4|configure] should be removed after applying the patch. Modifications had been made to the score/cpu/powerpc directory after the snapshot this was based on. In particular, the mpc750 and other_cpu directories had been renamed to new_exception_processing and old_exception_processing. After this patch was applied, modifications were made to account for this.
* Jennifer added initial test code. Conditional'ed out until she hasJoel Sherrill1999-12-021-0/+130
| | | | the opportunity to work with it.
* Moved pmacros.h to include not support/include.Joel Sherrill1999-11-2318-19/+28
|
* Miscellaneous patches from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-231-1/+1
| | | | | that are part of the Makefile.am conversion effort but were missed in the previous commits.
* Added clock06.c to the compile list.Joel Sherrill1999-11-231-4/+2
|
* Files only used by psxfile01, so moved there.Joel Sherrill1999-11-234-1/+201
|
* Test psxfile02 unused and removed.Joel Sherrill1999-11-231-1/+1
|
* Patch rtems-rc-19991117-14.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-2325-8/+1012
| | | | to convert the psxtests directory from Makefile.in to Makefile.am.
* + Corrected error messages.Jennifer Averett1999-11-221-30/+80
| | | | | | | | + Added tests for sem_open, sem_close, and sem_unlink. + Yellow lined sem_open, sem_close, sem_unlink, _POSIX_Semaphore_Delete, _POSIX_Semaphore_Name_to_id, and _POSIX_Semaphore_Create_support. Except for MP, pshared OBJECT_REMOTE, and out of memory paths.
* Added ifndef around build_time macro so tmacros.h and pmacros.hJoel Sherrill1999-11-221-0/+2
| | | | can be included from the same file.
* Added test code for named semaphores and moved to use of directive_failedJennifer Averett1999-11-182-31/+87
| | | | family of macros to produce better checks and diagnostic messages.
* Started to added POSIX message queue test code.Jennifer Averett1999-11-181-0/+3
|
* Updated copyright notice.Joel Sherrill1999-11-17191-382/+191
|
* Fixed screen.Joel Sherrill1999-11-161-1/+1
|
* Removed leading space from output.Jennifer Averett1999-11-162-4/+4
|
* Added comment indicating that dup is known to be broken.Jennifer Averett1999-11-161-1/+1
|
* Added test cases for uname().Joel Sherrill1999-11-162-0/+25
|
* Modified file to match seen output.Jennifer Averett1999-11-161-92/+161
|
* Modified output file to match seen output. Added comment to all inoJennifer Averett1999-11-161-306/+282
| | | | values that they may change slightly on a processor basis.
* Removed compiler warning.Jennifer Averett1999-11-161-1/+1
|
* New test for POSIX Message Queues added.Joel Sherrill1999-11-094-1/+88
|
* New files.Joel Sherrill1999-11-093-0/+222
|
* This is another pass at making sure that nothing outside the BSPJoel Sherrill1999-11-051-3/+1
| | | | | | | | | | | | unnecessarily uses any variables defined by the BSP. On this sweep, use of BSP_Configuration and Cpu_table was eliminated. A significant part of this modification was the addition of macros to access fields in the RTEMS configuration structures. This is necessary to strengthen the division between the BSP independent parts of RTEMS and the BSPs themselves. This started after comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
* The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill1999-11-041-0/+2
| | | | | | | | | | | particular, using bsp.h, or getting information from the BSP which should properly be obtained from RTEMS is forbidden. This is necessary to strengthen the division between the BSP independent parts of RTEMS and the BSPs themselves. This started after comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>. The changes primarily eliminated the need to include bsp.h and peeking at BSP_Configuration. The use of Cpu_table in each BSP needs to be eliminated.
* Minor changes to make the screen match a bit better.Joel Sherrill1999-11-022-4/+4
|
* Minor fixes to make screen match a bit better.Joel Sherrill1999-11-022-11/+15
|
* Added more proper checking of F_GETFL and F_SETFL.Joel Sherrill1999-11-021-5/+17
| | | | | | Disabled test of F_DUPFD since it does not work. Added comment to indicate that seekdir(NULL) was being called.
* New test added - psxcancel. This is just a shell for now.Joel Sherrill1999-10-283-1/+32
|
* Modified to ease comparison of screen to target output.Joel Sherrill1999-10-254-1092/+1092
|
* Modified to reflect test change where reinitialize mutex test case wasJoel Sherrill1999-10-251-1/+1
| | | | removed.
* Removed reinitialize mutex test case to reflect earlier code change inJoel Sherrill1999-10-251-1/+8
| | | | the executive.
* Increased stack size of initialization thread.Joel Sherrill1999-10-211-0/+2
|
* Modifications necessary to support testing of exitting a pthread fromJoel Sherrill1999-10-046-41/+156
| | | | Charles-Antione Gauthier <charles.gauthier@iit.nrc.ca>.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1999-10-041-3/+3
| | | | where wrapup left pieces out of the librtemsall.a.
* New configuration files added by patch fromJoel Sherrill1999-08-101-0/+24
| | | | Ralf Corsepius <corsepiu@faw.uni-ulm.de>".
* Modified to reflect change in calling sequence of mount().Joel Sherrill1999-07-011-1/+1
|
* Test modified to reflect change in calling sequence of mount().Joel Sherrill1999-07-011-10/+10
|
* Corrections by Jennifer.Joel Sherrill1999-04-061-41/+57
|
* Added prints for calls into the file system. Added O_EXCL for an open thatJennifer Averett1999-03-311-5/+28
| | | | tested that the same file could not be created twice.