Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite/pyunit: add opts '-vs' to pytest call | umarcor | 2021-06-19 | 1 | -1/+1 |
| | |||||
* | testsuite/testsuite.sh: Go through /usr/bin/env to figure out where bash is. | Alfred M. Szmidt | 2021-06-13 | 1 | -1/+1 |
| | |||||
* | testsuite: try to determine ghwdump location automatically | Xiretza | 2021-04-27 | 1 | -0/+9 |
| | |||||
* | testsuite: add die() function | Xiretza | 2021-04-27 | 1 | -4/+8 |
| | |||||
* | VHPI: add tests for loading libraries | Marlon James | 2021-03-04 | 1 | -2/+2 |
| | |||||
* | testsuite/pyunit: use PYTHON envvar, if defined | umarcor | 2021-02-03 | 1 | -1/+1 |
| | |||||
* | testsuite: remove travis block/group functions | umarcor | 2021-01-19 | 1 | -44/+7 |
| | |||||
* | testsuite: address bash linting issues | umarcor | 2021-01-19 | 1 | -5/+5 |
| | |||||
* | testsuite: add suite_driver.sh | umarcor | 2021-01-18 | 1 | -109/+24 |
| | |||||
* | cli: add 'version ref' and 'version hash' | umarcor | 2021-01-05 | 1 | -5/+7 |
| | |||||
* | coverage: run pyunit directly | umarcor | 2021-01-01 | 1 | -1/+1 |
| | |||||
* | ci: add job 'Coverage' | umarcor | 2021-01-01 | 1 | -1/+1 |
| | |||||
* | Enable coverage collection in pytest. | Patrick Lehmann | 2021-01-01 | 1 | -1/+1 |
| | |||||
* | Executing Python unit tests in Parallel Processes (#1558) | Patrick Lehmann | 2020-12-30 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | * Prepare pyunit tests for parallel and independent execution with pytest/pytest-forked. * Added forked pytest test executions. * Added a pytest ini-file * Corrected pytest settings. * Adjusting PYTHONPATH. * Reverted changes required for pytest without modified file search patterns. (cherry picked from commit 0207b11cfef029f2ed765df3ad983ef47cc0838b) * Run pyunit tests without '--forked'. * Deactivate black. (cherry picked from commit d6b68588d4de26bf94181ea726be969cd09aadf0) | ||||
* | Limit to one test so CI is fine for now. | Patrick Lehmann | 2020-12-29 | 1 | -1/+1 |
| | |||||
* | testsuite/pyunit: fix pyunit exec dir | umarcor | 2020-12-29 | 1 | -3/+2 |
| | |||||
* | testsuite/pyunit: use realpath | umarcor | 2020-12-29 | 1 | -1/+1 |
| | |||||
* | testsuite: rm pyunit/testsuite.sh | umarcor | 2020-12-29 | 1 | -13/+2 |
| | |||||
* | merge testsuite/python into testsuite/pyunit | umarcor | 2020-12-28 | 1 | -3/+25 |
| | |||||
* | testsuite: print help after the version | umarcor | 2020-09-20 | 1 | -2/+7 |
| | |||||
* | Constants in vpi (#1297) | Ben Reynwar | 2020-05-10 | 1 | -1/+28 |
| | | | | | | | | | | | | | | | | | * Adding some very basic vpi tests. * Modify test so that's it's checking VPI access to constants. * Provide VPI to access constants. * Add vpi tests to testsuite. * Fix bug to allow getting values of generic/constant boolean and std_logic. * Fix stupid copying mistake in last commit. * Formatting and trying to get tests working on windows. * Fixing comment and removing redundant VhpiConstantDeclK | ||||
* | Actions: add workflow 'push' (#1016) | 1138-4EB | 2019-11-21 | 1 | -8/+45 |
| | | | | | | | | | | | | | | * use CC=clang to build C sources on macOS * actions: ensure that shared libs are in the PATH on windows * ci: add GitHub Actions 'push' workflow * ci: fix group labels * dist: add GRAY to ansi_color * ci: use same scripts for GHA and Travis | ||||
* | update testsuite (#928) | 1138-4EB | 2019-09-18 | 1 | -32/+159 |
| | | | | | | * update testsuite/testsuite.sh * deprecate dist/travis/test.sh, use testsuite/testsuite.sh instead | ||||
* | Run sanity checks. | Tristan Gingold | 2018-12-18 | 1 | -3/+13 |
| | |||||
* | travis: add gpl packaging | Tristan Gingold | 2017-08-27 | 1 | -2/+0 |
| | |||||
* | travis-ci: move tests driver to buildtest.sh, clean cache before setting it. | Tristan Gingold | 2017-08-18 | 1 | -17/+8 |
| | |||||
* | vests: use ghdl --find-top instead of get_entities. | Tristan Gingold | 2017-07-05 | 1 | -2/+5 |
| | | | | Move log redirection to upper testsuite.sh | ||||
* | testsuite.sh: add --nolog option. | Tristan Gingold | 2017-03-14 | 1 | -6/+23 |
| | |||||
* | Use single VM in .travis.yml to speed-up launching builds. Container are ↵ | 1138-4EB | 2017-03-01 | 1 | -40/+20 |
| | | | | | | | launched in parallel threads. The output of each thread is saved to a log. All of them are printed in order, after all the threads have finished. Shared ANSI color codes between libraries/vendors and dist/linux. The common file to be sourced is dist/ansi_color.sh | ||||
* | testsuite: fix permission, build get_entities. | Tristan Gingold | 2014-01-01 | 1 | -0/+1 |
| | |||||
* | Changes in the vests testsuite. | Tristan Gingold | 2013-12-20 | 1 | -1/+14 |
| | | | | | Some tests were 'fixed', some disabled. Need a second analysis. | ||||
* | Add initial testsuite, using regression tests from bugs or support | Tristan Gingold | 2013-12-18 | 1 | -0/+49 |
reported on gna.org |