summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* rtems-tld.cpp: Remove logically dead codeRyan Long2021-10-121-4/+1
| | | | | | CID 1399595: Logically dead code in generate_traces(). Closes #4525
* rld-rapp.cpp: Add catch for exceptionRyan Long2021-10-081-4/+13
| | | | | | CID 1471643: Uncaught exception Closes #4502
* 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
* record-main-lttng.cc: Change size of empty stringRyan Long2021-10-071-1/+1
| | | | | | | | | CID 1503017: Out-of-bounds access in CopyThreadName(). Change size of kEmptyThreadName from THREAD_API_COUNT to THREAD_NAME_SIZE. Closes #4519
* record-client.c: Ignore return value from visit()Ryan Long2021-09-301-1/+2
| | | | | | CID 1503011: Unchecked return value in resolve_hold_back(). Closes #4423
* rtems-bin2c.c: Check length of buffer to be copiedRyan Long2021-09-291-0/+13
| | | | | | CID 1063892: Copy into fixed size buffer in process(). Closes #4424
* 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
|
* record-filter-zlib.cc: Initialize stream_'s fieldsRyan Long2021-09-271-0/+13
| | | | | | CID 1503020: Uninitialized pointer field Closes #4434
* 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
* tester/mvme2307: Add support for the MVME2307 (MVME2700) BSPChris Johns2021-09-211-0/+59
| | | | - Assumes a stand alone TFTP server
* tester/wait: Add a wait directive to the testerChris Johns2021-09-213-2/+233
| | | | - Lets you test with stand alone TFTP or other services
* tester/exe: Adjust timeouts by the step sizeChris Johns2021-09-211-3/+3
|
* tester/tftp: Fix recovery of timed out TFTP sessionsChris Johns2021-09-196-59/+184
| | | | | | | | - Add support to retry the tftp session if the target has not started - Add target handlers for the test directives to allow recovery on error
* tester: Simplify the console data handlingChris Johns2021-09-191-7/+4
|
* check.py: Fix incorrect use of os.linesepRyan Long2021-09-151-2/+2
| | | | | Replaced a couple of calls to os.linesep() with os.linesep because os.linesep() does not exist.
* tester: Add MicroBlaze KCU105 QEMU BSPAlex White2021-09-142-1/+42
|
* CoverageWriterTSIM.h: Fix formattingRyan Long2021-09-131-3/+3
|
* CoverageWriterTSIM.cc: Fix formattingRyan Long2021-09-131-11/+11
|
* CoverageWriterSkyeye.h: Fix formattingRyan Long2021-09-131-3/+3
|
* CoverageWriterSkyeye.cc: Fix formattingRyan Long2021-09-131-5/+5
|
* CoverageWriterRTEMS.h: Fix formattingRyan Long2021-09-131-3/+3
|
* CoverageWriterRTEMS.cc: Fix formattingRyan Long2021-09-131-12/+11
|
* covoar.cc: Fix formattingRyan Long2021-09-131-133/+167
|
* CoverageWriterBase.h: Fix formattingRyan Long2021-09-131-3/+3
|
* covoar.cc: Convert to C++Ryan Long2021-09-131-27/+23
| | | | Got rid of C-strings, changed FILE pointer to ifstream.
* CoverageWriter: Convert to C++Ryan Long2021-09-137-45/+59
|
* tester/zynqmp: Simpify the reasons to resetChris Johns2021-09-092-2/+3
| | | | - Only reset if the bootloader error is hardware related.
* tester/tftp: Fix prptocol timeout handlingChris Johns2021-09-092-15/+15
| | | | - Change some of the notification messages
* tester: Count tester header errorsChris Johns2021-09-093-12/+29
| | | | - Remove the hard tester error and count the header errors.
* tester/telnet: Only reopen once a secondChris Johns2021-09-091-1/+9
| | | | | | - Limit the reopen to once a second - Make sure the socket is closed when reopening
* misc/tftprpoxy: Correctly scale the protocol timeoutChris Johns2021-09-091-6/+7
| | | | | | - Fix data decoding - Fix get MAC call
* tester/zynqmp: Limit the restarts to 3Chris Johns2021-09-091-0/+1
|
* CoverageReaderTSIM.cc: Fix formattingRyan Long2021-09-071-4/+6
|
* CoverageReaderSkyeye.cc: Fix formattingRyan Long2021-09-071-9/+12
|
* CoverageReaderRTEMS.cc: Fix formattingRyan Long2021-09-071-13/+13
|
* CoverageReaderQEMU.cc: Fix formattingRyan Long2021-09-071-11/+11
|
* CoverageMapBase.h: Fix formattingRyan Long2021-09-071-21/+45
|
* CoverageFactory.h: Fix formattingRyan Long2021-09-071-9/+3
|