summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-2439-721/+792
| | | | | | | | | | | | | * sp04/tswitch.c, sp07/task1.c, sp07/task2.c, sp09/screen07.c, sp11/task1.c, sp11/task2.c, sp12/pridrv.c, sp12/pritask.c, sp13/task1.c, sp14/asr.c, sp14/task1.c, sp19/first.c, sp19/fptask.c, sp19/inttest.h, sp19/task1.c, sp20/task1.c, sp25/task1.c, sp26/task1.c, sp28/init.c, sp29/init.c, sp31/task1.c, sp32/init.c, sp33/init.c, sp34/changepri.c, sp36/strict_order_mut.c, sp37/init.c, sp43/init.c, sp44/init.c, sp48/init.c, sp54/init.c, sp59/init.c, sp65/init.c, sp68/init.c, spchain/init.c, spclockget/init.c, spfatal03/testcase.h, spfatal07/testcase.h, spfatal_support/init.c: Do not line length exceed 80 columns.
* 2011-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-225-19/+25
| | | | | | PR 1839/filesystem * psxfchx01/init.c, psxfchx01/psxfchx01.scn, psxfile01/psxfile01.scn, psxfile01/test.c: Update test to reflect new status codes.
* 2011-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-222-1/+5
| | | | * psxtmthread03/psxtmthread03.doc: Fix.
* 2011-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-225-7/+15
| | | | | | * psxtmmutex02/psxtmmutex02.doc, psxtmsem01/psxtmsem01.doc, psxtmsem02/psxtmsem02.doc, psxtmthread01/psxtmthread01.doc: Ensure all are correct.
* 2011-07-22 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-228-5/+230
| | | | | | | | PR 1847/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of various non-blocking semaphore operations. * psxtmsem02/.cvsignore, psxtmsem02/Makefile.am, psxtmsem02/init.c, psxtmsem02/psxtmsem02.doc: New files.
* 2011-07-22 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-228-8/+279
| | | | | | | | | PR 1846/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of various sem_open(), sem_close(), sem_unlink(), sem_init(), and sem_destroy() cases. * psxtmsem01/.cvsignore, psxtmsem01/Makefile.am, psxtmsem01/init.c, psxtmsem01/psxtmsem01.doc: New files.
* 2011-07-21 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-217-0/+184
| | | | | | | | PR 1835/tests * Makefile.am, configure.ac: Add benchmark of pthread_mutex_timedlock - not available, block. * psxtmmutex04/.cvsignore, psxtmmutex04/Makefile.am, psxtmmutex04/init.c, psxtmmutex04/psxtmmutex04.doc: New files.
* 2011-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-218-17/+23
| | | | | | * psxtmmutex02/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c, psxtmnanosleep02/init.c, psxtmsleep02/init.c, psxtmthread01/init.c, psxtmthread03/init.c: Standardize start and end test messages.
* 2011-07-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-07-212-1/+5
| | | | | * psxhdrs/Makefile.am: Remove -Wno-unused-but-set-variable (Non-portable).
* 2011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-208-2/+211
| | | | | | | * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_mutex_unlock where it is unblocking threads with preemption. * psxtmmutex06/.cvsignore, psxtmmutex06/Makefile.am, psxtmmutex06/init.c, psxtmmutex06/psxtmmutex06.doc: New files.
* 2011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-202-22/+14
| | | | * psxtmmutex05/init.c: Fix test. Pattern was wrong.
* 2011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-207-0/+168
| | | | | | | * Makefile.am, configure.ac: Add benchmark of pthread_mutex_unlock where it is unblocking threads without preemption. * psxtmmutex05/.cvsignore, psxtmmutex05/Makefile.am, psxtmmutex05/init.c, psxtmmutex05/psxtmmutex05.doc: New files.
* 2011-07-20 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-208-3/+153
| | | | | | | | PR 1843/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key create and delete. * psxtmkey01/.cvsignore, psxtmkey01/Makefile.am, psxtmkey01/init.c, psxtmkey01/psxtmkey01.doc: New files.
* 2011-07-19 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-193-15/+20
| | | | | | PR 1838/filesystem * psxfchx01/init.c, psxfchx01/psxfchx01.scn: fchmod() does not need a writeable file descriptor.
* 2011-07-19 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-198-2/+159
| | | | | | | | PR 1840/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key set and get. * psxtmkey02/.cvsignore, psxtmkey02/Makefile.am, psxtmkey02/init.c, psxtmkey02/psxtmkey02.doc: New files.
* 2011-07-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-07-182-1/+4
| | | | * configure.ac: Remove psxtmmutex04 until PR 1836 is processed.
* 2011-07-15 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-158-2/+161
| | | | | | | | PR 1835/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of mutex set and get priority ceiling. * psxtmmutex07/.cvsignore, psxtmmutex07/Makefile.am, psxtmmutex07/init.c, psxtmmutex07/psxtmmutex07.doc: New files.
* 2011-07-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-132-24/+29
| | | | * psxtmtests_plan.csv: Update to reflect next activities.
* 2011-07-13 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-138-9/+156
| | | | | | | | PR 1831/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of mutex init and destroy. * psxtmmutex01/.cvsignore, psxtmmutex01/Makefile.am, psxtmmutex01/init.c, psxtmmutex01/psxtmmutex01.doc: New files.
* 2011-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-123-41/+5
| | | | | * malloc04/init.c, malloc04/malloc04.scn: Remove test cases which are obsolete.
* 2011-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-123-8/+10
| | | | | * psxtmnanosleep01/init.c, psxtmsleep01/init.c: Do not divide by OPERATION_COUNT on single shot times.
* 2011-07-12 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-128-5/+240
| | | | | | * Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmmutex03. * psxtmmutex03/.cvsignore, psxtmmutex03/Makefile.am, psxtmmutex03/init.c, psxtmmutex03/psxtmmutex03.doc: New files.
* 2011-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-083-0/+22
| | | | | | * sp09/screen07.c, sp09/sp09.scn: Add a case where the multiply of number of buffers times buffer size exceeds that representable by size_t.
* 2011-07-04 Chris Johns <chrisj@rtems.org>Chris Johns2011-07-043-2/+540
| | | | | * fileio/init.c, fileio/system.h: Add commands to create ram disks from the shell prompt. Helps testing.
* 2011-07-01 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-07-012-2/+16
| | | | | | * support/include/tmacros.h: Disable the check for dispatch disable level for SMP tests. Another CPU may be inside RTEMS by the time these checks are being done which would result in false failures.
* Fix.Joel Sherrill2011-06-302-14/+11
|
* 2011-06-29 Ricardo AguirreJennifer Averett2011-06-293-0/+8
| | | | * psxtmnanosleep01/.cvsignore, psxtmnanosleep02/.cvsignore: New files.
* 2011-06-29 Ricardo AguirreJennifer Averett2011-06-2910-2/+264
| | | | | | | | | | | * psxtmtests/Makefile.am, psxtmtests/configure.ac, psxtmtests/psxtmtests_plan.csv: Added nanosleep tests. * psxtmtests/psxtmnanosleep01/Makefile.am, psxtmtests/psxtmnanosleep01/init.c, psxtmtests/psxtmnanosleep01/psxtmnanosleep01.doc, psxtmtests/psxtmnanosleep02/Makefile.am, psxtmtests/psxtmnanosleep02/init.c, psxtmtests/psxtmnanosleep02/psxtmnanosleep02.doc: New files.
* 2011-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-2910-24/+17
| | | | | | * smp01/smp01.doc, smp02/smp02.doc, smp03/smp03.doc, smp04/smp04.doc, smp05/smp05.doc, smp07/smp07.doc, smp08/smp08.doc, smp08/system.h, smp08/tasks.c: Update copyright.
* 2011-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-292-0/+19
| | | | * .cvsignore: New file.
* 2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-284-1/+106
| | | | | * configure.ac, support/include/test_support.h: * support/src/locked_print.c: New file.
* 2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-2861-0/+2186
| | | | | | | | | | | | | | | | | | | * .configure.ac.swp, ChangeLog, Makefile.am, README, config.h.in, configure.ac, smp01/.cvsignore, smp01/Makefile.am, smp01/init.c, smp01/smp01.doc, smp01/smp01.scn, smp01/system.h, smp01/tasks.c, smp02/.cvsignore, smp02/Makefile.am, smp02/init.c, smp02/smp02.doc, smp02/smp02.scn, smp02/system.h, smp02/tasks.c, smp03/.cvsignore, smp03/Makefile.am, smp03/init.c, smp03/smp03.doc, smp03/smp03.scn, smp03/system.h, smp03/tasks.c, smp04/.cvsignore, smp04/Makefile.am, smp04/init.c, smp04/smp04.doc, smp04/smp04.scn, smp04/system.h, smp04/tasks.c, smp05/.cvsignore, smp05/Makefile.am, smp05/init.c, smp05/smp05.doc, smp05/smp05.scn, smp06/.cvsignore, smp06/Makefile.am, smp06/init.c, smp06/smp06.doc, smp06/smp06.scn, smp07/.cvsignore, smp07/Makefile.am, smp07/init.c, smp07/smp07.doc, smp07/smp07.scn, smp08/.cvsignore, smp08/Makefile.am, smp08/init.c, smp08/smp08.doc, smp08/smp08.scn, smp08/system.h, smp08/tasks.c, smp09/.cvsignore, smp09/Makefile.am, smp09/init.c, smp09/smp09.doc, smp09/smp09.scn: New files.
* 2011-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-242-10/+14
| | | | * psxtmtests_plan.csv: Complete plan for mutexes.
* 2011-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-222-4/+8
| | | | * psxtmtests_plan.csv: Update.
* 2011-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-227-4/+145
| | | | | | * Makefile.am, configure.ac: Add test case for sleep - blocking. * psxtmsleep02/.cvsignore, psxtmsleep02/Makefile.am, psxtmsleep02/init.c, psxtmsleep02/psxtmsleep02.doc: New files.
* 2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-2012-0/+21
| | | | | | | | | * devfs04/Makefile.am, deviceio01/Makefile.am, monitor02/Makefile.am, stackchk01/Makefile.am, stringto01/Makefile.am, tar01/Makefile.am, tar02/Makefile.am, termios01/Makefile.am, termios03/Makefile.am, termios04/Makefile.am tztest/Makefile.am: Add missing files.
* 2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-203-45/+9
| | | | | * pppd/Makefile.am: Add ppp.conf, pppd.options to EXTRA_DIST. * pppd/Makefile-user: Remove.
* 2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-202-101/+1
| | | | * sp66/init.c: Remove (unused).
* 2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-2011-0/+16
| | | | | | | | | * spintrcritical01/Makefile.am, spintrcritical06/Makefile.am, spintrcritical08/Makefile.am, spintrcritical09/Makefile.am, spintrcritical10/Makefile.am, spintrcritical11/Makefile.am, spintrcritical13/Makefile.am, spintrcritical15/Makefile.am, spintrcritical16/Makefile.am, spintrcritical17/Makefile.am: Add ../spintrcritical_support/intrcritical.h to *_SOURCES.
* 2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-202-0/+2
| | | | * sp43/Makefile.am: Add system.h to *_SOURCES.
* 2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-202-3/+2
| | | | | * Makefile.am: Remove DIST_SUBDIRS. Remove EXTRA_DIST.
* 2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-202-3/+6
| | | | * sp33/Makefile.am: Eliminate scndir.
* 2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-207-7/+8
| | | | | | | * psxautoinit01/Makefile.am, psxautoinit02/Makefile.am, psxbarrier01/Makefile.am, psxrwlock01/Makefile.am, psxspin01/Makefile.am, psxspin02/Makefile.am: Remove scndir.
* 2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-2012-5/+19
| | | | | | | | | | * Index: psxautoinit01/Makefile.am, psxbarrier01/Makefile.am, psxclassic01/Makefile.am, psxcleanup01/Makefile.am, psxfchx01/Makefile.am, psxpasswd01/Makefile.am, psxpasswd02/Makefile.am, psxpipe01/Makefile.am, psxrwlock01/Makefile.am, psxspin01/Makefile.am, psxspin02/Makefile.am: Eliminate rtems_scn_DATA. Install *.doc to rtems_testsdir.
* 2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-202-8/+3
| | | | | | * Makefile.am: Remove EXTRA_DIST. Remove DIST_SUBDIRS. Remove obsolete comments.
* 2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-202-1/+5
| | | | * psxclassic01/psxclassic01.doc: Fix copyright date.
* 2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-202-6/+9
| | | | | | * Makefile.am: Remove EXTRA_DIST. * fs01/fs91.doc: Remove (Empty, unused). * mimfs_fs01/Makefile.am: Use mimfs_support/fs_config.h.
* 2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-142-612/+4
| | | | * psxtmsleep01/Makefile.in: Removed.
* 2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-139-3/+729
| | | | | | | * Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmsleep01. * psxtmsleep01/.cvsignore, psxtmsleep01/Makefile.am, psxtmsleep01/Makefile.in, psxtmsleep01/init.c, psxtmsleep01/psxtmsleep01.doc: New files.
* 2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-1117-289/+184
| | | | | | | * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c, sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c, sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc, sp03/system.h, sp03/task1.c, sp03/task2.c: Clean up. Update.