Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move system.dollars in a separate file (#10829) | Miran | 2019-03-13 | 1 | -1/+1 |
| | |||||
* | move assertions and iterators out of system.nim (#10597) | Miran | 2019-03-07 | 1 | -3/+3 |
| | | | | | * move assertions and iterators out of system.nim * limit nimsuggest tests to the first 3 suggestions | ||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -3/+0 |
| | |||||
* | Fixes #9671 (#9750) | Randy Smith | 2018-11-19 | 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 | ||||
* | make tfailedassert_stacktrace.nim more robust | Araq | 2018-09-15 | 1 | -8/+27 |
| | |||||
* | Fix system.nim line number test case failure | Ganesh Viswanathan | 2018-09-12 | 1 | -3/+3 |
| | |||||
* | add testcase | Timothee Cour | 2018-09-11 | 1 | -0/+19 |
| | |||||
* | doAssert, assert now print full path of failing line on error (#8555) | Timothee Cour | 2018-08-25 | 3 | -15/+81 |
| | |||||
* | Fixes #8719 (onFailedAssert now works for doAssert) (#8731) | awr1 | 2018-08-23 | 1 | -0/+11 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -1/+1 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Fixed broken test. Added closureScope test. | Yuriy Glukhov | 2016-06-28 | 1 | -0/+3 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -2/+2 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | 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 |
| | |||||
* | tester compiles again | Araq | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | some minor fixes | Araq | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | unittest module works again | Araq | 2014-01-18 | 1 | -1/+1 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 4 | -0/+88 |