summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Fix default set affinitySebastian Huber2017-07-071-3/+4
* score: Introduce _SMP_Get_online_processors()Sebastian Huber2017-07-071-2/+2
* score: Use processor mask for set affinitySebastian Huber2017-07-072-2/+2
* score: Move processor affinity to Thread_ControlSebastian Huber2017-07-073-7/+16
* score: Use <sys/bitset.h> for Processor_maskSebastian Huber2017-07-061-2/+2
* newlib01: Use fopen() instead of freopen()Sebastian Huber2017-06-301-3/+11
* smptests/smpschededf01: New testSebastian Huber2017-06-296-0/+215
* tests: Move busy loop to test supportSebastian Huber2017-06-291-86/+10
* score: Add SMP EDF schedulerSebastian Huber2017-06-297-0/+90
* smptests: Split smpscheduler03Sebastian Huber2017-06-2915-659/+761
* psxstat/test.c: Avoid potential string overflowJoel Sherrill2017-06-211-2/+5
* psximfs02/init.c: Avoid potential string overflowJoel Sherrill2017-06-211-2/+2
* dl03/dl-cache.c: Fix duplicate const warningJoel Sherrill2017-06-211-1/+1
* malloctest/init.c: Disable check maximum size warning to allow error test caseJoel Sherrill2017-06-211-0/+3
* top/task1.c: Fix sprintf() buffer overflowJoel Sherrill2017-06-211-1/+1
* rbheap01/init.c: Fix PAGE_SIZE redefined warningJoel Sherrill2017-06-211-37/+37
* tests: Fix build dependenciesSebastian Huber2017-06-137-7/+12
* spcpuset01: Update due to CPU_CMP() changesSebastian Huber2017-06-091-1/+1
* spcpuset01: Update due to CPU_NAND_S() changesSebastian Huber2017-06-071-3/+3
* Fix CPU_COPY() usageSebastian Huber2017-06-074-6/+6
* Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2017-06-072-0/+2
* Move RTEMS-specific Termios API contentSebastian Huber2017-06-074-84/+6
* build-system: Fix the targets support for the parallel build.Chris Johns2017-05-262-3/+2
* testsuite: Fix excluding tests that a substring of another test.Chris Johns2017-05-251-11/+10
* testsuite: Add fsjffs2gc01 to the disable JFFS tests.Chris Johns2017-05-241-0/+1
* testusite: Fix the parallel build test excludes.Chris Johns2017-05-241-26/+22
* confdefs.h: Add SMP enabled field to configurationSebastian Huber2017-05-1618-2/+34
* sptests/spprivenv01: Use default task modeSebastian Huber2017-05-121-1/+1
* confdefs.h: Use SMP scheduler only if necessarySebastian Huber2017-05-121-0/+2
* confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber2017-05-1116-0/+32
* testsuites: Build the tests in parallel if make is asked too.Chris Johns2017-05-111-22/+29
* testsuites: Fix build dependences for generated files.Chris Johns2017-05-117-2/+18
* posix/mman: add mmap support for shm objectsGedare Bloom2017-05-051-1/+2
* dhrystone/dhry_1.c: Move assignment to before start of timerJoel Sherrill2017-04-261-5/+5
* block08/bdbuf_tests.c: Add include of <rtems/inttypes.h>Joel Sherrill2017-04-251-0/+1
* rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnumJoel Sherrill2017-04-251-1/+5
* psxtests/Makefile.am: Disable tests which should not be built when POSIX is d...Joel Sherrill2017-04-251-2/+2
* devnullfatal01/testcase.h: Avoid redefinition of TESTS_USE_PRINTKJoel Sherrill2017-04-251-1/+3
* linpack/linpack-pc.c: Fix no return statement warningJoel Sherrill2017-04-231-0/+3
* dhrystone/dhry_1.c: Fix may be used uninitialized warningJoel Sherrill2017-04-231-0/+5
* rtems/inttypes.h: Add blksize_t and blkcnt_tJoel Sherrill2017-04-221-29/+1
* Merge tmacros.h PRIxxx constants from testsuites/ into <rtems/inttypes.h>Joel Sherrill2017-04-181-41/+1
* testsuite: Fix rtems-test-check not excluding tests.Chris Johns2017-04-182-3/+76
* smpcache01: Fix test to run on QorIQ T4240Sebastian Huber2017-04-051-31/+70
* spcache01: Instruction cache invalidate workaroundSebastian Huber2017-04-051-4/+41
* dhrystone: Fix warningsSebastian Huber2017-04-051-2/+4
* psxstrsignal01: Remove warningsJoel Sherrill2017-04-041-0/+4
* testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ...Chris Johns2017-04-0427-347/+516
* libdl: Support link ordered loading of ELF sections.Chris Johns2017-03-311-1305/+1357
* benchmarks/whetstone: Port to RTEMSSebastian Huber2017-03-295-15/+39