summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libblock: Do resource allocation in one placeSebastian Huber2013-02-212-33/+0
| | | | | | | All resource allocations take place in rtems_bdbuf_init() now. After rtems_bdbuf_init() no fatal errors can happen due to configuration errors or resource limits. This makes it easier to detect configuration errors for users.
* fstests/fsrdwr: Add test caseSebastian Huber2013-02-203-1/+59
|
* fstests/fsrdwr: Fix warningSebastian Huber2013-02-201-1/+1
|
* fstests: Prevent compiler optimizationsSebastian Huber2013-02-151-1/+4
|
* Introduce AM_CONDITIONAL ATOMIC.Ralf Corsépius2013-02-147-14/+28
|
* Introduce AM_CONDITIONAL ATOMIC, cpuopt RTEMS_ATOMIC.Ralf Corsépius2013-02-141-0/+4
|
* sptests/spfatal11: Update due to API changesSebastian Huber2013-02-122-5/+22
|
* score: Add and use rtems_assert_contextSebastian Huber2013-02-122-5/+31
|
* tests: atomic support for RTEMS. SMP tests for atomic operations.WeiY2013-02-0742-0/+1991
|
* tests: atomic support for RTEMS. Uniprocessor tests for atomic ops.WeiY2013-02-0742-0/+2563
|
* score: atomic support for RTEMS automake and autoconf changesWeiY2013-02-074-1/+24
|
* fstests/fsrdwr: Free allocated memorySebastian Huber2013-01-301-0/+4
|
* fstests: Check resources used by FAT file systemSebastian Huber2013-01-301-0/+6
|
* fstests: Use global environment and clean upSebastian Huber2013-01-301-3/+14
| | | | This releases all resources acquired by the chroot().
* fstests: Initialize swapout taskSebastian Huber2013-01-301-0/+19
|
* fstests: Perform a quick formatSebastian Huber2013-01-301-1/+1
|
* fstests: Use designated initializersSebastian Huber2013-01-301-10/+10
|
* ftpfs: Fix SIZE command handlingSebastian Huber2013-01-282-4/+26
| | | | | | | It is invalid to issue a SIZE command once a data transfer is in progress. For reads we issue the SIZE command before the RETR command and get a snapshot of the file size. For writes the file size is initialized to zero and incremented for each write chunk.
* testsuites: Fix prototypesSebastian Huber2013-01-276-16/+22
|
* testsuites: Use rtems_fatal_source_description()Sebastian Huber2013-01-274-27/+6
|
* fstests: Generating .scn (Screen Shots) #4Alex Ivanov2013-01-156-0/+192
|
* psxtmtests: Generating .scn (Screen Shots) #8Alex Ivanov2013-01-157-0/+30
|
* Create POSIX Timing Test psxtmthread02Christopher Kerl2013-01-145-0/+120
| | | | | Minor modifications were made to the student version to clearify methods and to clean up test output.
* Generating .scn (Screen Shots) #7Alex Ivanov2013-01-146-0/+32
|
* Create POSIX Timing Test psxtmcond09Christopher Kerl2013-01-119-0/+290
| | | | | | Modifications were made to this submission allow the same init.c file to be ran by three tests that were very similar using posix pthread_cond_timedwait and pthread_cond_wait.
* Create POSIX Timing Test psxtmcond03Christopher Kerl2013-01-115-0/+144
|
* Added more condition variable timing tests.Jennifer Averett2013-01-111-2/+4
|
* Create POSIX Timing Test psxtmcond05Christopher Kerl2013-01-095-0/+111
|
* Create POSIX Timing Test psxtmcond02Christopher Kerl2013-01-095-0/+113
|
* GCI: Create POSIX Timing Test psxtmcond01Christopher Kerl2013-01-095-0/+130
|
* sapi: Add rtems_fatal_source_description()Sebastian Huber2013-01-072-2/+32
|
* rtems: Critical fix for eventsSebastian Huber2013-01-072-23/+289
| | | | | | | Commit 4b45c1393ce4ee3e1c2762ef3145d2bd6b5b38da marked a test in _Event_Timeout() as debug only. This test is required also in non-debug configurations since otherwise state corruption can happen. A revised test sptests/spintrcritical10 checks the relevant sequences.
* tmoverhd.docCynthia Rempel2013-01-061-0/+75
| | | | | Hi, Adding test documentation...
* IMFS: Generating .scn (Screen Shots) #2Christopher Kerl2013-01-026-0/+276
|
* sptests/spintrcritical16: Fix NULL pointer accessSebastian Huber2013-01-021-1/+4
|
* libtests/rbheap01: Add test casesSebastian Huber2012-12-221-0/+42
|
* sptests/speventsystem01: Add test casesSebastian Huber2012-12-221-0/+34
|
* libtests/malloctest: Add test caseSebastian Huber2012-12-221-0/+25
|
* libtests/malloctest: Add test caseSebastian Huber2012-12-221-0/+24
|
* libblock: Use rtems_blkdev_create_partition()Sebastian Huber2012-12-211-2/+26
| | | | | Use rtems_blkdev_create_partition() instead of rtems_disk_create_log() to avoid problems with the huge IMFS_GENERIC_DEVICE_MAJOR_NUMBER.
* IMFS: Fix resource leak in IMFS_allocate_node()Sebastian Huber2012-12-211-7/+58
|
* libcsupport: Add rtems_resource_snapshot_take()Sebastian Huber2012-12-212-5/+101
| | | | | | Add rtems_resource_rtems_api, rtems_resource_posix_api, rtems_resource_snapshot, rtems_resource_snapshot_equal(), and rtems_resource_snapshot_check().
* score: Add _Objects_Active_count()Sebastian Huber2012-12-213-1/+10
|
* score: Add rtems_chain_node_count_unprotected()Sebastian Huber2012-12-213-1/+23
|
* libtests/md501: Use test cases of RFC 2202Sebastian Huber2012-12-162-160/+200
|
* libtests/md501: New testSebastian Huber2012-12-166-0/+251
|
* dosfs: Add sync_device option for msdos_format()Sebastian Huber2012-12-131-1/+6
|
* dosfs: Bugfix for disks of for example 100MB sizeRalf Kirchner2012-12-131-11/+60
|
* termios: Implement tcflush()Sebastian Huber2012-12-132-13/+15
| | | | New IO control RTEMS_IO_TCFLUSH.
* termios: Fix tcflow() error statusSebastian Huber2012-12-131-7/+12
|