summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-06-03fsdsosfsname01: Ensure endian correctnessRalf Kirchner3-33/+6418
2013-06-03fsdosfsname01: Add compatibility testsRalf Kirchner6-0/+11294
Test handling of file names and directory names according to Microsofts specification for the FAT file system. Tests for compatibility with a genuine MS Windows FAT file system have been added.
2013-06-03fsdosfsname01: Add multibyte testsRalf Kirchner2-1/+286
Test handling of file names and directory names according to Microsofts specification for the FAT file system. Tests for multibyte file names and directory names have been added.
2013-06-03libtests: Add new test: utf8proc01Ralf Kirchner6-0/+317
utf8proc is a library for processing UTF-8 encoded Unicode strings. Some features are Unicode normalization, stripping of default ignorable characters, case folding and detection of grapheme cluster boundaries. For now utf8proc is intended for normalizing and folding strings for comparison purposes within the UTF-8 support of the FAT file system. This test will call interface methods of library utf8proc in order to make sure they compiled and linked ok. The library is third party, thus it should be sufficient for us to make sure we can build it correctly.
2013-06-03fsdosfsname01: New testRalf Kirchner6-0/+688
Test handling of file names and directory names according to Microsofts specification for the FAT file system. So far tested only for the default character set (code page 850).
2013-05-31smptests/smplock01: New testSebastian Huber6-0/+463
2013-05-31score: Remove idle field of Per_CPU_ControlSebastian Huber1-2/+11
This field is unused except for special case simulator clock drivers. In these places use an alternative. Add and use _Thread_Set_global_exit_status() and _Thread_Get_global_exit_status().
2013-05-31smptests: Use priority ceiling for locked printSebastian Huber2-2/+3
In case the printf() blocks on a semaphore it was possible to end up in a livelock.
2013-05-27smptests/smp09: Add missing newlineSebastian Huber1-1/+1
2013-05-27smptests/smp01: Do not assume CPU 0 runs InitSebastian Huber1-19/+22
2013-05-27smptests/smp01: Fix semaphore countSebastian Huber8-3/+12
The locked print needs one semaphore.
2013-05-24dosfs: Add RTEMS_DOSFS_SEMAPHORES_PER_INSTANCERalf Kirchner1-0/+1
2013-05-24fstests: Use "tmacros.h" instead of "pmacros.h"Ralf Kirchner1-1/+1
2013-05-20sptests: add test to demonstrate bug in strict order mutexGedare Bloom6-1/+257
2013-05-20sptests: add test for priority inversion with multiple locksGedare Bloom6-1/+211
2013-05-16fstests/fsstatvfs: Fix end of test messageSebastian Huber1-1/+1
2013-05-16dosfs: Add statvfs() supportAndrei Mozzhuhin5-0/+141
2013-05-10libtests/malloc04: Prevent compiler optimizationsSebastian Huber1-1/+6
2013-05-10score: Add CPU context validationSebastian Huber6-0/+222
2013-05-06psxtests/psxtime: Reduce test timeSebastian Huber2-235/+139
2013-05-03libtests/malloc04: Adjust for new sbrk() supportSebastian Huber3-49/+84
2013-05-01Clear the atomic conditional compilation.WeiY8-32/+0
2013-04-23libtests/exit02: New testSebastian Huber6-0/+129
2013-04-23libtests/exit01: New testSebastian Huber6-0/+151
2013-04-17Use uint32_t instead of long. Use unsigned defines (Prevent overflows on ↵Ralf Corsépius2-6/+6
16bit targets)
2013-04-11testsuites: Fix warningsSebastian Huber15-40/+51
2013-04-08libtests/flashdisk01: Disable for small memory BSPSebastian Huber2-0/+31
2013-04-08sptests/spstkalloc02: Disable for small memory BSPSebastian Huber1-0/+25
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom12-12394/+0
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2013-02-21libblock: Do resource allocation in one placeSebastian Huber2-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.
2013-02-20fstests/fsrdwr: Add test caseSebastian Huber3-1/+59
2013-02-20fstests/fsrdwr: Fix warningSebastian Huber1-1/+1
2013-02-15fstests: Prevent compiler optimizationsSebastian Huber1-1/+4
2013-02-14Introduce AM_CONDITIONAL ATOMIC.Ralf Corsépius7-14/+28
2013-02-14Introduce AM_CONDITIONAL ATOMIC, cpuopt RTEMS_ATOMIC.Ralf Corsépius1-0/+4
2013-02-12sptests/spfatal11: Update due to API changesSebastian Huber2-5/+22
2013-02-12score: Add and use rtems_assert_contextSebastian Huber2-5/+31
2013-02-07tests: atomic support for RTEMS. SMP tests for atomic operations.WeiY42-0/+1991
2013-02-07tests: atomic support for RTEMS. Uniprocessor tests for atomic ops.WeiY42-0/+2563
2013-02-07score: atomic support for RTEMS automake and autoconf changesWeiY4-1/+24
2013-01-30fstests/fsrdwr: Free allocated memorySebastian Huber1-0/+4
2013-01-30fstests: Check resources used by FAT file systemSebastian Huber1-0/+6
2013-01-30fstests: Use global environment and clean upSebastian Huber1-3/+14
This releases all resources acquired by the chroot().
2013-01-30fstests: Initialize swapout taskSebastian Huber1-0/+19
2013-01-30fstests: Perform a quick formatSebastian Huber1-1/+1
2013-01-30fstests: Use designated initializersSebastian Huber1-10/+10
2013-01-28ftpfs: Fix SIZE command handlingSebastian Huber2-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.
2013-01-27testsuites: Fix prototypesSebastian Huber6-16/+22
2013-01-27testsuites: Use rtems_fatal_source_description()Sebastian Huber4-27/+6
2013-01-15fstests: Generating .scn (Screen Shots) #4Alex Ivanov6-0/+192