Damien George
|
af43565322
|
tests: Add tests for things that are not already tested.
The aim here is to improve coverage of the code.
|
2015-03-12 22:48:45 +00:00 |
Damien George
|
12c66be2b8
|
tests: Add some tests to improve coverage.
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.
|
2015-01-29 00:44:11 +00:00 |
Paul Sokolovsky
|
039887a0ac
|
py: Fix bug with right-shifting small ints by large amounts.
Undefined behavior in C, needs explicit check.
|
2014-11-02 02:41:30 +02:00 |
Damien George
|
539681fffd
|
tests: Rename test scripts, changing - to _ for consistency.
From now on, all new tests must use underscore.
Addresses issue #727.
|
2014-07-05 06:14:29 +01:00 |