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