summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Remove difftest and sorttimes toolsSebastian Huber2018-05-026-358/+0
| | | | Close #3418.
* tests: Remove configure feature checksSebastian Huber2018-05-0223-334/+11
| | | | Update #3409.
* Drop executable permissions on .[ch] filesJoel Sherrill2018-04-301-0/+0
|
* smptests/smpschededf02: Add test caseSebastian Huber2018-04-271-3/+8
|
* bsps: Move make/custom/* files to bspsSebastian Huber2018-04-231-1/+1
| | | | | | | | | Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.
* smptests/smpschedaffinity02: Fix configurationSebastian Huber2018-04-231-0/+2
|
* sptests/sp36: Remove obsolete test programSebastian Huber2018-04-225-212/+0
| | | | | | | | It tests the (never really working) strict order mutex option. That option does not exist any more. Mutexes by other good means (spmutex01, spsem*). Update #3406.
* build: Remove subdir-objects from Ada testsSebastian Huber2018-04-201-1/+1
| | | | | | | | | | | Somehow it does not work. With this Automake option you get: gmake[6]: Entering directory '/build/sparc-rtems5/c/erc32/testsuites/ada/sptests' Making all-am in sp01 gmake[7]: Entering directory '/build/sparc-rtems5/c/erc32/testsuites/ada/sptests/sp01' gmake[7]: *** No rule to make target 'init.o', needed by 'ada_sp01.exe'. Stop. Update #3387.
* bsps: Move startup files to bspsSebastian Huber2018-04-202-3/+3
| | | | | | | | Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
* Multiple BSP tcfg: Disable iconv files.Joel Sherrill2018-04-171-0/+7
|
* libdl: Fix the tests loading the correct filesChris Johns2018-04-126-18/+18
|
* testsuites/dl06: Add a test for RAP format.Chris Johns2018-04-1210-26/+428
| | | | | | | This test loads a RAP format file that contains calls that are not in the kernel and linked from libm. It uses and test rtems-ld. Update #2769
* build: Add support for automake's silent build support.Chris Johns2018-04-121-61/+61
|
* build: Fix make clean.Chris Johns2018-04-111-1/+2
| | | | Update #3254.
* configure: Add subdir-objects to all automake flags.Chris Johns2018-04-1115-15/+15
| | | | | | | | | | | This option silences warning with automake-1.16.1 allowing us to upgrade to that version. This change has been tested with automake-1.12.6 and automake-1.16.1. It seems version 1.16.1 configures slower than 1.12.6 for the same source and BSP. The newer versions is 6 second slower. Close #3387.
* Generate an error if a BSP in the --enable-rtemsbsp list is not validChris Johns2018-04-111-14/+0
| | | | | | | Also generate an error if the architecure does not match the --target architecture given to configure's command line. Close #2641.
* fstest/fsrfsbitmap01: Update RFS bitmap tests to test fixes.Chris Johns2018-04-111-0/+19
| | | | | | Add tests to check the patches for this ticket exist and are fixed. Close #3089
* sptests: Fix AM_CONDITIONALSebastian Huber2018-04-101-2/+2
| | | | Update #3382.
* testsuites: Remove the test check from the subdir support.Chris Johns2018-04-101-23/+3
| | | | | | Leave the parallel support so each test group builds in parallel. Update #3382
* testsuite/tmtests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-1043-1043/+437
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* testsuite/sptests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-10219-5001/+2257
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* testsuite/smptests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-1057-1191/+691
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* testsuite/samples: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-1022-372/+168
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* testsuite/irhealstone: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-108-155/+78
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* testsuite/psxtmtests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-1051-1370/+711
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* testsuite/psxtests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-10105-2686/+1294
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* testsuite/mptests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-1080-633/+262
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* testsuite/fstests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-1097-1730/+702
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* testsuite/libtests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-10100-2480/+1401
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* testsuite/benchmarks: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-105-73/+51
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* testsuite: Autoconf test check support.Chris Johns2018-04-101-0/+31
| | | | | | | | | The autoconf function checks the state of a test for the BSP and controls the building of the test. This change is part of the testsuite Makefile.am reorganisation. Update #3382
* build: Remove DISTCLEANFILESSebastian Huber2018-04-091-1/+0
| | | | | A "make distclean" is not supported. So, it makes no sense to have pure "make distclean" related stuff in the Makefile.am.
* build: Remove EXTRA_DISTSebastian Huber2018-04-047-30/+0
| | | | | A "make dist" is not supported. So, it makes no sense to have pure "make dist" related stuff in the Makefile.am.
* config: Use new scheduler configuration definesSebastian Huber2018-03-1219-308/+308
| | | | Update #3325.
* sptests/sp19: Fix test output methodsSebastian Huber2018-03-082-2/+14
| | | | Do not use fprintf() in non-fp tasks.
* libtests/capture01: Fix configurationSebastian Huber2018-03-071-0/+1
|
* smptests: Fix obsolete FIXME comments/codeSebastian Huber2018-03-072-4/+2
|
* Add a simple task console driverSebastian Huber2018-03-064-20/+6
| | | | Close #3320.
* spglobalcon02: New testSebastian Huber2018-03-066-0/+152
| | | | Update #3319.
* ada/sp04: Fix test failure due to compiler optiSebastian Huber2018-02-221-0/+1
| | | | | The SPTEST.RUN_COUNT must be volatile since it is changed outside of the procedure scope by the thread switch extension.
* fsclose01: Fix task mode, use attributeSebastian Huber2018-02-091-1/+2
| | | | Update #1971.
* fsclose01: Use floating-point taskSebastian Huber2018-02-091-1/+1
| | | | | | The tmpfile() uses sprintf(). Update #1971.
* tests: Support %g print format specifierSebastian Huber2018-02-092-0/+2
|
* libdl: Use self-contained recursive mutexSebastian Huber2018-02-071-1/+1
| | | | Update #2843.
* termios: Remove obsolete configuration optionsSebastian Huber2018-02-0510-33/+0
| | | | Update #2843.
* fsclose01: Add tmpfile() test caseSebastian Huber2018-02-052-3/+28
| | | | Close #1971.
* pipe: Use self-contained mutexSebastian Huber2018-02-021-50/+0
| | | | Update #2843.
* termios: Use self-contained objectsSebastian Huber2018-02-0220-301/+5
| | | | Update #2840.
* Add RTEMS thread APISebastian Huber2018-02-026-0/+281
| | | | Update #2843.
* score: Introduce new monotonic clockSebastian Huber2018-02-023-4/+3
| | | | | | | | Rename PER_CPU_WATCHDOG_MONOTONIC to PER_CPU_WATCHDOG_TICKS. Add new PER_CPU_WATCHDOG_MONOTONIC which is based on the system uptime (measured by timecounter). Close #3264.