Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-12 | tests: Add tests for things that are not already tested. | Damien George | |
The aim here is to improve coverage of the code. | |||
2015-01-29 | tests: Add some tests to improve coverage. | Damien George | |
Used gcov to find some parts of vm.c, runtime.c, obj.c that were not covered by any tests. Still need to use gcov more thoroughly. | |||
2014-11-02 | py: Fix bug with right-shifting small ints by large amounts. | Paul Sokolovsky | |
Undefined behavior in C, needs explicit check. | |||
2014-07-05 | tests: Rename test scripts, changing - to _ for consistency. | Damien George | |
From now on, all new tests must use underscore. Addresses issue #727. |