summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-13tests: Fix build dependenciesSebastian Huber7-7/+12
2017-06-09spcpuset01: Update due to CPU_CMP() changesSebastian Huber1-1/+1
2017-06-07spcpuset01: Update due to CPU_NAND_S() changesSebastian Huber1-3/+3
2017-06-07Fix CPU_COPY() usageSebastian Huber4-6/+6
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2-0/+2
2017-06-07Move RTEMS-specific Termios API contentSebastian Huber4-84/+6
2017-05-26build-system: Fix the targets support for the parallel build.Chris Johns2-3/+2
2017-05-25testsuite: Fix excluding tests that a substring of another test.Chris Johns1-11/+10
2017-05-24testsuite: Add fsjffs2gc01 to the disable JFFS tests.Chris Johns1-0/+1
2017-05-24testusite: Fix the parallel build test excludes.Chris Johns1-26/+22
2017-05-16confdefs.h: Add SMP enabled field to configurationSebastian Huber18-2/+34
2017-05-12sptests/spprivenv01: Use default task modeSebastian Huber1-1/+1
2017-05-12confdefs.h: Use SMP scheduler only if necessarySebastian Huber1-0/+2
2017-05-11confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber16-0/+32
2017-05-11testsuites: Build the tests in parallel if make is asked too.Chris Johns1-22/+29
2017-05-11testsuites: Fix build dependences for generated files.Chris Johns7-2/+18
2017-05-05posix/mman: add mmap support for shm objectsGedare Bloom1-1/+2
2017-04-26dhrystone/dhry_1.c: Move assignment to before start of timerJoel Sherrill1-5/+5
2017-04-25block08/bdbuf_tests.c: Add include of <rtems/inttypes.h>Joel Sherrill1-0/+1
2017-04-25rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnumJoel Sherrill1-1/+5
2017-04-25psxtests/Makefile.am: Disable tests which should not be built when POSIX is d...Joel Sherrill1-2/+2
2017-04-25devnullfatal01/testcase.h: Avoid redefinition of TESTS_USE_PRINTKJoel Sherrill1-1/+3
2017-04-23linpack/linpack-pc.c: Fix no return statement warningJoel Sherrill1-0/+3
2017-04-23dhrystone/dhry_1.c: Fix may be used uninitialized warningJoel Sherrill1-0/+5
2017-04-22rtems/inttypes.h: Add blksize_t and blkcnt_tJoel Sherrill1-29/+1
2017-04-18Merge tmacros.h PRIxxx constants from testsuites/ into <rtems/inttypes.h>Joel Sherrill1-41/+1
2017-04-18testsuite: Fix rtems-test-check not excluding tests.Chris Johns2-3/+76
2017-04-05smpcache01: Fix test to run on QorIQ T4240Sebastian Huber1-31/+70
2017-04-05spcache01: Instruction cache invalidate workaroundSebastian Huber1-4/+41
2017-04-05dhrystone: Fix warningsSebastian Huber1-2/+4
2017-04-04psxstrsignal01: Remove warningsJoel Sherrill1-0/+4
2017-04-04testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ...Chris Johns27-347/+516
2017-03-31libdl: Support link ordered loading of ELF sections.Chris Johns1-1305/+1357
2017-03-29benchmarks/whetstone: Port to RTEMSSebastian Huber5-15/+39
2017-03-29benchmarks/whetstone: ImportSebastian Huber1-0/+433
2017-03-29benchmarks/linpack: Port to RTEMSSebastian Huber5-180/+109
2017-03-29benchmarks/linpack: ImportSebastian Huber1-0/+1333
2017-03-29benchmarks/dhrystone: Port to RTEMSSebastian Huber7-33/+128
2017-03-29benchmarks/dhrystone: ImportSebastian Huber6-0/+1596
2017-03-29benchmarks: Add benchmark templatesSebastian Huber15-1/+273
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel12-256/+592
2017-03-16dosfs: Fix file name searchSebastian Huber1-1/+10
2017-03-16dosfs: Fix fat_file_write()Sebastian Huber7-6/+172
2017-03-16dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber1-3/+20
2017-03-16libio: Fix deadlock in location managementSebastian Huber1-4/+4
2017-03-15psxstrsignal01: New testJoel Sherrill6-1/+198
2017-03-14Fix rtems-test-check with a BSD sed.Chris Johns1-1/+1
2017-03-03cdtest: Print begin of test only onceSebastian Huber1-2/+0
2017-02-28termios09: Test send callbackSebastian Huber1-0/+26
2017-02-28termios: Implement non-blocking writeSebastian Huber1-0/+33