Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-14 | tests: Rewrite some tests so they can run without needing eval/exec. | Damien George | |
For builds without the compiler enabled (and hence without eval/exec) it is useful to still be able to run as many tests as possible. | |||
2017-03-04 | tests/basic: Split tests into working with small ints and not working. | Paul Sokolovsky | |
Tests which don't work with small ints are suffixed with _intbig.py. Some of these may still work with long long ints and need to be reclassified later. |