summaryrefslogtreecommitdiff
path: root/tester (follow)
AgeCommit message (Collapse)Author
2020-12-16tester: Add yaml format to the supported report formatsHEADmasterCláudio Maia
2020-12-11tester: Add configs for AArch64 ZynqMP BSPsKinsey Moore
2020-12-02tester: Add support for sparc/gr740 BSPSebastian Huber
Update #4195.
2020-11-25tester: Report fatal-error test states as failuresKinsey Moore
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.
2020-11-15bsps/a53_*: Fix typo in qemu optionsVijay Kumar Banerjee
2020-10-05tester: Prevent crash with json outputKinsey Moore
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.
2020-10-05tester: Add a53_ilp32_qemu.iniKinsey Moore
2020-10-05tester: Add a53_lp64_qemu.iniKinsey Moore
2020-09-26Move all python commands to use env pythonChris Johns
- 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.
2020-09-08tester: Add support for test-too-longChris Johns
- A test that loops generating output did not timeout. Monitor the the session time and set a maximum test period.
2020-09-07tester: Fix the install with the new TFTP serverChris Johns
2020-09-07tester: Fix TFTP server Python2 issues.Chris Johns
- 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
2020-09-01tester: Change to a simpler TFTP serverChris Johns
- Add a simpler TFTP to allow parallel test hardware - Remove the imported tftpy server Closes #4063
2020-06-30Change version to RTEMS 6Sebastian Huber
Update #4020.
2020-06-17rtems-test: target_exe_filter fails when there is no filterChris Johns
Closes #4006
2020-04-09rtems-tester: Add rv64imafdc_medany for QEMUHesham Almatary
2020-04-05bsps: Deletes erc32-run.iniCláudio Maia
2020-04-03tester: Add configuration pc-qemu.iniJan Sommer
2020-03-30tester/gdb: Add lock timing and remote fetching registers.Chris Johns
- Add timing for the locks to aid performance profiling - Remove fetching registers as the MI parser is slow on pyton2 Updates #3864
2020-03-20gdbarmsim: Remove all variantsJoel Sherrill
Updates #3911.
2020-03-17Improve Python 3 compatibilitySebastian Huber
2020-03-05psim-device-tree: Rework so devices do not conflict with 256MB RAMJoel Sherrill
closes #3849.
2020-02-26tester: Use prefix for rtems_tools by defaultSebastian Huber
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.
2020-02-26Fix typo in error messageCláudio Maia
2020-02-25tester: Add qemu_opts_serialSebastian Huber
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.
2020-01-28covoar/wscript: Install covoar.css and table.jsVijay Kumar Banerjee
2019-12-19tester: Prefer '_' as test state separator charSebastian Huber
2019-11-22tester: Add basic support to generate JUnit test reportsHesham Almatary
2019-09-24Fix exception when no output format is specifiedKinsey Moore
The JSON log generation patch introduced a bug when the report output generation was not configured due to attempting to iterate over 'None'.
2019-09-05bsp-builder: Do not clean the build space when starting with --no-cleanChris Johns
2019-09-05tester: Minor fix to prefix handling.Chris Johns
2019-09-05tester/tftp: Handle ctl-C when active.Chris Johns
2019-08-22Add JSON log generationKinsey Moore
Add log formatter hooks and JSON log formatter to the test infrastructure for consumption by automated processes or report generators.
2019-07-26tester: Add raspberrypi2 BSP.Chris Johns
2019-05-27waf: Update the check_cc tests to a newer method supported by waf.Chris Johns
- Fix a minor issue in covoar's use of 64bit calls.
2019-05-21rtemstoolkit/path : Add listdir functionVijay Kumar Banerjee
2019-03-27coverage: Add subdirectory name in HTML reportsVijay Kumar Banerjee
2019-03-22coverage: remove utf-8 encoding in symbolset namesVijay Kumar Banerjee
2019-02-19testing/bsps: Add covoar commands in bsp ini fileVijay Kumar Banerjee
2019-02-14Coverage: Add support for TSIM formatVijay Kumar Banerjee
2019-02-12Coverage : Add coverage support for RISCVVijay Kumar Banerjee
2019-02-08tester: Ignore the execute return code for some commandsChris Johns
Some simulators like psim-run return a non-zero error code. Allow a BSP configuration to ignore the return code.
2019-02-08rtemstoolkit/config: Unlock when printing to avoid blocking.Chris Johns
2019-02-08tester/check: Convert the indent size to an int.Chris Johns
2019-02-08tester: Increase the psim memory size to match the BSP.Chris Johns
2019-01-25rtems-test: add bsp for leon3 on sis with coverageJiri Gaisler
2019-01-25covoar: wrong symbol length in coverage mapJiri Gaisler
2019-01-25covoar: enable -f switch to select other coverage formatsJiri Gaisler
2019-01-25covoar: debug print-out of addresses should be in hexJiri Gaisler
2019-01-22rtems-tester: added griscv bsps for gdb and sisJiri Gaisler