summary refs log tree commit diff stats
path: root/tests/int
Commit message (Collapse)AuthorAgeFilesLines
* Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)c-blake2024-07-071-1/+1
| | | | | | | makes new hash the default, with an opt-out (& js-no-big-int) define. Also update changelog (& fix one typo). Only really expect the chronos hash-order sensitive test to fail until they merge that PR and tag a new release.
* fixes testament matrix doesn't work with other backends which left many JS ↵ringabout2024-05-141-2/+0
| | | | | | tests untested (#23592) Targets are not changes, which means the C binary is actually tested for JS backend
* fixes #23378; fixes js abs negative int64 (#23379)ringabout2024-03-091-0/+8
| | | fixes #23378
* Fix some jsgen bugs (#22330)konsumlamm2023-08-061-9/+27
| | | | | Fix `succ`, `pred` Fix `genRangeChck` for unsigned ints Fix typo in `dec`
* [JS] Fix bitwise ops & shifts (#22340)konsumlamm2023-07-271-1/+48
| | | | | * [JS] Fix bitwise ops & shifts * Test `int64` & `uint64` only with `jsbigint64`
* some test cleanups & category reorganization (#22010)metagn2023-06-0611-0/+763
* clean up some test categories * mention exact slice issue * magics into system * move trangechecks into overflow * move tmemory to system * try fix CI * try fix CI * final CI fix