summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-272-0/+8
| | | | | PR 1532/testing * aclocal/project-root.m4: Add initial tests for untar capabilities.
* 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-2713-1/+401
| | | | | | | | PR 1532/testing * Makefile.am, configure.ac: Add initial tests for untar capabilities. * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc, tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c, tar02/tar02.doc, tar02/tar02.scn: New files.
* 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-27 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-278-1/+123
| | | | | | | PR 1631/testing * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc, gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added * Makefile.am, configure.ac: Changes to accommodate new tests
* 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-278-1/+101
| | | | | | | | | | PR 1632/testing * Makefile.am, configure.ac: Make dedicated fatal error test for /dev/null already registered. Using code from Bharath in new test framework. * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am, devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn, devnullfatal01/testcase.h: New files.
* 2010-07-27 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-271-0/+6
| | | | | | PR 1632/testing * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise null_initialize() and null_write().
* *** empty log message ***Joel Sherrill2010-07-273-3/+9
|
* 2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-268-1/+154
| | | | | | | * Makefile.am, configure.ac: Add test to extract a task blocked with timeout on a priority ordered thread queue. * sp72/.cvsignore, sp72/Makefile.am, sp72/init.c, sp72/sp72.doc, sp72/sp72.scn: New files.
* 2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-253-10/+9
| | | | * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
* 2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-253-0/+12
| | | | * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
* 2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-253-8/+56
| | | | * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
* 2010-07-22 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-2220-1/+720
| | | | | | | | | | | * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn, devfs02/Makefile.am: New tests added * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn, devfs03/Makefile.am: New tests added * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn, devfs04/Makefile.am: New tests added * Makefile.am, configure.ac: Changes to accommodate the above newly added tests.
* 2010-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-1914-2/+486
| | | | | | | | | * Makefile.am, configure.ac, termios06/init.c: Add initial tests for XON/XOFF and VMIN/VMAX cases. * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c, termios07/termios07.doc, termios07/termios07.scn, termios08/.cvsignore, termios08/Makefile.am, termios08/init.c, termios08/termios08.doc, termios08/termios08.scn: New files.
* 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-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-198-1/+128
| | | | | | * Makefile.am, configure.ac: Add tar test for error cases. * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc, tar03/tar03.scn: New files.
* 2010-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-194-0/+40
| | | | | | * stringto01/init.c, stringto01/stringto01.scn, stringto01/stringto_test_template.h: Attempt to pick up a few more error paths.
* 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 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-164-2/+37
| | | | | | | PR 1617/testing * spmountmgr01/init.c, spmountmgr01/spmountmgr01.scn, spmountmgr01/spmountmgr01.doc: Added cases to exercise mount-mktgt.c.
* 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-15 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-152-0/+7
| | | | | PR 1617/testing * malloctest/init.c: Added new case to exercise _realloc_r.
* 2010-07-15 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-158-1/+183
| | | | | | | | | PR 1617/testing * spmountmgr01/init.c, spmountmgr01/Makefile.am, spmountmgr/.cvsignore, spmountmgr01/spmountmgr01.doc, spmountmgr01/spmountmgr01.scn: New test which improves coverage of mount-mgr.c under libcsupport. * Makefile.am, configure.ac: Changes to accommodate the new test.
* 2010-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-07-152-1/+21
| | | | | * malloctest/init.c: Added test for rtems_heap_allocate_aligned_with_boundary().
* 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-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-148-1/+138
| | | | | | * Makefile.am, configure.ac: Add new test to exercise devFS_Show(). * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc, devfs01/devfs01.scn, devfs01/init.c: New files.
* 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-148-1/+112
| | | | | | | * Makefile.am, configure.ac: Add new test to exercise malloc_get_statistics(). * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c, malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
* 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-143-2/+24
| | | | | | PR 1535/tests * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix of work by Ralf and Joel.
* 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-144-10/+61
| | | | | * spprintk/init.c, spprintk/spprintk.doc, spprintk/spprintk.scn: Clean up and add test of getchark().
* 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-142-2/+6
| | | | * spfatal21/Makefile.am: Fix typo.
* 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-143-3/+34
| | | | | * support/include/test_support.h, support/src/test_support.c: Add Allocate_majority_of_heap().
* 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-1413-2/+180
| | | | | | | | | * Makefile.am, configure.ac: Add tests for sbrk fatal error case and libio initialization fatal error case. * spfatal21/.cvsignore, spfatal21/Makefile.am, spfatal21/spfatal21.doc, spfatal21/spfatal21.scn, spfatal21/testcase.h, spfatal22/.cvsignore, spfatal22/Makefile.am, spfatal22/spfatal22.doc, spfatal22/spfatal22.scn, spfatal22/testcase.h: New files.
* 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-143-11/+45
| | | | * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
* 2010-07-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-07-149-33/+30
| | | | | | | | | | | | * spintrcritical06/init.c: Switch semaphore obtain timeouts of variants. Cleanup. * spintrcritical05/spintrcritical05.scn, spintrcritical06/spintrcritical06.scn, spintrcritical07/spintrcritical07.scn, spintrcritical11/spintrcritical11.scn, spintrcritical12/spintrcritical12.scn, spintrcritical13/spintrcritical13.scn, spintrcritical14/spintrcritical14.scn: Update.
* 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 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-088-1/+201
| | | | | | | * Makefile.am, configure.ac: Add test for exercising sbrk() extension to Malloc Family. * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c, malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
* 2010-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-088-1/+92
| | | | | | | * Makefile.am, configure.ac: Readd spfatal09 as a malloc initialization fatal error. * spfatal09/.cvsignore, spfatal09/Makefile.am, spfatal09/spfatal09.doc, spfatal09/spfatal09.scn, spfatal09/testcase.h: New files.
* 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 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-078-2/+344
| | | | | | | | PR 1603/testing * spassoc01/init.c, spassoc01/Makefile.am, spassoc01/spassoc01.doc, spassoc01/spassoc01.scn: Added new test. * Makefile.am, configure.ac: Added new test spassoc01 for rtems_assoc routines.
* 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 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-072-15/+8
| | | | | | PR 1606/cpukit * spfatal_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-072-0/+23
| | | | | * minimum/init.c: Use fatal error extension to prevent infinite runtime.
* 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-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-07-0730-121/+59
| | | | | | | | | | | | | | | | | | | | | * spfatal09/.cvsignore, spfatal09/Makefile.am, spfatal09/spfatal09.doc, spfatal09/spfatal09.scn, spfatal09/testcase.h: Removed files. * Makefile.am, configure.ac: Reflect changes above. * spfatal_support/init.c: Print end of test message in case of success. Stop multitasking in the fatal error extension. * spfatal03/testcase.h, spfatal07/testcase.h: Use printk() instead of puts(). * spfatal01/spfatal01.scn, spfatal02/spfatal02.scn, spfatal03/spfatal03.scn, spfatal04/spfatal04.scn, spfatal05/spfatal05.scn, spfatal06/spfatal06.scn, spfatal07/spfatal07.scn, spfatal08/spfatal08.scn, spfatal10/spfatal10.scn, spfatal11/spfatal11.scn, spfatal12/spfatal12.scn, spfatal13/spfatal13.scn, spfatal14/spfatal14.scn, spfatal15/spfatal15.scn, spfatal16/spfatal16.scn, spfatal17/spfatal17.scn, spfatal18/spfatal18.scn, spfatal19/spfatal19.scn, spfatal20/spfatal20.scn: Update.
* 2010-07-06 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-07-063-4/+14
| | | | | * sp21/init.c, sp21/sp21.scn: Tidy up with one last case to get 100% coverage of rtems_io_lookup_name().
* 2010-07-06 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-07-066-301/+237
| | | | | | * sp21/Makefile.am, sp21/init.c, sp21/sp21.scn: Add rtems_io_lookup_name() and simplify test. * sp21/system.h, sp21/task1.c: Removed.
* 2010-07-06 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-07-063-1/+14
| | | | | * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC cases. Coverage of these paths is near complete.
* 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-068-1/+93
| | | | | | | * Makefile.am, configure.ac: Add new fatal error test for termios initialize. * spfatal20/.cvsignore, spfatal20/Makefile.am, spfatal20/spfatal20.doc, spfatal20/spfatal20.scn, spfatal20/testcase.h: New files.
* 2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-062-0/+6
| | | | * malloctest/system.h: Enable malloc statistics.