summary refs log tree commit diff stats
path: root/tests/float
Commit message (Expand)AuthorAgeFilesLines
* fix #16469 vm float constants: do not conflate -0.0 and 0.0 (#16470)Timothee Cour2020-12-271-1/+14
* targets: use cpp instead of c++ everywhere (was by far the most common) (#15961)Timothee Cour2020-11-141-1/+1
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-282-2/+2
* Revert "printing float values will have one more digit. (#13276) [backport]" ...Timothee Cour2020-02-082-27/+17
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-072-17/+27
* remove unused imports from testsnarimiran2019-11-061-1/+1
* azure: disable failing testsLeorize2019-10-031-4/+5
* fix #10305 nim cpp is now nan-correct at CT (#10310)Timothee Cour2019-01-151-0/+28
* Testament: refactoring; makes the test joiner greenAraq2018-12-111-5/+6
* require errormsg to be specified before file.Arne Döring2018-12-119-26/+20
* make `mod` on floats available in the VM (#9591)skilchen2018-11-051-0/+130
* update testcooldome2018-04-291-1/+13
* Add a testcooldome2018-04-291-0/+37
* Fix for isssue in parseBiggestFloat #7060 (#7061)cooldome2018-01-111-0/+6
* Added 'lenient ops' module (#6754)Fabian Keller2017-11-211-0/+100
* make more tests greenAraq2017-11-011-6/+0
* fixes #6606 (#6610)Fredrik Høisæther Rasch2017-10-271-0/+22
* make tests green again; closes #5861Andreas Rumpf2017-10-101-1/+1
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
* Fixes #5821 (float32 literal comparison issue) (#5825)Dominik Picheta2017-05-171-0/+13
* testament: OS specific disablesAraq2017-01-311-0/+1
* made test green for WindowsAraq2016-09-301-2/+4
* fixes issue 4212 && add test for various valid zero floats.Parashurama2016-05-251-13/+21
* fixes #4212Andreas Rumpf2016-05-251-1/+1
* fixes some issues with underscores in float literals. add more tests.Parashurama2016-05-192-0/+47
* fix issue 4181. add testcase.Parashurama2016-05-181-0/+15
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
* make tests greenAraq2014-08-313-5/+5
* further adaptationsAraq2014-08-291-2/+2
* Fixed parsing of float literals.Reimer Behrends2014-05-231-0/+42
* new tester; all tests categorizedAraq2014-01-133-0/+54
5parse_tree.cc?h=hlt&id=9e30dba08d6475e9c26f95630b9595bea73fb705'>^
a17f9186 ^

6808ff7d ^

af023b32 ^
1f7e3c05 ^
af023b32 ^


66abe7c1 ^
6808ff7d ^
66abe7c1 ^









6808ff7d ^
a17f9186 ^
6808ff7d ^
af023b32 ^
6808ff7d ^
a17f9186 ^
6808ff7d ^

9cfd925a ^
1ead3562 ^
15f79a66 ^
6808ff7d ^
15f79a66 ^




acc4792d ^
87196c34 ^
a2a20225 ^





87196c34 ^




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