- 17 May, 2018 5 commits
-
-
-
-
using a complex type
-
-
On laptop, the + is shared with the = keys and requires a shift press. The built-in ZoomIn event from Qt does not work with shift.
-
- 19 Apr, 2018 4 commits
-
-
Daniel Tuulik authored
Not all asn files are named dataview-uniq.asn
-
Daniel Tuulik authored
For tests test-aggregation3, test-math and test-expressions
-
Daniel Tuulik authored
-
Daniel Tuulik authored
-
- 18 Apr, 2018 31 commits
-
-
Daniel Tuulik authored
Add QGen tests to test-shadowing (newly added test). Add bind, link and execute of QGen code to test-aggregation3
-
Daniel Tuulik authored
The "-gnatwa" switch causes gprbuild to run forever with the Ada data type files generated by ASN1SCC
-
Daniel Tuulik authored
The usual test is now using ASN1SCC generated data types Added -gt tests that use QGen generated data types
-
Daniel Tuulik authored
-
Daniel Tuulik authored
-
Daniel Tuulik authored
-
Daniel Tuulik authored
-
Daniel Tuulik authored
-
Daniel Tuulik authored
-
Daniel Tuulik authored
-
Daniel Tuulik authored
Update test invoking patten, add root_model and language arguments For now only one makefile is up to date with the new test invoking pattern (test-aggregation3)
-
Daniel Tuulik authored
-
Add warnings about skipped composite state contents and update other refs
-
-
* Add x.parse.out and x-to-xmi.out files for SDL and ASN.1 files. * Add global status files. Separate files for parse and import tests
-
Now: "Output file(s) will not be created"
-
-
-
Daniel Tuulik authored
-
Daniel Tuulik authored
The out file comparison is taken from QGen, it still needs some adjustments to work Calling sdl-parser assumes the following: #export JAR_DIR=~/esa/esa-ic-proj/parser/ee.ibk.sdl.parser/target/export/ #export JAR_NAME=ee.ibk.sdl.parser-full.jar
-
-
The status was previously stored with a reduced model
-
-
Improved parsing of composite states
-
to avoid false failures on file-extension based testing
-
Previous numbers were byte counts.
-
Fixed STRING and COMMENT2 rules
-
-
Such files are e.g. generated by the QGen SDL parser and the ID-s in these files change. So, don't put them in git
-
-
The out files were generated using a command like: find -name "*.pr" -print -exec sh -c "qgen-sdl-parse {} > {}-parse.out" \; Where qgen-sdl-parse is a helper script that calls the AntLR 4/Java parser with a command like: JAR_DIR=<some dir> java -jar ${JAR_DIR}ee.ibk.sdl.parser.jar $@ and also logs status
-