summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxclock/psxclock.scn (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-182011-05-16 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Ralf Corsepius1-3/+3
* psxclock/init.c (Init): Use CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID. * psxclock/psxclock.scn: Regenerate.
2009-11-122009-11-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
PR 1466/tests * Makefile.am, configure.ac, psxclock/init.c, psxclock/psxclock.doc, psxclock/psxclock.scn, psxkey03/init.c, psxsignal02/init.c, psxsignal03/init.c, psxstack01/init.c: Remove usleep() from tests. Add test specifically to test it since it is deprecated as of POSIX.1-2008. * psxusleep/.cvsignore, psxusleep/Makefile.am, psxusleep/init.c, psxusleep/psxusleep.doc, psxusleep/psxusleep.scn: New files.
2009-09-212009-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+2
* psxclock/init.c, psxclock/psxclock.scn: Add test case for negative nanoseconds.
2009-09-142009-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+1
* psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test case for nanosleep of a very small delay which mathematically is less than a clock tick.
2009-09-142009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+3
* psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c, psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c, psxsignal04/Makefile.am: Move test cases which needed to be executed when POSIX is disabled to psxclock so they will be.
2009-09-132009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+31
* Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new test to exercise clock and delay services enabled when POSIX threads are disabled. This is split from psx01. POSIX test suite now enabled when POSIX threads are disabled so only enable tests which are appropriate. * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c, psxclock/psxclock.doc, psxclock/psxclock.scn: New files.