summary refs log tree commit diff stats
path: root/tests/assert
Commit message (Expand)AuthorAgeFilesLines
* assertions: fixes #11545 (#11605)alaviss2019-07-014-4/+17
* move system.dollars in a separate file (#10829)Miran2019-03-131-1/+1
* move assertions and iterators out of system.nim (#10597)Miran2019-03-071-3/+3
* require errormsg to be specified before file.Arne Döring2018-12-111-3/+0
* Fixes #9671 (#9750)Randy Smith2018-11-191-1/+1
* correctly render AST in doAssert/assert condition: fixes #8518; refs #9301 (#...Timothee Cour2018-10-141-29/+60
* make tfailedassert_stacktrace.nim more robustAraq2018-09-151-8/+27
* Fix system.nim line number test case failureGanesh Viswanathan2018-09-121-3/+3
* add testcaseTimothee Cour2018-09-111-0/+19
* doAssert, assert now print full path of failing line on error (#8555)Timothee Cour2018-08-253-15/+81
* Fixes #8719 (onFailedAssert now works for doAssert) (#8731)awr12018-08-231-0/+11
* make tests green againAndreas Rumpf2018-07-051-1/+1
* Add column number to instantiation info (#7376)PMunch2018-04-121-1/+1
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
* make tests green againAndreas Rumpf2016-11-241-1/+1
* Fixed broken test. Added closureScope test.Yuriy Glukhov2016-06-281-0/+3
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
* 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
* typo fixSimon Hafner2015-01-271-2/+2
* tester compiles againAraq2014-08-291-1/+1
* some minor fixesAraq2014-08-141-1/+1
* Change the expected path in tfailedassert.Dominik Picheta2014-04-061-1/+1
* fix the error "only proc headers can feature pragmas" when compiling in JS modeZahary Karadjov2014-01-231-1/+1
* unittest module works againAraq2014-01-181-1/+1
* new tester; all tests categorizedAraq2014-01-134-0/+88
ass='oid'>762107fd ^
de8a15e9 ^




























1fca8ee1 ^






5396e24c ^












1fca8ee1 ^




5396e24c ^







de8a15e9 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121