summaryrefslogtreecommitdiff
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-10config: Remove obsolete BSPsSebastian Huber
Update #3951.
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-15rtems-bsps-tiers.ini: Delete removed PowerPC BSPsJoel Sherrill
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-26rtemstoolkit/dwarf: Dump the DIE offsetChris Johns
2020-09-26rtemstoolkit/configuration: Treat an empty variable as an empty listChris Johns
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-18linkers: Update due to API changesSebastian Huber
2020-09-15linker/exeinfo: Optionally output full flags when listing object filesChris Johns
- Start adding support to dump configuration tables
2020-09-11linkers/exeinfo: Output TLS dataChris Johns
Updates #4074
2020-09-11linker/rap: Ignore relocation records with no sectionChris Johns
Uodates #4096
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-07-23trace: Use c++14 instead of c++11 if possibleChristian Mauderer
llvm version 10 uses features from c++14 standard in the headers. With that, the record/record-main-lttng.cc doesn't build any more. This patch makes sure that c++14 is used if it is available.
2020-07-03Remove support for epiphany targetSebastian Huber
Update #3941.
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-05-05linkers/ld: Output all reloc records to the RAP fileChris Johns
Updates #3969
2020-04-28Allow build with i686-w64-mingw32kaidoho
Closes #3630
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-30rtemstoolkit/execute: Handle unicode input on python2Chris Johns
- Allow unicode as a type on python2. The unicode type is not present on python3 so make the support conditional. - Add some more diag prints to aid debugging. Closes #3964
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-19execute.py: fix long lineGedare Bloom
2020-03-17record: Increase input buffer and alignmentSebastian Huber
Update #3904.
2020-03-17record: Add support for zlib compressed inputSebastian Huber
Update #3904.
2020-03-17record: Add zlib filter classSebastian Huber
Update #3904.
2020-03-17record: Add support for base64 encoded inputSebastian Huber
Update #3904.
2020-03-17record: Add base64 filter classSebastian Huber
Update #3904.
2020-03-17record: Add filter base classSebastian Huber
Update #3904.
2020-03-17record: Add option to print config default valuesSebastian Huber
Update #3904.
2020-03-17record: Add support for user defined event namesSebastian Huber
2020-03-17record: Add INI file parserSebastian Huber
Import from: https://github.com/benhoyt/inih commit 351217124ddb3e3fe2b982248a04c672350bb0af Author: Stephan Lachnit <stephanlachnit@protonmail.com> Date: Sun Mar 1 07:31:28 2020 +0100 r48 release (#100) * Bump copyright to 2020 * Remove makefile for static library * meson: version 48 Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com> Update #3904.
2020-03-17record: Format file headerSebastian Huber
Update #3904.
2020-03-17record: Guard config.h includeSebastian Huber
Update #3904.
2020-03-17record: Fix formatSebastian Huber
Update #3904.
2020-03-17Improve Python 3 compatibilitySebastian Huber
2020-03-07Move mkimage.py to install_files so chmod is preserved and installed in bin/Amar Takhar
2020-03-05psim-device-tree: Rework so devices do not conflict with 256MB RAMJoel Sherrill
closes #3849.
2020-03-05rtemstoolkit: Detect native SPARCV9 ELF archSebastian Huber