summary refs log tree commit diff stats
path: root/tests/assert/tfailedassert.nim
Commit message (Collapse)AuthorAgeFilesLines
* correctly render AST in doAssert/assert condition: fixes #8518; refs #9301 ↵Timothee Cour2018-10-141-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 Cour2018-08-251-12/+57
|
* Add column number to instantiation info (#7376)PMunch2018-04-121-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 againAndreas Rumpf2016-11-241-1/+1
|
* fixes #2500Araq2015-04-101-1/+1
|
* Fix tests a bit moredef2015-03-101-1/+1
|
* some love for the testsuite; fixed regressionsAraq2015-03-011-2/+2
|
* Clean up tests/assertdef2015-02-041-1/+1
| | | | | | | 1 test still fails: - tunittests uses utemplates, which seems broken. not sure what it's supposed to do
* typo fixSimon Hafner2015-01-271-2/+2
|
* Change the expected path in tfailedassert.Dominik Picheta2014-04-061-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 modeZahary Karadjov2014-01-231-1/+1
|
* new tester; all tests categorizedAraq2014-01-131-0/+51