Commit Graph

616 Commits

Author SHA1 Message Date
Ralf Corsepius
0bd7a4896d Remove (Erroniously checked in). 2011-02-11 00:35:00 +00:00
Ralf Corsepius
c03792fcd7 2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/pmacros.h: Add PRIxblksize_t, PRIxblkcnt_t.
	* configure.ac: Add AC_CHECK_SIZEOF([blksize_t]),
	AC_CHECK_SIZEOF([blkcnt_t]).
2011-02-08 06:37:34 +00:00
Ralf Corsepius
cfa956e9c7 2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/pmacros.h: Add PRIxblksize_t, PRIxblkcnt_t.
	* configure.ac: Add AC_CHECK_SIZEOF([blksize_t]),
	AC_CHECK_SIZEOF([blkcnt_t]).
2011-02-08 06:37:33 +00:00
Ralf Corsepius
8ee3775f30 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-02-02 15:01:43 +00:00
Ralf Corsepius
677e81332b 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-02-02 15:01:25 +00:00
Joel Sherrill
a0cd082999 2011-01-17 Alin Rus <alin.codejunkie@gmail.com>
* Makefile.am, configure.ac: Add psxaio03/.
	* psxaio03/Makefile.am, psxaio03/init.c, psxaio03/psxaio03.scn
	psxaio03/system.h: New.
2011-01-17 22:17:18 +00:00
Joel Sherrill
c2cfe9443d 2011-01-08 Alin Rus <alin.codejunkie@gmail.com>
* psxaio02/init.c: Improve aio_cancel() coverage.
2011-01-08 21:01:47 +00:00
Joel Sherrill
f989f1d224 2011-01-02 Joel Sherrill <joel.sherrilL@OARcorp.com>
* psx05/init.c: Spacing.
2011-01-03 01:59:22 +00:00
Joel Sherrill
a14b982755 2010-11-01 Alin Rus <alin.codejunkie@gmail.com>
* psxaio01/init.c, psxaio02/init.c: Improve coverage.
2010-11-01 17:33:08 +00:00
Joel Sherrill
8e9a25ac02 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx05/init.c: Check for correct status returned.
	* psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test code
	to exercise path when attempting to lock for reading but there
	is at least one writer blocked waiting for access.
2010-10-21 22:09:44 +00:00
Joel Sherrill
4fcd106dd4 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: New test to ensure pthread_cond_wait() and
	sleep() (e.g. interruptible blocking and sleeping) are interruptible
	by signal.
	* psxsignal06/.cvsignore, psxsignal06/Makefile.am, psxsignal06/init.c,
	psxsignal06/psxsignal06.doc, psxsignal06/psxsignal06.scn: New files.
2010-10-21 22:05:17 +00:00
Joel Sherrill
33c46f1a70 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c,
	psx04/task1.c, psx04/task2.c, psx04/task3.c, psx05/init.c,
	psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
	psx06/task.c, psx06/task2.c, psx07/init.c, psx08/init.c,
	psx08/task2.c, psx08/task3.c, psx09/init.c, psx10/init.c,
	psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c,
	psx11/task.c, psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
	psxcancel01/init.c, psxchroot01/test.c, psxitimer/init.c,
	psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/test.c,
	psxmsgq01/init.c, psxmsgq03/init.c, psxmsgq04/init.c,
	psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
	psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
	psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
	psxstack01/init.c, psxstack02/init.c, psxualarm/init.c: Eliminate
	double space after parenthesis on rtems_test_assert().
2010-10-21 21:22:25 +00:00
Ralf Corsepius
acd08dd1b1 2010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx07/init.c: Add HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE guard around
	guardsize.
2010-10-08 09:39:36 +00:00
Ralf Corsepius
4163a697b3 2010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx07/init.c: Add HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE guard around
	guardsize.
2010-10-08 09:39:35 +00:00
Joel Sherrill
f564c32b34 2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxhdrs/pthread37.c, psxhdrs/pthread38.c, psxhdrs/pthread39.c,
	psxhdrs/pthread40.c: New files.
2010-10-04 16:09:44 +00:00
Joel Sherrill
6baf5a5bc3 2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, psx07/init.c, psx07/psx07.scn,
	psxhdrs/Makefile.am, psxstack01/init.c: Add pthread_attr_getstack,
	pthread_attr_setstack, pthread_attr_getguardsize, and
	pthread_attr_setguardsize.
	* psxstack02/.cvsignore, psxstack02/Makefile.am, psxstack02/init.c,
	psxstack02/psxstack02.doc, psxstack02/psxstack02.scn: New files.
2010-10-04 15:53:45 +00:00
Ralf Corsepius
f23b023550 2010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for pthread_attr_{get,set}cputime instead of
	pthread_pthread_attr_{get,set}cputime (Typo).
2010-10-01 16:56:07 +00:00
Ralf Corsepius
c517ae782e 2010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for pthread_attr_{get,set}cputime instead of
	pthread_pthread_attr_{get,set}cputime (Typo).
2010-10-01 16:56:06 +00:00
Sebastian Huber
4bff27618d 2010-09-28 Sebastian Huber <sebastian.huber@embedded-brains.de>
* psx15/.cvsignore, psx15/Makefile.am, psx15/init.c, psx15/psx15.scn:
	New files.
	* Makefile.am, configure.ac: Reflect changes above.
2010-09-28 07:36:06 +00:00
Ralf Corsepius
521869335b 2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: AC_CHECK_DECLS([seteuid]).
	* psximfs02/init.c: Provide decl for seteuid if not provided by
	libc.
2010-08-30 16:58:13 +00:00
Ralf Corsepius
32ac0faf35 2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: AC_CHECK_DECLS([seteuid]).
	* psximfs02/init.c: Provide decl for seteuid if not provided by
	libc.
2010-08-30 16:58:12 +00:00
Ralf Corsepius
80a7533ab6 2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxenosys/init.c, psxenosys/psxenosys.doc,
	psxenosys/psxenosys.scn: Remove devctl.
2010-08-30 12:21:32 +00:00
Ralf Corsepius
8534b0e5a2 2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxenosys/init.c, psxenosys/psxenosys.doc,
	psxenosys/psxenosys.scn: Remove devctl.
2010-08-30 12:21:31 +00:00
Joel Sherrill
5fa0adf64c 2010-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect some of
	aio being implemented.
2010-08-26 19:35:09 +00:00
Joel Sherrill
b95e69d26c 2010-08-19 Joel Sherrill <joel.sherrilL@OARcorp.com>
* psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO
	submission.
2010-08-19 19:55:29 +00:00
Joel Sherrill
1a20a15e66 2010-08-19 Joel Sherrill <joel.sherrilL@OARcorp.com>
* psxaio01/.cvsignore, psxaio02/.cvsignore: New files.
2010-08-19 12:31:22 +00:00
Ralf Corsepius
db8c6d6492 2010-08-16 Alin Rus <alin.codejunkie@gmail.com>
* Makefile.am, configure.ac: Add psxaio01/, psxaio02/.
	* psxaio01/Makefile.am, psxaio01/init.c, psxaio01/psxaio01.scn,
	psxaio01/system.h: New.
	* psxaio02/Makefile.am, psxaio02/init.c, psxaio02/psxaio02.scn,
	psxaio02/system.h: New.
2010-08-16 13:29:49 +00:00
Joel Sherrill
d9c60fdde1 2010-08-10 Bharath Suri <bharath.s.jois@gmail.com>
PR 1598/testing
	* psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New test case
	added to improve coverage of getpwent.c.
2010-08-10 14:50:14 +00:00
Joel Sherrill
b50cde4222 2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1665/testing
	* psximfs02/init.c: Fix uninitialized variable warning.
2010-08-10 14:41:47 +00:00
Joel Sherrill
9f7690f36d 2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>
PR 1661/testing
	* psximfs02/init.c: Changes to improve coverage of
	imfs_initsupp.c, by using a bad value for
	CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK
2010-08-09 14:37:01 +00:00
Joel Sherrill
38cc1e1b21 2010-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1661/testing
	* psxchroot01/test.c, psximfs01/init.c, psximfs02/init.c,
	psxpipe01/init.c: Eliminate most references to RTEMS_Malloc_Heap.
2010-08-09 14:29:33 +00:00
Ralf Corsepius
87adad480a 2010-08-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxpasswd02/init.c: Remove unused variable.
2010-08-09 05:24:01 +00:00
Ralf Corsepius
7a844633f6 2010-08-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxpasswd02/init.c: Remove unused variable.
2010-08-09 05:24:00 +00:00
Joel Sherrill
99e6fb5244 2010-08-06 Bharath Suri <bharath.s.jois@gmail.com>
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-07 00:22:46 +00:00
Ralf Corsepius
39a056b8a1 2010-08-06 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1652/GCC:
	* psxpipe01/init.c: Expand incomplete initializers triggering
	powerpc-gcc -msdata breakdown.
2010-08-06 07:44:23 +00:00
Ralf Corsepius
014bff5a5c 2010-08-06 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1652/GCC:
	* psxpipe01/init.c: Expand incomplete initializers triggering
	powerpc-gcc -msdata breakdown.
2010-08-06 07:44:22 +00:00
Joel Sherrill
189b89efb3 2010-07-30 Bharath Suri <bharath.s.jois@gmail.com>
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-08-02 18:19:35 +00:00
Joel Sherrill
d08ba49ea2 2010-07-29 Bharath Suri <bharath.s.jois@gmail.com>
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 22:40:50 +00:00
Joel Sherrill
bed8f3ea29 2010-07-29 Bharath Suri <bharath.s.jois@gmail.com>
PR 1633/testing
	* psximfs01/init.c, psximfs01/psximfs01.scn,
	psximfs01/psximfs01.doc: New cases to exercise
	IMFS_memfile_remove.
2010-07-29 22:35:36 +00:00
Joel Sherrill
c0d577848e 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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 20:16:23 +00:00
Joel Sherrill
bdbf052ab3 2010-07-27 Vinu Rajashekhar <vinutheraj@gmail.com>
PR 1629/cpukit
	* psx04/init.c: sigsuspend() was not completely following the POSIX
	specification.
2010-07-27 16:38:08 +00:00
Joel Sherrill
efdc6987a7 2010-07-19 Bharath Suri <bharath.s.jois@gmail.com>
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-19 13:13:20 +00:00
Joel Sherrill
24db9ba8bb 2010-07-17 Bharath Suri <bharath.s.jois@gmail.com>
PR 1622/testing
	* psxchroot01/test.c, psxchroot01/psxchroot01.scn: Added two test
	cases to completely cover chroot().
2010-07-16 19:19:09 +00:00
Sebastian Huber
320fe72c1f 2010-07-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* psxfile01/test.c: Avoid NULL pointer access.
2010-07-16 09:23:42 +00:00
Joel Sherrill
947015fbf3 2010-07-15 Bharath Suri <bharath.s.jois@gmail.com>
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-15 13:59:25 +00:00
Sebastian Huber
d0ef58ad74 2010-07-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* psxstat/test.c: Avoid NULL pointer access.
2010-07-15 12:15:56 +00:00
Joel Sherrill
b05cc32958 2010-07-12 Bharath Suri <bharath.s.jois@gmail.com>
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-13 21:13:13 +00:00
Joel Sherrill
f1b2dab270 2010-07-09 Bharath Suri <bharath.s.jois@gmail.com>
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-09 22:07:11 +00:00
Joel Sherrill
21827289f3 2010-07-08 Bharath Suri <bharath.s.jois@gmail.com>
PR 1608/testing
	* psxfile01/init.c: Add a simple test case: Open file as read-only
	and attemp to truncate. Improves coverage.
2010-07-08 19:37:01 +00:00
Joel Sherrill
0f3ab7df60 2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1606/cpukit
	* psxfatal_support/init.c: Remove
	INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
2010-07-07 14:07:26 +00:00