summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-24bsps/irq: Use BSP_INTERRUPT_VECTOR_COUNTSebastian Huber1-1/+1
2021-06-24smpcapture02: Fix use of BSP_INTERRUPT_VECTOR_MAXSebastian Huber1-1/+1
2021-06-24bsps/irq: Remove BSP_INTERRUPT_VECTOR_MINSebastian Huber1-1/+1
2021-06-22i2c: Add non blocking read / writeChristian Mauderer1-1/+120
2021-06-10score: Add PER_CPU_DATA_NEED_INITIALIZATION()Sebastian Huber2-0/+4
2021-06-10splinkersets01: Test linker sets in librarySebastian Huber4-5/+45
2021-06-09sysconf: Remove sysconf(515)Ryan Long1-8/+0
2021-06-08fsnofs01/init.c: Check for ENOENT from utime().Joel Sherrill1-3/+6
2021-05-28psx13: Added tests for utimensat() and futimens()Ryan Long2-22/+482
2021-05-28thread-API: Add rtems_*mutex_try_lockChristian Mauderer1-0/+79
2021-05-26posix: Allow pthread_cancel() from within ISRsSebastian Huber1-31/+45
2021-05-20testsuites: Remove telnetd01Vijay Kumar Banerjee3-155/+0
2021-05-14rtems: Check entry point in rtems_task_start()Sebastian Huber1-0/+9
2021-05-14validation: Add INVALID_ID to tx-support.hSebastian Huber3-4/+7
2021-05-14validation: Add support librarySebastian Huber8-10/+10
2021-05-12rtems: Constify rtems_task_wake_when()Sebastian Huber1-2/+2
2021-05-12_TOD_Validate(): Fix incorrect return codeFrank Kühndel1-3/+3
2021-05-07validation: Fix handling of N/A pre-conditionsSebastian Huber9-492/+43
2021-05-06Return NULL for zero size allocationsSebastian Huber1-55/+26
2021-05-06rtems: rtems_scheduler_get_processor_set() statusSebastian Huber1-1/+1
2021-05-05psxtests: Fix math function build warningsStephen Clark60-0/+231
2021-05-04Make zero size allocation result consistentSebastian Huber1-10/+96
2021-05-03libtest: Fix use of flexible array memberSebastian Huber1-15/+15
2021-05-02spmisc01: Test RTEMS_NOINITSebastian Huber1-0/+5
2021-04-28psx13: Reworked and relicensedRyan Long3-582/+324
2021-04-27rtems: Change rtems_task_get_affinity() statusSebastian Huber2-2/+3
2021-04-26Makefile.am: Remove legacy networking filesVijay Kumar Banerjee2-92/+0
2021-04-23rtems: Check for NULL config in task constructSebastian Huber1-130/+220
2021-04-23rtems: Check for NULL config in msgq constructSebastian Huber1-110/+195
2021-04-21clock:_TOD_To_seconds(): Fix year 2514 overflowFrank Kühndel1-10/+18
2021-04-20Fix calloc() behaviour in case of overflowSebastian Huber1-10/+13
2021-04-13smpfatal08: block secondary processorsJiri Gaisler1-0/+2
2021-04-13Revert "cpukit: Remove telnetd"Vijay Kumar Banerjee3-0/+155
2021-04-07testsuites: Remove all legacy networking testsVijay Kumar Banerjee22-2103/+0
2021-04-07cpukit: Remove telnetdVijay Kumar Banerjee3-155/+0
2021-04-07testsuites/libtests: Remove networking01Vijay Kumar Banerjee3-196/+0
2021-04-07validation: Fix unused variable warningSebastian Huber1-3/+2
2021-04-07libtests/block14: Fix warningSebastian Huber1-1/+1
2021-03-30Restore FDT in ofw01 to avoid test timeout on RISCVJiri Gaisler1-0/+1
2021-03-27score: Fix task stack initializationSebastian Huber4-4/+17
2021-03-26libblock: Add rtems_bdbuf_peek()Christian Mauderer3-36/+110
2021-03-23validation: Use support functionsSebastian Huber6-306/+66
2021-03-23validation: Add test case support functionsSebastian Huber2-0/+274
2021-03-19validation: Reduce source code/rodata sizeSebastian Huber9-9795/+1271
2021-03-16rtems: Allow initially locked MrsP semaphoresSebastian Huber1-4/+10
2021-03-16rtems: Require RTEMS_PRIORITY for MrsP semaphoresSebastian Huber5-17/+24
2021-03-16sp14: Fix for SMP or robust thread dispatchSebastian Huber1-0/+5
2021-03-16validation: Task create/constructSebastian Huber2-0/+2
2021-03-11validation: Improve wordingSebastian Huber6-11/+13
2021-03-11Test suite for FTW.H methodsEshan dhawan6-0/+255