Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-07 | tests/micropython/: Split off intbig tests. | Paul Sokolovsky | |
2015-10-13 | tests: Add more tests for viper 16/32-bit load/store, and ellipsis. | Damien George | |
2015-04-22 | tests: Add more tests for viper, including tests for ViperTypeError's. | Damien George | |
2014-10-22 | py: Remove unused and unneeded SystemError exception. | Damien George | |
It's purpose is for internal errors that are not catastrophic (ie not as bad as RuntimeError). Since we don't use it, we don't need it. | |||
2014-10-05 | tests: Add check for micropython.native and then skip relevant tests. | Damien George | |
If micropython.native decorator doesn't compile, then we skill all native/viper tests. This patch also re-enables the ujson_loads test on NT. Addresses issue #861, and partially addresses issue #856. |