summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-02ftpfs: Always build FTP clientSebastian Huber1-1/+1
Move FTP client filesystem to separate library libftpfs.a. Update #3419.
2018-05-02libdebugger: Move to separate librarySebastian Huber1-0/+1
Always build remote TCP support since it depends only on the POSIX socket API. It works with the legacy network stack and libbsd. Move it to a separate libdebugger.a library to allow an easy use with libbsd via "-ldebugger -lbsd" otherwise we would have a cyclic dependency between libbsd.a and librtemscpu.a. Update #3419.
2018-05-02tests: Move rtems-test-check.pySebastian Huber2-1/+161
Remove shell script variant.
2018-05-02tests: Remove difftest and sorttimes toolsSebastian Huber6-358/+0
Close #3418.
2018-05-02tests: Remove configure feature checksSebastian Huber23-334/+11
Update #3409.
2018-04-30Drop executable permissions on .[ch] filesJoel Sherrill1-0/+0
2018-04-27smptests/smpschededf02: Add test caseSebastian Huber1-3/+8
2018-04-23bsps: Move make/custom/* files to bspsSebastian Huber1-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.
2018-04-23smptests/smpschedaffinity02: Fix configurationSebastian Huber1-0/+2
2018-04-22sptests/sp36: Remove obsolete test programSebastian Huber5-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.
2018-04-20build: Remove subdir-objects from Ada testsSebastian Huber1-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.
2018-04-20bsps: Move startup files to bspsSebastian Huber2-3/+3
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-17Multiple BSP tcfg: Disable iconv files.Joel Sherrill1-0/+7
2018-04-12libdl: Fix the tests loading the correct filesChris Johns6-18/+18
2018-04-12testsuites/dl06: Add a test for RAP format.Chris Johns10-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
2018-04-12build: Add support for automake's silent build support.Chris Johns1-61/+61
2018-04-11build: Fix make clean.Chris Johns1-1/+2
Update #3254.
2018-04-11configure: Add subdir-objects to all automake flags.Chris Johns15-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.
2018-04-11Generate an error if a BSP in the --enable-rtemsbsp list is not validChris Johns1-14/+0
Also generate an error if the architecure does not match the --target architecture given to configure's command line. Close #2641.
2018-04-11fstest/fsrfsbitmap01: Update RFS bitmap tests to test fixes.Chris Johns1-0/+19
Add tests to check the patches for this ticket exist and are fixed. Close #3089
2018-04-10sptests: Fix AM_CONDITIONALSebastian Huber1-2/+2
Update #3382.
2018-04-10testsuites: Remove the test check from the subdir support.Chris Johns1-23/+3
Leave the parallel support so each test group builds in parallel. Update #3382
2018-04-10testsuite/tmtests: Merged nested Makefile.am files into one Makefile.amChris Johns43-1043/+437
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-04-10testsuite/sptests: Merged nested Makefile.am files into one Makefile.amChris Johns219-5001/+2257
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-04-10testsuite/smptests: Merged nested Makefile.am files into one Makefile.amChris Johns57-1191/+691
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-04-10testsuite/samples: Merged nested Makefile.am files into one Makefile.amChris Johns22-372/+168
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-04-10testsuite/irhealstone: Merged nested Makefile.am files into one Makefile.amChris Johns8-155/+78
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-04-10testsuite/psxtmtests: Merged nested Makefile.am files into one Makefile.amChris Johns51-1370/+711
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-04-10testsuite/psxtests: Merged nested Makefile.am files into one Makefile.amChris Johns105-2686/+1294
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-04-10testsuite/mptests: Merged nested Makefile.am files into one Makefile.amChris Johns80-633/+262
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-04-10testsuite/fstests: Merged nested Makefile.am files into one Makefile.amChris Johns97-1730/+702
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-04-10testsuite/libtests: Merged nested Makefile.am files into one Makefile.amChris Johns100-2480/+1401
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-04-10testsuite/benchmarks: Merged nested Makefile.am files into one Makefile.amChris Johns5-73/+51
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-04-10testsuite: Autoconf test check support.Chris Johns1-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
2018-04-09build: Remove DISTCLEANFILESSebastian Huber1-1/+0
A "make distclean" is not supported. So, it makes no sense to have pure "make distclean" related stuff in the Makefile.am.
2018-04-04build: Remove EXTRA_DISTSebastian Huber7-30/+0
A "make dist" is not supported. So, it makes no sense to have pure "make dist" related stuff in the Makefile.am.
2018-03-12config: Use new scheduler configuration definesSebastian Huber19-308/+308
Update #3325.
2018-03-08sptests/sp19: Fix test output methodsSebastian Huber2-2/+14
Do not use fprintf() in non-fp tasks.
2018-03-07libtests/capture01: Fix configurationSebastian Huber1-0/+1
2018-03-07smptests: Fix obsolete FIXME comments/codeSebastian Huber2-4/+2
2018-03-06Add a simple task console driverSebastian Huber4-20/+6
Close #3320.
2018-03-06spglobalcon02: New testSebastian Huber6-0/+152
Update #3319.
2018-02-22ada/sp04: Fix test failure due to compiler optiSebastian Huber1-0/+1
The SPTEST.RUN_COUNT must be volatile since it is changed outside of the procedure scope by the thread switch extension.
2018-02-09fsclose01: Fix task mode, use attributeSebastian Huber1-1/+2
Update #1971.
2018-02-09fsclose01: Use floating-point taskSebastian Huber1-1/+1
The tmpfile() uses sprintf(). Update #1971.
2018-02-09tests: Support %g print format specifierSebastian Huber2-0/+2
2018-02-07libdl: Use self-contained recursive mutexSebastian Huber1-1/+1
Update #2843.
2018-02-05termios: Remove obsolete configuration optionsSebastian Huber10-33/+0
Update #2843.
2018-02-05fsclose01: Add tmpfile() test caseSebastian Huber2-3/+28
Close #1971.
2018-02-02pipe: Use self-contained mutexSebastian Huber1-50/+0
Update #2843.