summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Add RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION()Sebastian Huber2019-10-281-0/+7
* ttest01: Check init/final run outputSebastian Huber2019-10-111-0/+85
* ttest01: Add test outputs all test casesMikail Yayla2019-10-1115-0/+2880
* ttest01: Add more test casesSebastian Huber2019-10-1117-3/+4237
* libtest: Do all output in test runnerSebastian Huber2019-10-111-0/+4
* ttest01: Adjust SPDX-License-IdentifierSebastian Huber2019-10-111-2/+7
* termios: Add Capability to Generate SIGINTR and SIGQUITJoel Sherrill2019-10-087-1/+288
* termios04/init.c: Remove dead copy of change_iflag()Joel Sherrill2019-10-041-17/+0
* score: Install timecounter according to qualitySebastian Huber2019-10-021-22/+79
* score: Remove strange timecounter init stepSebastian Huber2019-10-021-6/+6
* score: Remove superfluous timecounter membersSebastian Huber2019-10-021-2/+2
* Revert "record: Add wrappers for malloc() functions"Sebastian Huber2019-10-023-492/+230
* libtests/ttest01: Fix typosSebastian Huber2019-10-021-3/+3
* record: Add wrappers for malloc() functionsSebastian Huber2019-10-013-230/+492
* libtests/record01: Fix test failureSebastian Huber2019-10-011-2/+45
* psxtests/psxualarm: Fix test failureSebastian Huber2019-10-011-0/+8
* Correct initial POSIX signals maskJoel Sherrill2019-09-2413-0/+513
* Add rtems_version_control_key_is_valid()Sebastian Huber2019-09-111-1/+7
* Add psxfenv01 test to psxtestsVaibhav Gupta2019-09-105-2/+173
* record: Add system eventsSebastian Huber2019-08-301-0/+22
* record: Add system eventsSebastian Huber2019-08-301-2/+3
* record: Add more system eventsSebastian Huber2019-08-292-75/+262
* score: Add RTEMS_RETURN_ADDRESS()Sebastian Huber2019-08-281-1/+6
* record: Add variants for critical sectionsSebastian Huber2019-08-281-2/+5
* record: Introduce <rtems/recordserver.h>Sebastian Huber2019-08-281-0/+1
* record: Use BSS section instead of per-CPU dataSebastian Huber2019-08-281-1/+3
* record: Pass bintime to client handlersSebastian Huber2019-08-171-3/+11
* record: Improve overflow handlingSebastian Huber2019-08-172-72/+75
* record: Change thread name encodingSebastian Huber2019-08-061-4/+4
* psxtests: Add ndbm test suiteVaibhav Gupta2019-07-305-0/+379
* record: Add support for thread namesSebastian Huber2019-07-301-0/+32
* libdl/arm: Fix ARM mode trampoline parsing of relocsChris Johns2019-07-281-1/+0
* ticker/init.c: Error should say clock set not getJoel Sherrill2019-07-221-1/+1
* psxtests: Add psxinttypes01 for <inttypes.h> methodsVaibhav Gupta2019-06-195-0/+327
* score: Add _SMP_Unicast_action()Sebastian Huber2019-05-202-43/+151
* score: Add _SMP_Synchronize()Sebastian Huber2019-05-201-3/+4
* smpipi01: Use per-CPU jobs for IPI flood testSebastian Huber2019-05-201-9/+38
* smpipi01: Ensure IPI works on all processorsSebastian Huber2019-05-201-8/+21
* smpipi01: Use per-CPU jobs for pending IPI testSebastian Huber2019-05-201-15/+35
* score: Modify _Per_CPU_Perform_jobs()Sebastian Huber2019-05-201-0/+41
* score: Add _Per_CPU_Add_job()Sebastian Huber2019-05-201-0/+43
* score: Simplify _SMP_Multicast_action()Sebastian Huber2019-05-201-10/+4
* score: Add _SMP_Broadcast_action()Sebastian Huber2019-05-201-8/+32
* smptests: Move SMP broadcast action test caseSebastian Huber2019-05-202-51/+79
* smpmulticast01: Use T_TEST_CASE()Sebastian Huber2019-05-201-22/+27
* Makefile.am: Add psxhdrs/termios files to buildJoel Sherrill2019-05-071-12/+12
* psxhdrs: Add POSIX API Signature Compliance Tests for termios.hJacob Shin2019-05-0712-0/+560
* libdl: Do not access the ELF file while the allocator is locked.Chris Johns2019-05-034-3/+4
* score: More robust _SMP_Multicast_action()Sebastian Huber2019-04-122-7/+1
* score: Improve _SMP_Multicast_action()Sebastian Huber2019-04-122-73/+127