summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-10score: Add simple affinity support to EDF SMPSebastian Huber12-2/+614
2017-07-07smptests/smpstrongapa01: SimplifySebastian Huber1-3/+3
2017-07-07score: Fix default set affinitySebastian Huber1-3/+4
2017-07-07score: Introduce _SMP_Get_online_processors()Sebastian Huber1-2/+2
2017-07-07score: Use processor mask for set affinitySebastian Huber2-2/+2
2017-07-07score: Move processor affinity to Thread_ControlSebastian Huber3-7/+16
2017-07-06score: Use <sys/bitset.h> for Processor_maskSebastian Huber1-2/+2
2017-06-30newlib01: Use fopen() instead of freopen()Sebastian Huber1-3/+11
2017-06-29smptests/smpschededf01: New testSebastian Huber6-0/+215
2017-06-29tests: Move busy loop to test supportSebastian Huber1-86/+10
2017-06-29score: Add SMP EDF schedulerSebastian Huber7-0/+90
2017-06-29smptests: Split smpscheduler03Sebastian Huber15-659/+761
2017-06-21psxstat/test.c: Avoid potential string overflowJoel Sherrill1-2/+5
2017-06-21psximfs02/init.c: Avoid potential string overflowJoel Sherrill1-2/+2
2017-06-21dl03/dl-cache.c: Fix duplicate const warningJoel Sherrill1-1/+1
2017-06-21malloctest/init.c: Disable check maximum size warning to allow error test caseJoel Sherrill1-0/+3
2017-06-21top/task1.c: Fix sprintf() buffer overflowJoel Sherrill1-1/+1
2017-06-21rbheap01/init.c: Fix PAGE_SIZE redefined warningJoel Sherrill1-37/+37
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