summaryrefslogtreecommitdiffstats
path: root/tester (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Coverage : Add coverage support for RISCVVijay Kumar Banerjee2019-02-125-1/+222
|
* tester: Ignore the execute return code for some commandsChris Johns2019-02-082-6/+7
| | | | | Some simulators like psim-run return a non-zero error code. Allow a BSP configuration to ignore the return code.
* rtemstoolkit/config: Unlock when printing to avoid blocking.Chris Johns2019-02-081-1/+10
|
* tester/check: Convert the indent size to an int.Chris Johns2019-02-081-1/+1
|
* tester: Increase the psim memory size to match the BSP.Chris Johns2019-02-081-1/+1
|
* rtems-test: add bsp for leon3 on sis with coverageJiri Gaisler2019-01-251-0/+39
|
* covoar: wrong symbol length in coverage mapJiri Gaisler2019-01-252-2/+2
|
* covoar: enable -f switch to select other coverage formatsJiri Gaisler2019-01-251-1/+2
|
* covoar: debug print-out of addresses should be in hexJiri Gaisler2019-01-251-0/+1
|
* rtems-tester: added griscv bsps for gdb and sisJiri Gaisler2019-01-222-0/+80
|
* rtems-test: Fix qemu coverage logic errors.Chris Johns2019-01-091-4/+4
|
* tester: Run leon3-sis with four processorsJiri Gaisler2018-12-171-1/+1
| | | | Update #3460.
* tester: Fix leon2.iniSebastian Huber2018-12-171-1/+1
|
* tester : Add support to use QEMU serial console when coverage is enabledVijay Kumar Banerjee2018-12-022-7/+11
|
* tester/coverage: Remove warnings in covoar on Windows.Chris Johns2018-11-293-76/+65
|
* Coverage : install covoar in tester/binVijay Kumar Banerjee2018-11-273-5/+11
|
* tester/tftpd: Set the socket option to reuse.Chris Johns2018-11-271-0/+8
|
* tester: Fix the handling of the version and tools recs when running parallel ↵Chris Johns2018-11-272-118/+128
| | | | jobs
* tester/gdb: mi_parser, fix on Python3 and remove globalsChris Johns2018-11-263-50/+61
| | | | | | | | - Fix mi_parser on Python3. Python3 does not support the __cmp__ operator and rich comparision operators are required, See PEP 207. - Remove the global variables and make a class containing them. Update the gdb class to use the mi_parser session class. Removing the globals means the global lock in the gdb module can be removed.
* tester: Minor formatting change.Chris Johns2018-11-261-1/+2
|
* tester: Change the QEMU command line to match the RSB built QEMU.Chris Johns2018-11-231-2/+5
| | | | | The command line changed and the RSB is the newer version. Make the old version via a config variable.
* Coverage: add the style and js files to the symbol-set report directoryVijay Kumar Banerjee2018-11-171-13/+4
|
* tester: Remove riscv_genericHesham Almatary2018-11-123-129/+0
| | | | Now each BSP/ISA variant has its own .ini file
* Remove m32c supportSebastian Huber2018-11-122-80/+0
| | | | Update #3599.
* tester: Support testing all riscv bsps on SpikeHesham Almatary2018-11-0913-0/+494
|
* tester: Update the Python TFTP server to fix Python3 issues.Chris Johns2018-11-089-194/+243
| | | | | Updated to af2f2fe89a3bf45748b78703820efb0986a8207a. Repo is https://github.com/msoulier/tftpy.git
* python: Provide support to select a valid python version.Chris Johns2018-11-0816-98/+218
| | | | | | | | - Update imports after wrapping the code. - Fix python3 issues. - Fix config path issues for in repo and install runs. Closes #3537
* Coverage : Generate reports using the object files in cpukitVijay Kumar Banerjee2018-10-252-51/+66
|
* config: Consolidate the version information into a single configuration fileChris Johns2018-10-034-21/+18
|
* config: Create a config directory and move the RTEMS arch/bsp data to it.Chris Johns2018-10-0222-1232/+5
| | | | Closes #3536