micropython/tests/micropython
Damien George e29f704b67 tests/micropython/viper_error: Add more tests to improve coverage. 2017-03-14 23:05:41 +11:00
..
const.py
const.py.exp
const2.py
const2.py.exp
const_error.py
const_error.py.exp
const_intbig.py tests/micropython: Add test for consts that are bignums. 2017-02-24 13:08:18 +11:00
const_intbig.py.exp tests/micropython: Add test for consts that are bignums. 2017-02-24 13:08:18 +11:00
decorator.py
decorator.py.exp
decorator_error.py
decorator_error.py.exp
emg_exc.py tests/micropython: Add tests for heap_lock, and emergency exceptions. 2016-10-14 00:32:34 +11:00
emg_exc.py.exp tests/micropython: Add tests for heap_lock, and emergency exceptions. 2016-10-14 00:32:34 +11:00
heap_lock.py tests/micropython: Add tests for heap_lock, and emergency exceptions. 2016-10-14 00:32:34 +11:00
heap_lock.py.exp tests/micropython: Add tests for heap_lock, and emergency exceptions. 2016-10-14 00:32:34 +11:00
heapalloc.py tests/micropython: Move alloc-less traceback test to separate test file. 2016-11-21 17:39:23 +11:00
heapalloc.py.exp tests/micropython: Move alloc-less traceback test to separate test file. 2016-11-21 17:39:23 +11:00
heapalloc_bytesio.py tests/micropython: Make uio-using tests skippable. 2017-03-09 10:26:31 +01:00
heapalloc_bytesio.py.exp tests/heapalloc_bytesio: Test for BytesIO with preallocates space. 2017-02-02 00:38:38 +03:00
heapalloc_exc_raise.py tests/heapalloc_exc_raise.py: Heap alloc test for raising/catching exc. 2017-02-20 04:22:32 +03:00
heapalloc_exc_raise.py.exp tests/heapalloc_exc_raise.py: Heap alloc test for raising/catching exc. 2017-02-20 04:22:32 +03:00
heapalloc_inst_call.py tests/heapalloc_inst_call: Test for no alloc for simple object calls. 2016-12-25 00:50:27 +03:00
heapalloc_inst_call.py.exp tests/heapalloc_inst_call: Test for no alloc for simple object calls. 2016-12-25 00:50:27 +03:00
heapalloc_int_from_bytes.py tests/heapalloc_int_from_bytes: Test that int.from_bytes() can work w/o alloc. 2017-01-21 20:15:56 +03:00
heapalloc_int_from_bytes.py.exp tests/heapalloc_int_from_bytes: Test that int.from_bytes() can work w/o alloc. 2017-01-21 20:15:56 +03:00
heapalloc_iter.py tests/micropython/heapalloc_iter: Add tests for contains and unpack. 2017-02-16 19:11:34 +11:00
heapalloc_str.py tests/heapalloc_str: Test for alloc-free string operations. 2017-01-27 00:49:39 +03:00
heapalloc_str.py.exp tests/heapalloc_str: Test for alloc-free string operations. 2017-01-27 00:49:39 +03:00
heapalloc_traceback.py tests/micropython: Make uio-using tests skippable. 2017-03-09 10:26:31 +01:00
heapalloc_traceback.py.exp tests/micropython/heapalloc_traceback: Fix backtrace line # after refactor. 2017-03-09 12:51:45 +01:00
meminfo.py
meminfo.py.exp
memstats.py
memstats.py.exp
native_closure.py
native_closure.py.exp
native_const_intbig.py tests/micropython/: Split off intbig tests. 2017-03-07 07:12:58 +01:00
native_const_intbig.py.exp tests/micropython/: Split off intbig tests. 2017-03-07 07:12:58 +01:00
native_misc.py
native_misc.py.exp
opt_level.py tests/micropython/opt_level: Clarify the expected output for opt_level == 3. 2017-03-09 23:22:31 +01:00
opt_level.py.exp tests/micropython/opt_level: Add test for opt_level 3. 2017-01-19 23:38:11 +11:00
stack_use.py tests/micropython: Add test for micropython.stack_use() function. 2016-12-28 17:46:52 +11:00
stack_use.py.exp tests/micropython: Add test for micropython.stack_use() function. 2016-12-28 17:46:52 +11:00
viper_addr.py
viper_addr.py.exp
viper_args.py
viper_args.py.exp
viper_binop_arith.py
viper_binop_arith.py.exp
viper_binop_comp.py
viper_binop_comp.py.exp
viper_binop_comp_imm.py
viper_binop_comp_imm.py.exp
viper_binop_multi_comp.py
viper_binop_multi_comp.py.exp
viper_cond.py
viper_cond.py.exp
viper_error.py tests/micropython/viper_error: Add more tests to improve coverage. 2017-03-14 23:05:41 +11:00
viper_error.py.exp tests/micropython/viper_error: Add more tests to improve coverage. 2017-03-14 23:05:41 +11:00
viper_import.py tests/micropython: Add test for import from within viper function. 2016-11-10 22:54:55 +11:00
viper_import.py.exp tests/micropython: Add test for import from within viper function. 2016-11-10 22:54:55 +11:00
viper_misc.py tests/micropython/: Split off intbig tests. 2017-03-07 07:12:58 +01:00
viper_misc.py.exp tests/micropython/: Split off intbig tests. 2017-03-07 07:12:58 +01:00
viper_misc_intbig.py tests/micropython/: Split off intbig tests. 2017-03-07 07:12:58 +01:00
viper_misc_intbig.py.exp tests/micropython/: Split off intbig tests. 2017-03-07 07:12:58 +01:00
viper_ptr8_load.py
viper_ptr8_load.py.exp
viper_ptr8_store.py
viper_ptr8_store.py.exp
viper_ptr16_load.py
viper_ptr16_load.py.exp
viper_ptr16_store.py
viper_ptr16_store.py.exp
viper_ptr32_load.py
viper_ptr32_load.py.exp
viper_ptr32_store.py
viper_ptr32_store.py.exp
viper_subscr.py
viper_subscr.py.exp