summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add thread-local storage (TLS) supportSebastian Huber2014-02-0410-0/+436
| | | | | Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.
* score: Add _Heap_Size_with_overhead()Sebastian Huber2014-02-042-0/+21
|
* score: Add _Workspace_Allocate_aligned()Sebastian Huber2014-02-043-0/+18
|
* libtests/block11: Use custom device driverSebastian Huber2014-02-031-3/+36
|
* testsuite/psx13: Add linefeed to end of test message.Chris Johns2014-01-191-2/+2
| | | | | | The lack of a line feed means the output from the test runs into the MI protocol on GDB as the broken simulator output currently is not passing through gdb's MI protocol layer.
* testsuite/rtems++: Output format change.Chris Johns2014-01-102-101/+104
| | | | | | Alter the output to avoid sending out what is the MI protocol. The SIS simulator is currently broken and outputs directly to GDB's stdout and so this output gets parsed as MI output.
* spsize/size.c: Fix typo.HailinGuo2014-01-091-4/+8
| | | | From pull request at https://github.com/hazirguo/rtems/commit/fc07a4c501ffebe406464eb9b8dd2097adfd5e60
* libtests: Add contents to rbheap and stackchk documentation filesCynthia Rempel2014-01-093-5/+183
|
* tmtests: Add contents to multiple documentation filesCynthia Rempel2014-01-0929-60/+306
|
* libtests/termios01: Add tests for cfsetspeed() and cfmakeraw()Daniel Ramirez2014-01-093-3/+106
|
* libtests/uid01: Fix Copyright informationDaniel Ramirez2014-01-094-15/+20
|
* libtests: added test to confirm patch fixes bugDaniel Ramirez2014-01-097-1/+268
|
* sp16, sp17, and sp20: Documentation FixesToma Radu2014-01-083-19/+27
| | | | Fix the documentation for the sp16, sp17 and sp20 tests.
* fstests and libtests: Add contents to multiple documentation filesCynthia Rempel2014-01-088-15/+217
|
* rhealstone: Add start end and messagesJoel Sherrill2014-01-076-0/+18
|
* psximfs02: Clean up outputJoel Sherrill2014-01-072-3/+4
|
* spfifo02: Clean up outputJoel Sherrill2014-01-072-7/+61
|
* fsdosfsformat01.doc: Add contentsCynthia Rempel2014-01-071-4/+18
|
* fsbdpart01.doc: Add contentsCynthia Rempel2014-01-071-4/+21
|
* rhealstone: Add rh prefix to all test namesJoel Sherrill2014-01-0526-152/+159
| | | | This makes them easier to spot as a group in wildcard searches.
* rhealstone/*.c: Add Print_Warning() call to indicate debug enabledJoel Sherrill2014-01-056-1/+11
|
* rhealstone/README: FormattingJoel Sherrill2014-01-051-4/+5
|
* Added Rhealstone benchmark to testsuitesDaniel Ramirez2014-01-0522-1/+1233
| | | | | | | The Rhealstone benchmarks six operations that are critical components of a real-time system. It allows for an objective analysis to be performed, and allows for comparisons between systems. See rhealstone/README for more information.
* sp09: Remove partition specific partsJoel Sherrill2014-01-044-46/+9
|
* spregion_err01: Clean up commentsJoel Sherrill2014-01-041-1/+0
|
* sppartition_err01: Remove dead parts, reduce, and clean up.Joel Sherrill2014-01-0414-1017/+356
| | | | Also fix naming issues.
* psxtime: Added doc file.Shaily Sangwan2014-01-031-0/+24
|
* pskey09, sp17: documentation cleanup.Mandar Juvekar2014-01-032-9/+11
|
* sptests: Refactor sp09 into sppartition_err01 and sp09.Mandar Juvekar2014-01-0217-6/+777
|
* sp09: Remove region test referencesJoel Sherrill2013-12-305-56/+10
|
* spregion_err01: Remove unneeded fluff copied from sp09Joel Sherrill2013-12-3013-1135/+448
| | | | | The goal is to shrink the individual tests to have no unneeded resources and to follow the structure of a normal test.
* spregion_err01: New test refactored from sp09Mandar Juvekar2013-12-3017-6/+826
|
* Test suite documentations corrections and fixes.Toma Radu2013-12-285-43/+47
| | | | Correct the sp02.doc, sp05.doc, sp06.doc, sp07.doc, sp08.doc files.
* psx03: Add doc fileRishi Sharma2013-12-261-0/+27
|
* utf8proc1/spedgsched01: minor fixes in test document filesMandar Juvekar2013-12-252-23/+33
|
* psxtests/psx14: Add doc fileMandar Juvekar2013-12-241-0/+28
|
* sptests: refactor sp09/screen13 into a new test spclock_err02Chirayu Desai2013-12-2410-34/+88
|
* cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns2013-12-242-0/+4
| | | | | | Add Timestamp support in the score to return a timestamp in nanoseconds. Add a test. Update the RTEMS API documentation.
* psxtests/psxfatal01: add doc fileMandar Juvekar2013-12-201-0/+18
|
* libcsupport: Accept NULL for zero-length entriesSebastian Huber2013-12-201-2/+2
|
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-201-2/+47
| | | | | | | | | The readv() and writev() support was implemented in terms of multiple calls to the read and write handlers. This imposes a problem on device files which use an IO vector as single request entity. For example a low-level network device (e.g. BPF(4)) may use an IO vector to create one frame from multiple protocol layers each with its own IO vector entry.
* libcsupport: Add and use rtems_libio_iovec_eval()Sebastian Huber2013-12-202-6/+35
|
* sptests/spcpuset*: Add tests for fixed size cpu_set_t operations.Jennifer Averett2013-12-198-0/+4411
| | | | | | This adds five tests for <sys/cpuset.h>. It does not include tests for CPU_XXX_S methods. The autotools should be able to avoid enabling the tests unless the toolset has <sys/cpuset.h>.
* psxtests: add psxcleanup/psxcleanup.docAnukul Sangwan2013-12-181-0/+18
|
* psxtests/configure.ac: Probe for SMP affinity methodsJoel Sherrill2013-12-131-0/+21
|
* sptests: refactored sp09/screen14.c into two new testsDaniel Ramirez2013-12-1117-419/+618
|
* sptests/spfifo01: Add test case for mknod()Sebastian Huber2013-12-111-5/+8
|
* PR2160: imfs: Use ENOSYS for unsupported nodesSebastian Huber2013-12-111-15/+4
| | | | | Return an error status with errno set to ENOSYS during node creation for nodes not available in the current configuration.
* psxsignal06: Fix bug where mutex not locked and add EPERM error checkJoel Sherrill2013-12-101-1/+4
| | | | | | | This test formerly had a bug in that it attempted to wait on a condition variable with a Mutex that was not locked. This is undefined by POSIX. But a recent change to match GNU/Linux behavior resulted in finding a bug in the test.
* psxtmcond01: Fix bug where mutex not locked and add EPERM error checkJoel Sherrill2013-12-103-4/+20
| | | | | | | This test formerly had a bug in that it attempted to wait on a condition variable with a Mutex that was not locked. This is undefined by POSIX. But a recent change to match GNU/Linux behavior resulted in finding a bug in the test.