summaryrefslogtreecommitdiffstats
path: root/testsuites/testdata (follow)
Commit message (Collapse)AuthorAgeFilesLines
* disable-intrcritical-tests.tcfg: New fileJoel Sherrill2015-04-011-0/+30
| | | | | | This file contains the list of interrupt critical section tests. There are some simulators these are unreliable on so they should just be ignored.
* testsuites/testdata: Add sets to disable all jffs2 and mrfs testsJoel Sherrill2015-03-222-0/+25
|
* dltests-broken-on-this-bsp.tcfg: New file used for dl* tests work aroundJoel Sherrill2015-03-061-0/+8
|
* rtems-test-check: Ignore tests which require real ISR based clock tickChris Johns2014-05-281-0/+72
BSPs for simulators which do not include a clock tick interrupt source are incapable of running some tests successfully. This is a common characteristic of some BSPs and a fixed set of tests. There is no point in duplicating this list of tests in those BSPs test configuration. Read testsuites/testdata/require-tick-isr.tcfg for details.