micropython/tests/micropython
Damien George 214179b430 tests: Add tests for SyntaxError, TypeError, and other missing things.
This is intended to improve coverage of the test suite.
2015-03-25 23:10:09 +00:00
..
const.py py, compiler: Add basic support for A=const(123). 2014-05-08 15:58:39 +00:00
const.py.exp py, compiler: Add basic support for A=const(123). 2014-05-08 15:58:39 +00:00
const_error.py tests: Add tests for SyntaxError, TypeError, and other missing things. 2015-03-25 23:10:09 +00:00
const_error.py.exp tests: Add tests for SyntaxError, TypeError, and other missing things. 2015-03-25 23:10:09 +00:00
decorator.py tests: Add tests for things that are not already tested. 2015-03-12 22:48:45 +00:00
decorator.py.exp tests: Add tests for things that are not already tested. 2015-03-12 22:48:45 +00:00
decorator_error.py tests: Add tests for SyntaxError, TypeError, and other missing things. 2015-03-25 23:10:09 +00:00
decorator_error.py.exp tests: Add tests for SyntaxError, TypeError, and other missing things. 2015-03-25 23:10:09 +00:00
heapalloc.py py: Make gc.enable/disable just control auto-GC; alloc is still allowed. 2014-10-31 21:30:46 +00:00
heapalloc.py.exp tests: Add heapalloc.py.exp, since CPython can't generate it. 2014-10-31 22:09:40 +00:00
native_check.py tests: Add check for micropython.native and then skip relevant tests. 2014-10-05 22:27:12 +01:00
native_check.py.exp tests: Add check for micropython.native and then skip relevant tests. 2014-10-05 22:27:12 +01:00
native_const.py tests: Remove obsolete test; don't use fp in micropython/ tests. 2015-02-15 01:57:39 +00:00
native_const.py.exp tests: Remove obsolete test; don't use fp in micropython/ tests. 2015-02-15 01:57:39 +00:00
native_misc.py tests: Add tests for SyntaxError, TypeError, and other missing things. 2015-03-25 23:10:09 +00:00
native_misc.py.exp tests: Add tests for SyntaxError, TypeError, and other missing things. 2015-03-25 23:10:09 +00:00
viper_binop_arith.py py: Implement and,or,xor native ops for viper. 2014-10-12 14:21:06 +01:00
viper_binop_arith.py.exp py: Implement and,or,xor native ops for viper. 2014-10-12 14:21:06 +01:00
viper_binop_comp.py tests: Add tests for viper binary operations. 2014-09-29 19:42:06 +01:00
viper_binop_comp.py.exp tests: Add tests for viper binary operations. 2014-09-29 19:42:06 +01:00
viper_binop_comp_imm.py asmarm: Fix bug with encoding small negative ints using MVN instruction. 2014-12-14 03:24:17 +02:00
viper_binop_comp_imm.py.exp asmarm: Fix bug with encoding small negative ints using MVN instruction. 2014-12-14 03:24:17 +02:00
viper_binop_multi_comp.py py: Partially fix viper multi-comparison; add test for it. 2014-10-19 19:00:51 +01:00
viper_binop_multi_comp.py.exp py: Partially fix viper multi-comparison; add test for it. 2014-10-19 19:00:51 +01:00
viper_cond.py py: Allow viper to use ints as direct conditionals in jumps. 2014-09-29 19:42:06 +01:00
viper_cond.py.exp py: Allow viper to use ints as direct conditionals in jumps. 2014-09-29 19:42:06 +01:00
viper_error.py tests: Add tests for SyntaxError, TypeError, and other missing things. 2015-03-25 23:10:09 +00:00
viper_error.py.exp tests: Add tests for SyntaxError, TypeError, and other missing things. 2015-03-25 23:10:09 +00:00
viper_misc.py py: Remove unused and unneeded SystemError exception. 2014-10-22 19:42:55 +01:00
viper_misc.py.exp py: Remove unused and unneeded SystemError exception. 2014-10-22 19:42:55 +01:00
viper_ptr8_load.py py: Implement native load for viper. 2014-10-12 16:59:29 +01:00
viper_ptr8_load.py.exp py: Implement native load for viper. 2014-10-12 16:59:29 +01:00
viper_ptr8_store.py py: Add casting to viper; add native mem stores to viper. 2014-09-29 22:10:41 +01:00
viper_ptr8_store.py.exp py: Add casting to viper; add native mem stores to viper. 2014-09-29 22:10:41 +01:00
viper_ptr16_load.py py: Implement native load for viper. 2014-10-12 16:59:29 +01:00
viper_ptr16_load.py.exp py: Implement native load for viper. 2014-10-12 16:59:29 +01:00
viper_ptr16_store.py py: Fix viper store on x86; add tests for viper ptr16. 2014-09-29 21:41:41 +00:00
viper_ptr16_store.py.exp py: Fix viper store on x86; add tests for viper ptr16. 2014-09-29 21:41:41 +00:00