summary refs log tree commit diff stats
path: root/tests/int
Commit message (Collapse)AuthorAgeFilesLines
* 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