circuitpython/tests/micropython
Damien George 5a04e2cca8 tests: Add check for micropython.native and then skip relevant tests.
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.
2014-10-05 22:27:12 +01: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
heapalloc.py tests: Add feature test for when heap allocation is disabled. 2014-05-31 18:33:16 +01: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_misc.py tests: Add check for micropython.native and then skip relevant tests. 2014-10-05 22:27:12 +01:00
native_misc.py.exp tests: Add check for micropython.native and then skip relevant tests. 2014-10-05 22:27:12 +01:00
viper_binop_arith.py tests: Add tests for viper binary operations. 2014-09-29 19:42:06 +01:00
viper_binop_arith.py.exp tests: Add tests for viper binary operations. 2014-09-29 19:42: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_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_misc.py tests: Add check for micropython.native and then skip relevant tests. 2014-10-05 22:27:12 +01:00
viper_misc.py.exp tests: Add check for micropython.native and then skip relevant tests. 2014-10-05 22:27:12 +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_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