Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Add tests for things that are not already tested. | Damien George | 2015-03-12 |
| | | | | The aim here is to improve coverage of the code. | ||
* | tests: Add some tests to improve coverage. | Damien George | 2015-01-29 |
| | | | | | 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. | ||
* | py: Fix bug with right-shifting small ints by large amounts. | Paul Sokolovsky | 2014-11-02 |
| | | | | Undefined behavior in C, needs explicit check. | ||
* | tests: Rename test scripts, changing - to _ for consistency. | Damien George | 2014-07-05 |
From now on, all new tests must use underscore. Addresses issue #727. |