aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/gna: add a test for #1817Tristan Gingold2021-07-203-0/+208
|
* testsuite/gna: add a test for previous commitTristan Gingold2021-07-192-0/+21
|
* testsuite/pyunit/lsp: xfail Test004 on non MSYS2 Windowsumarcor2021-07-181-2/+9
|
* testsuite/gna: add a test for #1818Tristan Gingold2021-07-172-0/+33
|
* testsuite/pyunit/lsp/LanguageServer.py: do not quote anymore uri.Tristan Gingold2021-07-071-5/+1
| | | | | The ':' after the driver letter must not be quoted on Windows. And there are no special characters (yet) in the filenames of the tests.
* pyunit/lsp/LanguageServer.py: adjust error messageTristan Gingold2021-07-071-2/+2
|
* testsuite/gna: add a test for previous commitTristan Gingold2021-07-052-0/+17
|
* testsuite/gna: add a test for previous commitTristan Gingold2021-07-052-0/+24
|
* Fixed bug in OthersAggregateElement.Patrick Lehmann2021-07-011-2/+2
|
* Simplified test code for literals.Patrick Lehmann2021-07-011-28/+31
|
* New command line interface for DOM.Patrick Lehmann2021-07-011-1/+1
|
* Added package declarations inside of declarations.Patrick Lehmann2021-07-011-1/+8
| | | | | Added PSL Default clock (dummy). Added Disconnect specification (dummy).
* Exchanged sides in asserts to the understanding of pytests actual vs. ↵Patrick Lehmann2021-07-014-16/+16
| | | | expected order.
* Improved test code.Patrick Lehmann2021-07-014-10/+10
|
* Minor changes.Patrick Lehmann2021-07-012-6/+6
|
* Renamed '[sS]ubType' to '[sS]ubtype'.Patrick Lehmann2021-07-011-0/+12
|
* Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'.Patrick Lehmann2021-07-014-7/+6
|
* Rework and fine tuning.Patrick Lehmann2021-07-012-7/+12
|
* pyGHDL: Added DLL search path for Python ≥3.8. (#1811)Patrick Lehmann2021-06-301-2/+3
| | | | | | | | | | | * Added DLL search path for Python ≥3.8. Let Windows CPython 64-bit execute GHDL in msys64/mingw64. * Fix executable name of Python based on the current environment. (cherry picked from commit 618c8149df1fa53d06cb197d65b3b10a02ae52ee) * Removed debug code.
* testsuite/gna: add a test for #1810Tristan Gingold2021-06-302-0/+21
|
* Codacy issues, Travis cleanup and update ghdl.texi (#1807)Unai Martinez-Corral2021-06-2684-641/+124
| | | | | | | | | | | | | | | | | | | * ghw: fix memleaks reported by codacy * ghw: printf issues and style (GNU indent) * testsuite/gna: minor printf issues * testsuite: fix issues reported by codacy * scripts/ci-run: clean travis stuff (deprecated) * scripts: fix issues reported by codacy * doc/Makefile: add .PHONY * doc: update ghdl.texi * testsuite/synth: use synth_tb
* More DOM improvements (#1806)Patrick Lehmann2021-06-265-23/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First try to handle names. * Reworked names. * Reworked range expressions. * Handle AttributeNames. * Added handling of file declaration and attribute declarations. * Improved error outputs. * Handle protected types. * Make black happy with ugly code. * Handle Null literal and File parameters. * File type and physical type. * Don't fail on reported syntax errors. Catch call errors into libghdl. * Improved Sanity checks for pyGHDL.dom. * Load sourcecode via Python and process in-memory. Fixed testcases. * Added package instantiations and packages with generics. * Added UseClause, AttributeSpecification and PhysicalTypes. * Improved pretty-printing. * Fixed AttributeName in subtype indication. * Get code position of IIR nodes. * Added DOMMixin into all derived classes. * Mark as not yet implemented. * Pinned pyVHDLModel version to v0.10.4. * Removed xfail in LSP test. Bumped requirement of pyVHDLModel to v0.10.4. Fixed some Codacy issues. (cherry picked from commit f64e7ed7c3d69cbf84cd60db8e9b085e90b846cb)
* fix more codacy issuesumarcor2021-06-231-1/+1
|
* Handle 'Subtype_Definition' in record definitions.Patrick Lehmann2021-06-231-0/+3
|
* First primitive handling of selected names.Patrick Lehmann2021-06-231-2/+2
|
* Added handling of enumeration, array and record types.Patrick Lehmann2021-06-231-1/+3
|
* Formatted pyunit tests via black.Patrick Lehmann2021-06-237-273/+297
|
* Handle shared variables.Patrick Lehmann2021-06-221-2/+23
|
* Renamed AllVHDLSources to Sanity.Patrick Lehmann2021-06-227-23/+213
| | | | | Improved glob in Sanity check. Bound requirement for pyVHDLModel to Git branch.
* fix issues reported by Codacyumarcor2021-06-223-14/+5
|
* Fixed issues reported by Codacy.Patrick Lehmann2021-06-221-1/+1
|
* Prepared handling of functions, types, subtypes and aliases.Patrick Lehmann2021-06-224-4/+4
|
* Minimal handling of types and subtypes.Patrick Lehmann2021-06-221-1/+1
|
* Start handling function calls.Patrick Lehmann2021-06-221-3/+3
|
* New testing file.Patrick Lehmann2021-06-221-2/+2
|
* testsuite/gna/testsuite.py: add --jobs optionTristan Gingold2021-06-221-0/+3
|
* testsuite/pyunit/dom: test only vhdl source files from sanity/Tristan Gingold2021-06-221-1/+1
|
* testsuite/synth: more checks of inferred memoriesTristan Gingold2021-06-222-6/+8
|
* testsuite/synth: check ram in mem01 and mem02Tristan Gingold2021-06-2110-28/+34
|
* Merge pull request #1798 from Paebbels/paebbels/aggregatestgingold2021-06-204-2/+177
|\ | | | | Python-C/Ada Bindings - Updated decorator
| * Simplified prettyprint, as pyVHDLModel has now builtin __str__ methods for ↵Patrick Lehmann2021-06-191-9/+30
| | | | | | | | expressions, aggregates and literals.
| * Added handling of Parenthesis.Patrick Lehmann2021-06-191-2/+2
| |
| * Testcase(s) for expressions.Patrick Lehmann2021-06-192-2/+52
| |
| * Added testcase for integer literals.Patrick Lehmann2021-06-193-9/+105
| |
| * Improvements to pyGHDL.dom.Patrick Lehmann2021-06-191-1/+1
| |
| * pyGHDL: handle c_doubleumarcor2021-06-191-1/+1
| |
| * Better aggregate handlingPatrick Lehmann2021-06-191-1/+1
| |
| * First step towards aggregates.Patrick Lehmann2021-06-191-0/+8
| |
* | testsuite/pyunit: add opts '-vs' to pytest callumarcor2021-06-191-1/+1
| |
* | testsuite/pyunit/dom: replace AllVHDLSources.sh with AllSources.pyumarcor2021-06-192-31/+23
| |