summary refs log tree commit diff stats
path: root/tests/float/tfloatnan.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #16469 vm float constants: do not conflate -0.0 and 0.0 (#16470)Timothee Cour2020-12-271-1/+14
| | | | | * fix #16469 vm float constants: do not conflate -0.0 and 0.0 * fix test for 32bit
* fix #10305 nim cpp is now nan-correct at CT (#10310)Timothee Cour2019-01-151-0/+28
| | | | | * fix #10305 nim cpp is now nan-correct at CT * add example where simply `nim cpp -d:release` would exhibit nan bug
* require errormsg to be specified before file.Arne Döring2018-12-111-2/+2
|
* make more tests greenAraq2017-11-011-6/+0
|
* fixes #6606 (#6610)Fredrik Høisæther Rasch2017-10-271-0/+22