summary refs log tree commit diff stats
path: root/tests/stdlib/tcritbits.nim
Commit message (Collapse)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+1
| | | | | | | | | | | * stdlib tests now check refc too * typo * fixes line numbers * disable cpp * do not touch
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last
* use doAssert in tests (#16486)flywind2020-12-281-16/+16
|
* improve tests for collections (#16328)Timothee Cour2020-12-121-0/+18
| | | | | | | * improve tests for collections * remove remaining code blocks in deques.nim * improve runnableExamples
* fix #14339, #13511, #14420: fixes limited VM support for addr (#16002)Timothee Cour2020-11-251-42/+50
| | | | | | | | | | | * fix #14339: fixes limited VM support for addr * strengthen test * reference bug #16003 * also fixes #13511 * also fixes #14420
* move tests to testament (#16101)flywind2020-11-241-0/+61
| | | | | | | | | * move tests to testament * minor * fix random * disable test random
* merge stdlib tests (#9439)Miran2018-10-191-28/+0
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* new tester; all tests categorizedAraq2014-01-131-0/+28