summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxreaddir (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile.am: Reflect having moved automake. include/Makefile.am: Reflect having moved automake. psx01/Makefile.am: Reflect having moved automake. psx02/Makefile.am: Reflect having moved automake. psx03/Makefile.am: Reflect having moved automake. psx04/Makefile.am: Reflect having moved automake. psx05/Makefile.am: Reflect having moved automake. psx06/Makefile.am: Reflect having moved automake. psx07/Makefile.am: Reflect having moved automake. psx08/Makefile.am: Reflect having moved automake. psx09/Makefile.am: Reflect having moved automake. psx10/Makefile.am: Reflect having moved automake. psx11/Makefile.am: Reflect having moved automake. psx12/Makefile.am: Reflect having moved automake. psx13/Makefile.am: Reflect having moved automake. psxcancel/Makefile.am: Reflect having moved automake. psxchroot01/Makefile.am: Reflect having moved automake. psxfile01/Makefile.am: Reflect having moved automake. psxhdrs/Makefile.am: Reflect having moved automake. psxmount/Makefile.am: Reflect having moved automake. psxmsgq01/Makefile.am: Reflect having moved automake. psxreaddir/Makefile.am: Reflect having moved automake. psxsem01/Makefile.am: Reflect having moved automake. psxstat/Makefile.am: Reflect having moved automake. psxtime/Makefile.am: Reflect having moved automake. psxtimer/Makefile.am: Reflect having moved automake.
* 2003-06-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-06-121-4/+6
| | | | * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
* 2003-05-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-05-291-2/+2
| | | | | | * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c, psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c, psxtimer/psxtimer.c: Removed warnings.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * psx01/Makefile.am: Use .$(OBJEXT) instead of .o. * psx02/Makefile.am: Use .$(OBJEXT) instead of .o. * psx03/Makefile.am: Use .$(OBJEXT) instead of .o. * psx04/Makefile.am: Use .$(OBJEXT) instead of .o. * psx05/Makefile.am: Use .$(OBJEXT) instead of .o. * psx06/Makefile.am: Use .$(OBJEXT) instead of .o. * psx07/Makefile.am: Use .$(OBJEXT) instead of .o. * psx08/Makefile.am: Use .$(OBJEXT) instead of .o. * psx09/Makefile.am: Use .$(OBJEXT) instead of .o. * psx10/Makefile.am: Use .$(OBJEXT) instead of .o. * psx11/Makefile.am: Use .$(OBJEXT) instead of .o. * psx12/Makefile.am: Use .$(OBJEXT) instead of .o. * psx13/Makefile.am: Use .$(OBJEXT) instead of .o. * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o. * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o. * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o. * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o. * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o. * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o. * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o. * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o. * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o. * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o. * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-023-2/+6
| | | | | | | | | | | | | | | | | | | | | | * 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.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
* 2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * psx01/Makefile.am: include leaf.am instead of leaf.cfg. * psx11/Makefile.am: include leaf.am instead of leaf.cfg. * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg. * psx02/Makefile.am: include leaf.am instead of leaf.cfg. * psx13/Makefile.am: include leaf.am instead of leaf.cfg. * psxtime/Makefile.am: include leaf.am instead of leaf.cfg. * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg. * psx07/Makefile.am: include leaf.am instead of leaf.cfg. * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg. * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg. * psx10/Makefile.am: include leaf.am instead of leaf.cfg. * psx08/Makefile.am: include leaf.am instead of leaf.cfg. * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg. * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg. * psx05/Makefile.am: include leaf.am instead of leaf.cfg. * psx09/Makefile.am: include leaf.am instead of leaf.cfg. * psxmount/Makefile.am: include leaf.am instead of leaf.cfg. * psxstat/Makefile.am: include leaf.am instead of leaf.cfg. * psx12/Makefile.am: include leaf.am instead of leaf.cfg. * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg. * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg. * psx03/Makefile.am: include leaf.am instead of leaf.cfg. * psx04/Makefile.am: include leaf.am instead of leaf.cfg. * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
* 2001-04-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-04-201-4/+4
| | | | | | | | * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn, psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn, psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c, psxtime/psxtime.scn, psxtimer/psxtimer.scn: Various adjustments so test output matches screens more reliably.
* 2000-11-17 Jennifer Averret <jennifer@OARcorp.com>Jennifer Averett2000-11-172-79/+141
| | | | | | | | * psxmount/test.c, psxmount/psxmount.scn: Improve output to report expected error condition in one case. * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise readdir() of root of mounted filesystem. Also corrected the screen file for some mistakes noticed in this effort.
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-051-0/+1
| | | | | | | | | | | * 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, psxcancel/Makefile.am, psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-122-3/+9
|
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-131-0/+2
| | | | adds .cvsignore.
* Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-311-1/+0
| | | | | that contains cosmetical changes to the Makefile.ams below tests (removes old, now invalid comments from these Makefile.ams).
* Patch rtems-rc-19991117-14.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-231-0/+39
| | | | to convert the psxtests directory from Makefile.in to Makefile.am.
* Modified file to match seen output.Jennifer Averett1999-11-161-92/+161
|
* 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.
* Removed unneeded include of libio_.h.Joel Sherrill1999-01-311-2/+0
|
* Removed all ^M from the file.Jennifer Averett1998-12-031-156/+156
|
* Cleaned up test.Jennifer Averett1998-12-031-11/+34
| | | | Updated scn files to match present expected test output.
* Added tests in support of the file system infrastructure.Joel Sherrill1998-11-233-0/+601