summaryrefslogtreecommitdiffstats
path: root/tester (follow)
Commit message (Collapse)AuthorAgeFilesLines
* covoar: Fix NOP execution markingAlex White2021-03-307-36/+139
| | | | | Some NOP instructions were not being marked as executed because they are located at the end of uncovered ranges. This has been fixed.
* tester: Add coverage variants for a few BSPsAlex White2021-03-304-0/+161
| | | | | Adds coverage variants for the following BSPs: a53_qemu, pc686, xilinx_zynq_a9_qemu, and xilinx_zynqmp.
* tester: Remove target from BSP coverage configsAlex White2021-03-304-4/+2
|
* tester: Update to support new build systemAlex White2021-03-301-45/+46
| | | | | | The tester configurations had not been updated to match the paths and conventions used by the new build system. These have been updated, and a few more libraries have been enabled in symbol-sets.ini.
* covoar: Add aarch64 targetAlex White2021-03-304-0/+180
|
* covoar/TargetBase: Rename branchInstructions to conditionalBranchInstructionsAlex White2021-03-309-181/+185
| | | | | | | The TargetBase class contains a member variable named branchInstructions. The name omits the fact that it is only meant to contain conditional branch instructions. Its name has been changed to conditionalBranchInstructions to avoid confusion.
* bsps/sparc: Remove INI files using SIS in GDBRyan Long2021-03-233-123/+0
| | | | | | | | Removed the INI files that use the "target sim" option since the SIS sparc simulator in GDB is no longer used with RTEMS. A newer version of SIS is built separately. Closes #4355
* tester: Update for ZynqMP QEMU BSP name changeKinsey Moore2021-03-052-6/+6
| | | | | The ZynqMP QEMU BSPs were renamed to include _qemu for more consistent identification. This updates the tester configurations to match.
* tester: Swap Xilinx ZynqMP BSPs to secondary UARTKinsey Moore2021-01-142-2/+2
| | | | | | | Qemu's machine definition uses the second UART in the memory map as the primary UART. This follows from the hardware itself where the second UART in the memory map is UART 0. This switches the tester to using the correct UART.
* tester: Add support for arm/fvp_cortex_r52 BSPSebastian Huber2020-12-163-0/+114
| | | | Update #4202.
* tester: Add yaml format to the supported report formatsCláudio Maia2020-12-161-2/+114
|
* tester: Add configs for AArch64 ZynqMP BSPsKinsey Moore2020-12-112-0/+76
|
* tester: Add support for sparc/gr740 BSPSebastian Huber2020-12-021-0/+38
| | | | Update #4195.
* tester: Report fatal-error test states as failuresKinsey Moore2020-11-251-0/+1
| | | | | | Tests resulting in the fatal-error state are counted as failures, but are not currently reported in the text summary. This has already been fixed for JSON output.
* bsps/a53_*: Fix typo in qemu optionsVijay Kumar Banerjee2020-11-152-2/+2
|
* tester: Prevent crash with json outputKinsey Moore2020-10-052-4/+7
| | | | | | | | This fixes an issue with json report output that causes a crash due to the incorrect object member being accessed for test-too-long. This also changes treatment of fatal errors to match how they are displayed in the tester log output and changes "fatal error" to "fatal-error" to better match the naming of all the other failure types.
* tester: Add a53_ilp32_qemu.iniKinsey Moore2020-10-051-0/+38
|
* tester: Add a53_lp64_qemu.iniKinsey Moore2020-10-051-0/+38
|
* Move all python commands to use env pythonChris Johns2020-09-2615-237/+132
| | | | | | | | - If you host does not provide a python command consult the User manual for ways you can run the python commands. - Full package paths are being used to avoid namespace pollution and crosstalk.
* tester: Add support for test-too-longChris Johns2020-09-088-57/+348
| | | | | - A test that loops generating output did not timeout. Monitor the the session time and set a maximum test period.
* tester: Fix the install with the new TFTP serverChris Johns2020-09-072-15/+8
|
* tester: Fix TFTP server Python2 issues.Chris Johns2020-09-071-4/+28
| | | | | | | - Add a --show-backtrace option to make it easier for users to get an exception backtrace if something goes wrong. - Fix the --packet-trace option so it actually decodes the packets
* tester: Change to a simpler TFTP serverChris Johns2020-09-0113-2193/+766
| | | | | | | | - Add a simpler TFTP to allow parallel test hardware - Remove the imported tftpy server Closes #4063
* Change version to RTEMS 6Sebastian Huber2020-06-301-1/+1
| | | | Update #4020.
* rtems-test: target_exe_filter fails when there is no filter5.1Chris Johns2020-06-172-0/+3
| | | | Closes #4006
* rtems-tester: Add rv64imafdc_medany for QEMUHesham Almatary2020-04-091-0/+36
|
* bsps: Deletes erc32-run.iniCláudio Maia2020-04-051-38/+0
|
* tester: Add configuration pc-qemu.iniJan Sommer2020-04-031-0/+39
|
* tester/gdb: Add lock timing and remote fetching registers.Chris Johns2020-03-301-3/+6
| | | | | | | - Add timing for the locks to aid performance profiling - Remove fetching registers as the MI parser is slow on pyton2 Updates #3864
* gdbarmsim: Remove all variantsJoel Sherrill2020-03-2010-400/+0
| | | | Updates #3911.
* Improve Python 3 compatibilitySebastian Huber2020-03-171-1/+1
|
* psim-device-tree: Rework so devices do not conflict with 256MB RAMJoel Sherrill2020-03-051-18/+18
| | | | closes #3849.
* tester: Use prefix for rtems_tools by defaultSebastian Huber2020-02-261-0/+2
| | | | | | | | | | Commit 72c684eff2cd932b4948e21902680a93473340c3 removed the default value of rtems_tools. If the --rtems--tools option was omitted the rtems-test command printed lots of error: run.cfg:61: macro '%{rtems_tools}' not found error messages.
* Fix typo in error messageCláudio Maia2020-02-261-1/+1
|
* tester: Add qemu_opts_serialSebastian Huber2020-02-257-8/+9
| | | | | | The realview_pbx_a9_qemu test configuration for Qemu produced no output due to wrong serial/monitor settings. Remove the serial/monitor settings from qemu_opts_base and move them to the new qemu_opts_serial.
* covoar/wscript: Install covoar.css and table.jsVijay Kumar Banerjee2020-01-281-0/+1
|
* tester: Prefer '_' as test state separator charSebastian Huber2019-12-191-9/+11
|
* tester: Add basic support to generate JUnit test reportsHesham Almatary2019-11-221-1/+51
|
* Fix exception when no output format is specifiedKinsey Moore2019-09-241-0/+2
| | | | | The JSON log generation patch introduced a bug when the report output generation was not configured due to attempting to iterate over 'None'.
* bsp-builder: Do not clean the build space when starting with --no-cleanChris Johns2019-09-051-1/+1
|
* tester: Minor fix to prefix handling.Chris Johns2019-09-051-3/+1
|
* tester/tftp: Handle ctl-C when active.Chris Johns2019-09-051-7/+12
|
* Add JSON log generationKinsey Moore2019-08-221-13/+111
| | | | | Add log formatter hooks and JSON log formatter to the test infrastructure for consumption by automated processes or report generators.
* tester: Add raspberrypi2 BSP.Chris Johns2019-07-261-0/+43
|
* waf: Update the check_cc tests to a newer method supported by waf.Chris Johns2019-05-272-3/+11
| | | | - Fix a minor issue in covoar's use of 64bit calls.
* rtemstoolkit/path : Add listdir functionVijay Kumar Banerjee2019-05-211-2/+2
|
* coverage: Add subdirectory name in HTML reportsVijay Kumar Banerjee2019-03-271-0/+18
|
* coverage: remove utf-8 encoding in symbolset namesVijay Kumar Banerjee2019-03-221-2/+1
|
* testing/bsps: Add covoar commands in bsp ini fileVijay Kumar Banerjee2019-02-192-6/+8
|
* Coverage: Add support for TSIM formatVijay Kumar Banerjee2019-02-143-18/+33
|