summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2010-08-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-08-091-0/+4
| | | | * psxpasswd02/init.c: Remove unused variable.
* 2010-08-06 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-08-0711-13/+89
| | | | | | | | | | | | | | PR 1654/testing * psx13/test.c, psx13/psx13.scn: Test case to improve testing of dup2 routine. * psxfile01/test.c, psxfile01/psxfile01.scn: New test to improve testing of fcntl routine. * psximfs01/init.c, psximfs01/psximfs01.scn: Improve testing of imfs routines. * psximfs02/init.c, psximfs02/psximfs02.scn: Improve coverage of imfs routines. * psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New tests to improve coverage of getpwent.c.
* 2010-08-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-08-061-2/+2
| | | | | | PR 1652/GCC: * psxpipe01/init.c: Expand incomplete initializers triggering powerpc-gcc -msdata breakdown.
* 2010-08-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-08-061-0/+7
| | | | | | PR 1652/GCC: * psxpipe01/init.c: Expand incomplete initializers triggering powerpc-gcc -msdata breakdown.
* 2010-07-30 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-08-024-1/+64
| | | | | | | PR 1642/testing * psximfs02/init.c, psximfs02/psximfs02.scn, psximfs02/psximfs02.doc: Added test cases to exercise chmod(), chown() and routines in imfs_debug.c.
* 2010-07-29 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-298-2/+255
| | | | | | | | PR 1642/testing * psximfs02/init.c, psximfs02/psximfs02.scn, psximfs02/psximfs02.doc, psximfs02/Makefile.am: New test added. * configure.ac, Makefile.am: Changes to accommodate psximfs02 test.
* 2010-07-29 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-294-1/+93
| | | | | | | PR 1633/testing * psximfs01/init.c, psximfs01/psximfs01.scn, psximfs01/psximfs01.doc: New cases to exercise IMFS_memfile_remove.
* 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-274-1/+17
| | | | | * psxobj01/Makefile.am, psxobj01/init.c, psxobj01/psxobj01.scn: Add test for runnign out of workspace when setting object name as string.
* 2010-07-27 Vinu Rajashekhar <vinutheraj@gmail.com>Joel Sherrill2010-07-272-0/+9
| | | | | | PR 1629/cpukit * psx04/init.c: sigsuspend() was not completely following the POSIX specification.
* 2010-07-19 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-197-12/+113
| | | | | | | | | | | PR 1623/testing * psx13/test.c, psx13/psx13.scn: New cases to improve coverage of utime() and fpathconf(). * psxfile01/test.c, psxfile01/psxfile01.scn: New cases to improve coverage of rmdir(), unlink(), mknod(), link(), open(), read(), write(). * psxstat/test.c, psxstat/psxstat.scn: New case to improve coverage of readlink().
* 2010-07-17 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-163-4/+35
| | | | | | PR 1622/testing * psxchroot01/test.c, psxchroot01/psxchroot01.scn: Added two test cases to completely cover chroot().
* 2010-07-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-07-162-3/+7
| | | | * psxfile01/test.c: Avoid NULL pointer access.
* 2010-07-15 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-157-4/+45
| | | | | | | | | | PR 1617/testing * psxfile01/test.c, psxfile01/psxfile01.scn: Added new cases to exercise_link_r and _unlink_r * psxstat/test.c, psxstat/psxstat.scn: Added new cases to exercise _lstat_r and _stat_r. * psxtime/test.c, psxtime/psxtime.scn: Added new cases to exercise _gettimeofday.
* 2010-07-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-07-152-3/+7
| | | | * psxstat/test.c: Avoid NULL pointer access.
* 2010-07-12 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-1310-1/+368
| | | | | | | | | | PR 1613/testing * psxfchx01/init.c, psxfchx01/Makefile.am, psxfchx01/.cvsignore, psxfchx01/psxfchx01.doc, psxfchx01/psxfchx01.scn: New tests. Improves coverage of fchdir, fchmod, fchown directives. * configure.ac, Makefile.am: Changes to accommodate new test. * psxstat/test.c, psxstat/psxstat.scn: Added new test case to test statvfs routine under libcsupport.
* 2010-07-09 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-0910-69/+192
| | | | | | | | | | PR 1610/testing * psx13/test.c, psx13/psx13.scn: Remove the test cases which exercise pipe. These are new a new test under psxpipe01/ * psxpipe01/init.c, psxpipe01/Makefile.am, psxpipe01/psxpipe01.scn, psxpipe01/psxpipe01.doc: Added new test. * Makefile.am, configure.ac: Changes due to addition of new test: psxpipe01.
* 2010-07-08 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-083-9/+22
| | | | | | PR 1608/testing * psxfile01/init.c: Add a simple test case: Open file as read-only and attemp to truncate. Improves coverage.
* 2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-072-15/+8
| | | | | | PR 1606/cpukit * psxfatal_support/init.c: Remove INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
* 2010-07-07 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-07-074-1/+17
| | | | | | * psxfatal_support/init.c: Print end of test message in case of success. Stop multitasking in the fatal error extension. * psxfatal01/psxfatal01.scn, psxfatal02/psxfatal02.scn: Update.
* 2010-07-06 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-07-062-0/+5
| | | | * psxtimes01/init.c: Added missing declaration.
* 2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-0613-2/+292
| | | | | | | | | | * Makefile.am, configure.ac: Add test for various forms of times() and getrusage(). * psxgetrusage01/.cvsignore, psxgetrusage01/Makefile.am, psxgetrusage01/init.c, psxgetrusage01/psxgetrusage01.doc, psxgetrusage01/psxgetrusage01.scn, psxtimes01/.cvsignore, psxtimes01/Makefile.am, psxtimes01/init.c, psxtimes01/psxtimes01.doc, psxtimes01/psxtimes01.scn: New files.
* 2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-053-3/+21
| | | | | * psxid01/init.c, psxid01/psxid01.scn: Actually match an entry in /etc/passwd and /etc/group.
* 2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-054-0/+44
| | | | | * psxid01/init.c, psxid01/psxid01.doc, psxid01/psxid01.scn: Add test cases.
* 2010-07-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-022-1/+5
| | | | * psx13/test.c: Fix warning.
* 2010-07-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-022-1/+5
| | | | * psxfile01/test_cat.c: Does not need posix specific macros.
* 2010-07-01 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-07-014-131/+25
| | | | | * psxfile01/Makefile.am, psxfile01/psxfile01.scn, psxfile01/test.c: Remove tests which put NULL entries in file handlers.
* 2010-07-01 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-0111-9/+462
| | | | | | | | | | PR 1598/testing * Makefile.am, configure.ac, psxpasswd01/init.c, psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: Add testing for POSIX user database (e.g. /etc/group and /etc/passwd) access routines which are implemented in libcsupport/src/getpwent.c. * psxpasswd02/.cvsignore, psxpasswd02/Makefile.am, psxpasswd02/init.c, psxpasswd02/psxpasswd02.doc, psxpasswd02/psxpasswd02.scn: New files.
* 2010-07-01 Vinu Rajashekhar <vinutheraj@gmail.com>Joel Sherrill2010-07-015-99/+723
| | | | | | PR 1597/cpukit * psx13/psx13.scn, psx13/test.c, psxstat/psxstat.scn, psxstat/test.c: Add lchown() and utimes().
* 2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-0113-2/+339
| | | | | | | | | | * Makefile.am, configure.ac: Add tests for file lock stubs as well as various POSIX methods that access UID, PID, and GID. * psxfilelock01/.cvsignore, psxfilelock01/Makefile.am, psxfilelock01/init.c, psxfilelock01/psxfilelock01.doc, psxfilelock01/psxfilelock01.scn, psxid01/.cvsignore, psxid01/Makefile.am, psxid01/init.c, psxid01/psxid01.doc, psxid01/psxid01.scn: New files.
* 2010-06-30 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-302-1/+5
| | | | * psximfs01/init.c: Fix warning introduced.
* 2010-06-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-302-2/+7
| | | | | PR 1595/tests * psximfs01/init.c: Fix warnings.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-283-17/+29
| | | | | * psxtime/psxtime.scn, psxtime/test.c: Add test for passing a null pointer.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-282-2/+4
| | | | * configure.ac: Remove reference to RTEMS_OBJECT_FORMAT.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-288-1/+281
| | | | | | | * Makefile.am, configure.ac: Add test to exercise IMFS behaviour with files of maximum sizes. * psximfs01/.cvsignore, psximfs01/Makefile.am, psximfs01/init.c, psximfs01/psximfs01.doc, psximfs01/psximfs01.scn: New files.
* 2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-233-2/+5
| | | | * Makefile.am, configure.ac: Revert accidentally committed patch.
* 2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-2362-0/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am, psx13/Makefile.am, psx14/Makefile.am, psxalarm01/Makefile.am, psxautoinit01/Makefile.am, psxautoinit02/Makefile.am, psxbarrier01/Makefile.am, psxcancel/Makefile.am, psxcancel01/Makefile.am, psxchroot01/Makefile.am, psxcleanup/Makefile.am, psxcleanup01/Makefile.am, psxclock/Makefile.am, psxcond01/Makefile.am, psxenosys/Makefile.am, psxfatal01/Makefile.am, psxfatal02/Makefile.am, psxfile01/Makefile.am, psxintrcritical01/Makefile.am, psxitimer/Makefile.am, psxkey01/Makefile.am, psxkey02/Makefile.am, psxkey03/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am, psxmsgq03/Makefile.am, psxmsgq04/Makefile.am, psxmutexattr01/Makefile.am, psxobj01/Makefile.am, psxpasswd01/Makefile.am, psxrdwrv/Makefile.am, psxreaddir/Makefile.am, psxrwlock01/Makefile.am, psxsem01/Makefile.am, psxsignal01/Makefile.am, psxsignal02/Makefile.am, psxsignal03/Makefile.am, psxsignal04/Makefile.am, psxsignal05/Makefile.am, psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am, psxualarm/Makefile.am, psxusleep/Makefile.am: Revert accidentally committed patch.
* 2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-2367-112/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am, configure.ac, psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am, psx13/Makefile.am, psx14/Makefile.am, psxalarm01/Makefile.am, psxautoinit01/Makefile.am, psxautoinit02/Makefile.am, psxbarrier01/Makefile.am, psxcancel/Makefile.am, psxcancel01/Makefile.am, psxchroot01/Makefile.am, psxcleanup/Makefile.am, psxcleanup01/Makefile.am, psxclock/Makefile.am, psxcond01/Makefile.am, psxenosys/Makefile.am, psxfatal01/Makefile.am, psxfatal02/Makefile.am, psxfile01/Makefile.am, psxfile02/init.c, psxfile02/psxfile02.doc, psxfile02/psxfile02.scn, psxintrcritical01/Makefile.am, psxitimer/Makefile.am, psxkey01/Makefile.am, psxkey02/Makefile.am, psxkey03/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am, psxmsgq03/Makefile.am, psxmsgq04/Makefile.am, psxmutexattr01/Makefile.am, psxobj01/Makefile.am, psxpasswd01/Makefile.am, psxrdwrv/Makefile.am, psxreaddir/Makefile.am, psxrwlock01/Makefile.am, psxsem01/Makefile.am, psxsignal01/Makefile.am, psxsignal02/Makefile.am, psxsignal03/Makefile.am, psxsignal04/Makefile.am, psxsignal05/Makefile.am, psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am, psxualarm/Makefile.am, psxusleep/Makefile.am: Add test for fd greater than number of file descriptors configured.
* 2010-06-23 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-232-2/+19
| | | | * psxfile02/psxfile02.doc: Filled in documentation information.
* 2010-06-23 Jennifer Averett <Jennifer Averett@OARcorp.com>Jennifer Averett2010-06-238-2/+238
| | | | | | | * Makefile.am, configure.ac: Added test case for calls that check for an unopened file descriptor. * psxfile02/.cvsignore, psxfile02/Makefile.am, psxfile02/init.c, psxfile02/psxfile02.doc, psxfile02/psxfile02.scn: New files.
* 2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-223-0/+12
| | | | | * psxtime/psxtime.scn, psxtime/test.c: Add a normal case with second parameter to adjtime NULL.
* 2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-192-2/+5
| | | | * psxfatal_support/init.c: Remove references to ITRON constants.
* 2010-06-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-06-082-2/+8
| | | | * psxfile01/test.c: Update for IMFS API changes.
* 2010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-025-91/+78
| | | | | * psxfile01/test.c, psxmount/test.c, psxreaddir/test.c, psxstat/test.c: Update to the new mount API.
* 2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-292-0/+11
| | | | | * configure.ac: Add AC_CHECK_SIZEOF(off_t). * include/pmacros.h: Add PRIdoff_t.
* 2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-291-0/+5
| | | | | * configure.ac: Add AC_CHECK_SIZEOF(off_t). * include/pmacros.h: Add PRIdoff_t.
* 2010-05-17 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-05-173-23/+243
| | | | | | | * psxfile01/test.c, psxfile01/psxfile01.scn: This file now exercises the _rename_r in libcsupport. For now, it also provides two fsmount_me_h handlers to enable certain error checking paths
* 2010-04-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-282-1/+6
| | | | * psxfile01/test.c: Add check for errno on chdir(NULL).
* 2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-252-5/+9
| | | | * psxrdwrv/test.c: Use SIZE_MAX not SSIZE_MAX.
* 2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-253-1/+11
| | | | | * psx07/init.c, psx07/task.c: Introduce enough of a delay so the Init() thread can reliably reach the pthread_join() call.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-253-2/+9
| | | | | | * psxreaddir/psxreaddir.scn, psxreaddir/test.c: Do not test for rewinddir(NULL) since we are now using newlib's implementation and it does not check for NULL. This causes a fault on some targets.