summaryrefslogtreecommitdiff
path: root/tester (follow)
AgeCommit message (Collapse)Author
2018-10-03config: Consolidate the version information into a single configuration fileChris Johns
2018-10-02config: Create a config directory and move the RTEMS arch/bsp data to it.Chris Johns
Closes #3536
2018-09-08tester/bsp-builder: Yield the job control thread when in a dry-run.Chris Johns
This stops a dry-run blocking while the job control thread spins.
2018-09-08tester/bsp-builder: Add excluded build options to the base options.Chris Johns
Adding the exclude build options to the base options overrides the default configure flags. An excluded build could be enabled by default. Only pause the jobs loop when it is not a dry run.
2018-09-04tester/bsp-builder: No network builds for the epiphany BSP.Chris Johns
2018-09-04tester/bsp-builder: Fix the build jobs with more than one BSP exclude.Chris Johns
Excluding more than one build resulted in common builds being removed resulting in a list remove error.
2018-08-21covoar: Close the ELF and DWARF handles once the data is loaded.Chris Johns
This avoids the processing being killed with to many file handles open.
2018-08-08coverage/symbol-sets.ini : Add symbol-sets and paths to respective librariesVijay Kumar Banerjee
2018-08-08Coverage: Add support to generate separate reports for each symbol-setVijay Kumar Banerjee
Invoke covoar multiple times from the script to generate separate reports for each symbol-set.
2018-08-07tester: Exclude SMP build of some RISC-V BSPsSebastian Huber
It makes no sense to build BSPs without support for atomic instructions with SMP enabled. Update #3433.
2018-08-07tester/covoar: Integrate DWARF function data.Chris Johns
Use DAWRF function data to create the executable coverage maps. Integrate the existing objdump processing with this data. - Refactor CoverageMapBase to have the address ranges and address info as separate objects. Move the to address info into a vector. Add support for multiple address ranges. - DesiredSymbols is only interested in function symbols. - ExecutableInfo creates coverage maps from DWARF function data. - Add warning flags to the covoar build. - Varous C++11 refactoring.
2018-08-06tester: Add RISC-V support to BSP builderSebastian Huber
Update #3433.
2018-07-25tester: Add use virt machine for rv64imafd_medanySebastian Huber
Update #3433.
2018-07-18rtems-bsps-tiers.ini: Add amd64Joel Sherrill
2018-07-03tester: Remove obsolete BSP variantsSebastian Huber
Update #3459.
2018-06-29tester: Add rv64imafd_medany.iniSebastian Huber
Update #3433.
2018-06-22covoar: Address kill() on CygwinJoel Sherrill
2018-06-21covoar: Covert CoverageMapBase C to C++Chris Johns
Updates #3462
2018-06-20tester: Install the coverage python module.Chris Johns
2018-06-19tester: Add line feeds to the coverage HTML report.Chris Johns
2018-06-18tester: Make the path to covoar absolute to ignore the env PATH.Chris Johns
Using the environment's path to find covoar allow invalid versions to be used which may vary in subtle ways. Find and use the covoar that is build with the version of 'rtems-test'. This patch means you do not need to install the tools before running improving the development experience. Closes #3458
2018-06-18tester: Clean up the coverage python code.Chris Johns
2018-06-18tester: Correct usage for covoar.Chris Johns
2018-06-18tester: Make leon3-run command use run and not sis.Chris Johns
2018-06-18tester/covoar: ExecutableInfo C to C++ change.Chris Johns
2018-06-18tester/covoar: Remove all exit() calls and throw an rld::error exception.Chris Johns
Add a suitable catch to covoar's main.
2018-06-15covoar: Add libdwarf to the include path.Chris Johns
2018-06-15covoar: Control the RLD verbose level from the -v option.Chris Johns
2018-06-15covoar: Refactor DesiredSymbols.cc to C++11.Chris Johns
2018-06-15covoar: Use DWARF to map addresses to source files and lines.Chris Johns
2018-06-05tester: Add script to generate html coverage report from covoar outputVijay Kumar Banerjee
Add support in tester to run covoar and generate an html report to display the summary of the coverage reports generated from covoar. Co-authored-by : Cillian O'Donnell <cpodonnell8@gmail.com>
2018-06-05rtems-bsps-epiphany.ini: Correct spelling of ephiphany_simJoel Sherrill
2018-06-05SPARC: ngmp replaced with specific CPU model BSPsJoel Sherrill
2018-06-05tester/rtems/rtems-bsps-powerpc.ini: Fix typoJoel Sherrill
2018-05-25tester/covoar: Do not load an executable's local symbols.Chris Johns
2018-05-14covoar: Fix build path checks for multiple executables.Cillian O'Donnell
2018-05-01tester/covoar: Remove the C part of main and convert to C++Chris Johns
This is a clean up.
2018-05-01covoar: Add symbol set reader and ELF data parser to covoar.Cillian O'Donnell
Add ability to organize symbol sets of libraries in INI file and then read them with covoar and load the symbols directly from the libraries. rtems-tools/../testing: Add configuration files for coverage analysis. A number of covoar options are not required and are defaulted. Co-author: Krzysztof Miesowicz <krzysztof.miesowicz@gmail.com> Co-author: Vijay Kumar Banerjee <vijaykumar9597@gmail.com> Co-author: Chris Johns <chrisj@rtems.org>
2018-04-23tester: Fix the configure debug option.Chris Johns
The option is --enable-rtems-debug and not --enable-debug.
2018-04-10teater: Filter out an *.norun.* executables.Chris Johns
2018-04-10tester: List .ini files for BSPs with --list-bsps.Chris Johns
2018-04-10bsp-builder: Collect2 messages are errors.Chris Johns
2018-02-01rtems-bsps-powerpc.ini: Add PowerPC qemu BSPsJoel Sherrill
2018-02-01rtems-bsp-builder: Remove stray %s from the run log message.Chris Johns
Close #3278
2018-02-01rtems-bsp-builder: Add a check for invalid ARCH and BSP names.Chris Johns
If invalid characters are in a BSP or ARCH name generate an error. Add the missing ',' to the line in the PowerPC BSP configuration.
2018-01-02tester/covoar/covoar.cc: Add missing throw keywordJoel Sherrill
Why clang caught this and gcc didn't is a mystery. Updates #3191.
2017-12-05tester/covoar/covoar.cc: Exit using exit() rather than just throwing.Joel Sherrill
Closes #3191.
2017-12-05tester/covoar/covoar.cc: Clean up formatting (tabs, braces, indentation, etc)Joel Sherrill
2017-11-22Add tester qoriq_e6500_64.iniSebastian Huber
2017-11-22Add tester qoriq_e6500_32.iniSebastian Huber