summaryrefslogtreecommitdiffstats
path: root/tester (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tester: Load RISC-V image using -bios and increase memory sizeDaniel Cederman2022-08-192-2/+4
| | | | | This avoids overlapping the RTEMS image with the builtin opensbi image and the location of the fdt.
* tester: Add option to specify how to load image with QEMUDaniel Cederman2022-08-191-1/+4
| | | | Defaults to "-kernel", but can be changed to, for example, "-bios".
* tester: Sort test reports for JSON/YAMLSebastian Huber2022-08-081-1/+1
| | | | | | This makes the reports more git friendly. Update 4671.
* tester: Normalize JSON and YAML reportsSebastian Huber2022-07-261-151/+42
| | | | | | | Report the same data in JSON and YAML reports. Do not report redundant information. Update 4671.
* tester: Fix string representationSebastian Huber2022-07-261-2/+2
|
* tester: Make the SIS time limit user configurableChris Johns2022-07-0610-26/+89
| | | | | | Let the user set the test time limit in a config file to provide site specific overrides. Optimisation can effect the time a test may take to run.
* tester/bsps: add stm32h7-stlink family configurationKarel Gardas2022-05-301-0/+43
| | | | Sponsored-By: Precidata
* tester/gdb: allow kill on the test endKarel Gardas2022-05-291-0/+1
| | | | Sponsored-By: Precidata
* tester: Fix target_start_regexSebastian Huber2022-01-144-4/+4
| | | | | It seems that the text used match with the regular expression does not start with a line in general.
* tester: Fix target_start_regexSebastian Huber2022-01-134-4/+4
|
* tester/exe: Fix adjust timeouts by the step sizeSebastian Huber2022-01-101-3/+3
| | | | | | | | | | | | | The bug was introduced by cfd5aa41e847752cd98cde65515df7ce45ff9665. The code monitors the test and generates a timeout test failure. There are two layers of timeout, one for output and the other for a test running too long. The test needs to generate some output within the first timeout period and the second timeout detects if the test has run too long. The first timeout detects a target has locked up. The second is for a test looping generating output. With exe type tests the output is buffered in a separate thread.
* ReportsBase: Change raw pointer to unique_ptrRyan Long2021-12-221-41/+36
| | | | | | | | Replaced raw pointer used with ReportsBase-derived classes to make code cleaner and make it to where pointers do not have to be manually deleted. Closes #4376
* TraceConverter.cc: Fix Uncaught exception issueRyan Long2021-12-151-3/+27
| | | | | | CID 1471639: Uncaught exception Closes #4501
* SymbolTable.cc: Fix formattingRyan Long2021-12-151-32/+38
|
* ObjdumpProcessor.h: Fix formattingRyan Long2021-12-151-12/+10
|
* ObjdumpProcessor.cc: Fix formattingRyan Long2021-12-151-86/+111
|
* ConfigFile: Fix formattingRyan Long2021-12-152-37/+37
|
* TargetFactory.cc: Fix formattingRyan Long2021-12-151-11/+9
|
* ObjdumpProcessor.cc: Fix formattingRyan Long2021-12-151-28/+36
|
* ObjdumpProcessor: Convert to C++Ryan Long2021-12-102-15/+18
|
* ConfigFile: Convert to C++Ryan Long2021-12-102-51/+33
|
* Target: Convert to C++Ryan Long2021-12-1018-92/+103
|
* TargetFactory.cc: Convert to C++Ryan Long2021-12-101-3/+3
|
* TraceList.cc: Convert from C to C++Ryan Long2021-12-071-8/+6
|
* TraceConverter.cc: Fix formattingRyan Long2021-12-071-19/+21
|
* TraceConverter.cc: Convert to C++Ryan Long2021-12-071-20/+19
|
* Explanations.h: Fix formattingRyan Long2021-12-071-10/+4
|
* Explanations.cc: Fix formattingRyan Long2021-12-071-25/+26
|
* Explanations: Convert to C++Ryan Long2021-12-072-7/+7
|
* ExecutableInfo.h: Fix formattingRyan Long2021-12-071-8/+8
|
* ExecutableInfo.cc: Fix formattingRyan Long2021-12-071-45/+58
|
* TraceConverter.cc: Add final catch for exceptionsRyan Long2021-11-301-3/+13
| | | | | | CID 1471639: Add catch for exception Closes #4501
* TraceConverter.cc: Add catch for exceptionRyan Long2021-11-041-4/+18
| | | | | | CID 1471639: Add catch for exception Closes #4501
* rtems-bsp-builder: Fix mail supportAlex White2021-10-291-1/+16
| | | | | This fixes a problem with mailer options support that occurred because check.py uses argparse.ArgumentParser instead of tester.rt.options.
* TraceConverter.cc: Add catch for exceptionRyan Long2021-10-131-16/+29
| | | | | | CID 1471639: Add catch for exception Closes #4501
* tester: Fix rtems-test installationSebastian Huber2021-10-131-1/+2
|
* tester: Add realview_pbx_a9_qemu_smp configurationSebastian Huber2021-10-131-0/+38
| | | | | Add a configuration for the arm/realview_pbx_a9_qemu BSP to run the tests if it was built with SMP support enabled.
* TraceConverter.cc: Add catch for exceptionRyan Long2021-10-081-7/+21
| | | | | | CID 1471639: Uncaught exception Closes #4501
* ReportsBase.cc: Add assert for member variablesRyan Long2021-10-071-0/+5
| | | | | | | | | | | The uncoveredRanges and uncoveredBranch member variables are allocated as a pair. They are both either NULL or not NULL. Coverity does not know this though, so this assert is added to ensure they are not NULL before being dereferenced. CID 1503710: Dereference after null check Closes #4428
* TraceWriterQEMU.h: Fix formattingRyan Long2021-09-281-3/+3
|
* TraceReaderLogQEMU.h: Fix formattingRyan Long2021-09-281-1/+0
|
* TraceWriterQEMU.cc: Fix formattingRyan Long2021-09-281-20/+26
|
* TraceReaderLogQEMU.cc: Fix formattingRyan Long2021-09-281-8/+7
|
* TraceWriter: Convert to C++Ryan Long2021-09-283-27/+16
|
* TraceReader: Convert to C++Ryan Long2021-09-288-86/+68
|
* CoverageRanges.cc: Fix formattingRyan Long2021-09-282-14/+12
|
* GcovFunctionData.cc: Initialize member variablesRyan Long2021-09-271-3/+7
| | | | | | CID 1399640: Uninitialized pointer field Closes #4432
* DesiredSymbols.h: Initialize symbolInfoRyan Long2021-09-271-0/+1
| | | | | | CID 1399627: Uninitialized pointer field Closes #4433
* TraceWriterQEMU.cc: Initialize header._padRyan Long2021-09-271-0/+1
| | | | | | CID 1506204: Uninitialized scalar variable Closes #4488
* TraceWriterQEMU.cc: Change strncpy to memcpyRyan Long2021-09-271-1/+3
| | | | | | CID 1506207: Buffer not null terminated Closes #4491