Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | correctly render AST in doAssert/assert condition: fixes #8518; refs #9301 ↵ | Timothee Cour | 2018-10-14 | 1 | -29/+60 |
| | | | | | | (#9332) * fixes #8518; refs #9301; correctly render AST in doAssert condition | ||||
* | doAssert, assert now print full path of failing line on error (#8555) | Timothee Cour | 2018-08-25 | 1 | -12/+57 |
| | |||||
* | Add column number to instantiation info (#7376) | PMunch | 2018-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Add column number to instantiation info Instantiation info left out column number for no good reason. This adds it in as the third element of the tuple. * Fix test that failed and added change to changelog An assertion test failed because it was declaring a type that was expected to be populated by instantiationInfo with the old signature. Also added the changes to the changelog as it is a breaking change. | ||||
* | make tests green again | Andreas Rumpf | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | fixes #2500 | Araq | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | Fix tests a bit more | def | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | some love for the testsuite; fixed regressions | Araq | 2015-03-01 | 1 | -2/+2 |
| | |||||
* | Clean up tests/assert | def | 2015-02-04 | 1 | -1/+1 |
| | | | | | | | 1 test still fails: - tunittests uses utemplates, which seems broken. not sure what it's supposed to do | ||||
* | typo fix | Simon Hafner | 2015-01-27 | 1 | -2/+2 |
| | |||||
* | Change the expected path in tfailedassert. | Dominik Picheta | 2014-04-06 | 1 | -1/+1 |
| | | | | | | This will cause this test to fail on Linux. The behaviour on Windows is however correct, the filename returned by instantiationInfo is the projPath defined as being "relative to the project's root". | ||||
* | fix the error "only proc headers can feature pragmas" when compiling in JS mode | Zahary Karadjov | 2014-01-23 | 1 | -1/+1 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+51 |