summaryrefslogtreecommitdiffstats
path: root/tester/rt (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-30tester: Limit branch coverage percentage precisionAlex White1-1/+1
2021-03-30coverage: Fix option processing on FreeBSDAlex White1-2/+5
2021-03-30coverage: Give coverage bars red backgroundAlex White1-0/+3
2021-03-30coverage/reports: Share common JS and CSS in reportsAlex White1-5/+6
2021-03-30coverage/reports: Improve formatting and clarityAlex White1-4/+15
2021-03-30covoar/reports: Add new statistics to summaryAlex White1-13/+20
2021-03-30tester: Remove target from BSP coverage configsAlex White1-1/+2
2020-12-16tester: Add yaml format to the supported report formatsCláudio Maia1-2/+114
2020-11-25tester: Report fatal-error test states as failuresKinsey Moore1-0/+1
2020-10-05tester: Prevent crash with json outputKinsey Moore2-4/+7
2020-09-26Move all python commands to use env pythonChris Johns10-211/+71
2020-09-08tester: Add support for test-too-longChris Johns6-56/+345
2020-09-07tester: Fix TFTP server Python2 issues.Chris Johns1-4/+28
2020-09-01tester: Change to a simpler TFTP serverChris Johns12-2193/+721
2020-06-17rtems-test: target_exe_filter fails when there is no filter5.1Chris Johns2-0/+3
2020-03-30tester/gdb: Add lock timing and remote fetching registers.Chris Johns1-3/+6
2020-03-17Improve Python 3 compatibilitySebastian Huber1-1/+1
2020-02-26tester: Use prefix for rtems_tools by defaultSebastian Huber1-0/+2
2019-12-19tester: Prefer '_' as test state separator charSebastian Huber1-9/+11
2019-11-22tester: Add basic support to generate JUnit test reportsHesham Almatary1-1/+51
2019-09-24Fix exception when no output format is specifiedKinsey Moore1-0/+2
2019-09-05bsp-builder: Do not clean the build space when starting with --no-cleanChris Johns1-1/+1
2019-09-05tester: Minor fix to prefix handling.Chris Johns1-3/+1
2019-09-05tester/tftp: Handle ctl-C when active.Chris Johns1-7/+12
2019-08-22Add JSON log generationKinsey Moore1-13/+111
2019-05-21rtemstoolkit/path : Add listdir functionVijay Kumar Banerjee1-2/+2
2019-03-27coverage: Add subdirectory name in HTML reportsVijay Kumar Banerjee1-0/+18
2019-03-22coverage: remove utf-8 encoding in symbolset namesVijay Kumar Banerjee1-2/+1
2019-02-14Coverage: Add support for TSIM formatVijay Kumar Banerjee1-13/+22
2019-02-08tester: Ignore the execute return code for some commandsChris Johns1-1/+1
2019-02-08rtemstoolkit/config: Unlock when printing to avoid blocking.Chris Johns1-1/+10
2019-02-08tester/check: Convert the indent size to an int.Chris Johns1-1/+1
2018-12-02tester : Add support to use QEMU serial console when coverage is enabledVijay Kumar Banerjee1-0/+1
2018-11-27Coverage : install covoar in tester/binVijay Kumar Banerjee2-5/+10
2018-11-27tester/tftpd: Set the socket option to reuse.Chris Johns1-0/+8
2018-11-27tester: Fix the handling of the version and tools recs when running parallel ...Chris Johns2-118/+128
2018-11-26tester/gdb: mi_parser, fix on Python3 and remove globalsChris Johns3-50/+61
2018-11-26tester: Minor formatting change.Chris Johns1-1/+2
2018-11-17Coverage: add the style and js files to the symbol-set report directoryVijay Kumar Banerjee1-13/+4
2018-11-08tester: Update the Python TFTP server to fix Python3 issues.Chris Johns9-194/+243
2018-11-08python: Provide support to select a valid python version.Chris Johns12-53/+173
2018-10-25Coverage : Generate reports using the object files in cpukitVijay Kumar Banerjee1-6/+21
2018-10-03config: Consolidate the version information into a single configuration fileChris Johns4-21/+18
2018-10-02config: Create a config directory and move the RTEMS arch/bsp data to it.Chris Johns1-336/+5
2018-09-08tester/bsp-builder: Yield the job control thread when in a dry-run.Chris Johns1-1/+3
2018-09-08tester/bsp-builder: Add excluded build options to the base options.Chris Johns1-12/+33
2018-09-04tester/bsp-builder: Fix the build jobs with more than one BSP exclude.Chris Johns1-4/+6
2018-08-08Coverage: Add support to generate separate reports for each symbol-setVijay Kumar Banerjee1-20/+18
2018-06-19tester: Add line feeds to the coverage HTML report.Chris Johns1-52/+49
2018-06-18tester: Make the path to covoar absolute to ignore the env PATH.Chris Johns2-22/+43