summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-16Added test cases for uname().Joel Sherrill2-0/+25
1999-11-16Modified file to match seen output.Jennifer Averett1-92/+161
1999-11-16Modified output file to match seen output. Added comment to all inoJennifer Averett1-306/+282
values that they may change slightly on a processor basis.
1999-11-16Removed compiler warning.Jennifer Averett1-1/+1
1999-11-09New test for POSIX Message Queues added.Joel Sherrill4-1/+88
1999-11-09New files.Joel Sherrill3-0/+222
1999-11-05This is another pass at making sure that nothing outside the BSPJoel Sherrill1-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>.
1999-11-04The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill1-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.
1999-11-02Minor changes to make the screen match a bit better.Joel Sherrill2-4/+4
1999-11-02Minor fixes to make screen match a bit better.Joel Sherrill2-11/+15
1999-11-02Added more proper checking of F_GETFL and F_SETFL.Joel Sherrill1-5/+17
Disabled test of F_DUPFD since it does not work. Added comment to indicate that seekdir(NULL) was being called.
1999-10-28New test added - psxcancel. This is just a shell for now.Joel Sherrill3-1/+32
1999-10-25Modified to ease comparison of screen to target output.Joel Sherrill4-1092/+1092
1999-10-25Modified to reflect test change where reinitialize mutex test case wasJoel Sherrill1-1/+1
removed.
1999-10-25Removed reinitialize mutex test case to reflect earlier code change inJoel Sherrill1-1/+8
the executive.
1999-10-21Increased stack size of initialization thread.Joel Sherrill1-0/+2
1999-10-04Modifications necessary to support testing of exitting a pthread fromJoel Sherrill6-41/+156
Charles-Antione Gauthier <charles.gauthier@iit.nrc.ca>.
1999-10-04Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1-3/+3
where wrapup left pieces out of the librtemsall.a.
1999-08-10New configuration files added by patch fromJoel Sherrill1-0/+24
Ralf Corsepius <corsepiu@faw.uni-ulm.de>".
1999-07-01Modified to reflect change in calling sequence of mount().Joel Sherrill1-1/+1
1999-07-01Test modified to reflect change in calling sequence of mount().Joel Sherrill1-10/+10
1999-04-06Corrections by Jennifer.Joel Sherrill1-41/+57
1999-03-31Added prints for calls into the file system. Added O_EXCL for an open thatJennifer Averett1-5/+28
tested that the same file could not be created twice.
1999-03-31Modified file to match output.Jennifer Averett1-11/+38
1999-03-29Correctd name length to account for new IMFS max name length of 32.Jennifer Averett1-1/+3
1999-03-16Commented out test case that no long works since addition of POSIX timers.Joel Sherrill1-5/+10
1999-02-03New files from Juan Zamorano Flores <jzamora@avellano.datsi.fi.upm.es>Joel Sherrill3-0/+445
that are part of the addition of POSIX timers.
1999-01-31Removed unneeded include of libio_.h.Joel Sherrill1-2/+0
1998-12-03Removed spaces.Joel Sherrill3-14/+0
1998-12-03Changed to account for ownership only being tracked when a priorityJoel Sherrill1-0/+8
blocking protocol is used.
1998-12-03Removed all ^M from the file.Jennifer Averett1-156/+156
1998-12-03Removed all ^M from the scn file.Jennifer Averett1-1253/+1253
1998-12-03Cleaned up test.Jennifer Averett7-320/+480
Updated scn files to match present expected test output.
1998-12-03Added Comment that a result is valid at 4 or 5 seconds.Jennifer Averett1-13/+1
1998-12-03Updated scn files to match present expected test output.Jennifer Averett4-11/+267
1998-11-23Added new tests in support of the file system infrastructure.Joel Sherrill3-0/+155
1998-11-23Added tests in support of the file system infrastructure.Joel Sherrill15-0/+4577
1998-06-09Fixed comment block at the beginning of the file for a copyright dateJoel Sherrill135-271/+270
problem and an English problem.
1998-04-27Fixed screen to match actual output.Joel Sherrill1-3/+2
1998-04-27Reset the pthread attributes structure so the proper error would beJoel Sherrill1-1/+5
generated.
1998-02-17updated copyright to 1998Joel Sherrill177-177/+177
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill177-354/+354
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill177-885/+885
of switching to the modified GNU GPL.
1997-04-18Modified to reflect change from 255 posix priority levels to 254.Joel Sherrill3-6/+6
1997-04-07corrected printf specifications and added casts as necessary to eliminateJoel Sherrill3-3/+3
warnings.
1997-04-02corrected printf format to avoid warningJoel Sherrill4-4/+4
1997-04-02initialized variables or removed unused variables to remove warningsJoel Sherrill3-4/+3
1996-09-18new filesJoel Sherrill3-0/+205
1996-09-12Fixed test to match change to pthread_cond_timedwait which now takes a wallMark Johannes1-26/+32
time. Commented out calls to pthread_cond_wait and pthread_cond_timedwait without the mutex locked before calling.
1996-09-06modified test to take into account change in default value ofJoel Sherrill1-0/+5
inheritsched pthread attribute from implicit to explicit scheduling parameters.