summaryrefslogtreecommitdiffstats
path: root/testsuites/testdata (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Small memory exclude for record02Sebastian Huber2020-04-061-0/+1
| | | | Update #3938.
* libdl: Add an archive commandChris Johns2019-03-221-0/+1
| | | | | | | - The archive command lists archives, symbols and any duplicate symbols. - Change the RTL shell commands to the rtems_printer to allow the output to be captured.
* testsuite: Make the OPERATION_COUNT a test configuration parameter.Chris Johns2019-03-072-6/+20
| | | | | - Add a small memory test config file. - Update the small memory PowerPC BSPs to use the new test config.
* dltests-broken-on-this-bsp.tcfg: Add dl06Joel Sherrill2018-05-211-0/+1
|
* Multiple BSP tcfg: Disable iconv files.Joel Sherrill2018-04-171-0/+7
|
* testsuite: Add fsjffs2gc01 to the disable JFFS tests.Chris Johns2017-05-241-0/+1
|
* testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ↵Chris Johns2017-04-041-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | errors. - Add a top level test configuration file for test states that are common to all BSPs. This saves adding a test configuration (tcfg) file for every BSP. - Add the test states 'user-input' and 'benchmark'. This lets 'rtems-test' stop the test rather than waiting for a timeout or letting a benchmark run without the user asking for it to run. - Implement rtems-test-check in Python to make it faster. The shell script had grown to a point it was noticably slowing the build down. - Fix the configure.ac and Makefile.am files for a number of the test directories. The files are difficiult to keep in sync with the number of tests and mistakes can happen such as tests being left out of the build. The test fsrofs01 is an example. Also a there was a mix of SUBDIRS and _SUBDIRS being used and only _SUBDIRS should be used. - Fix the test fsrofs01 so it compiles. Closes #2963.
* testsuite: Add test states to the testsuit configuration files.Chris Johns2016-12-075-92/+92
| | | | | | | | | | | | | | | | Change the testsuite configuration files to hold state information about a test. The states are: exclude - Do not build the test expected-fail - The test is expected to fail indeterminate - The test may pass or may fail A message is printed just after the test's BEGIN message to indicate there is a special state for the test. No state message means the test is expected to pass. This support requires tests are correctly written to the use standard support to begin and end a test.
* testsuites/testdata/dltests-broken-on-this-bsp.tcfg: Add new dl tests 03-05Joel Sherrill2016-11-031-0/+3
|
* 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.