You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George 679c0c4c83 tests/micropython: Add test for import from within viper function. 8 years ago
..
const.py py/modmicropython: Add micropython.const, alias for identity function. 8 years ago
const.py.exp py/parse: Treat constants that start with underscore as private. 9 years ago
const2.py py/modmicropython: Add micropython.const, alias for identity function. 8 years ago
const2.py.exp tests/micropython: Add tests for const names being replaced in parser. 8 years ago
const_error.py py/modmicropython: Add micropython.const, alias for identity function. 8 years ago
const_error.py.exp tests: Add tests for SyntaxError, TypeError, and other missing things. 10 years ago
decorator.py tests: Add tests for things that are not already tested. 10 years ago
decorator.py.exp tests: Add tests for things that are not already tested. 10 years ago
decorator_error.py tests: Add tests for SyntaxError, TypeError, and other missing things. 10 years ago
decorator_error.py.exp tests: Add tests for SyntaxError, TypeError, and other missing things. 10 years ago
emg_exc.py tests/micropython: Add tests for heap_lock, and emergency exceptions. 8 years ago
emg_exc.py.exp tests/micropython: Add tests for heap_lock, and emergency exceptions. 8 years ago
heap_lock.py tests/micropython: Add tests for heap_lock, and emergency exceptions. 8 years ago
heap_lock.py.exp tests/micropython: Add tests for heap_lock, and emergency exceptions. 8 years ago
heapalloc.py tests/micropython: Add tests for heap_lock, and emergency exceptions. 8 years ago
heapalloc.py.exp py: Fallback to stack alloca for Python-stack if heap alloc fails. 10 years ago
meminfo.py tests: Add missing tests for builtins, and many other things. 10 years ago
meminfo.py.exp tests/meminfo: Update for addition of "max free sz" output. 8 years ago
memstats.py tests: Add missing tests for builtins, and many other things. 10 years ago
memstats.py.exp tests: Add missing tests for builtins, and many other things. 10 years ago
native_closure.py tests: Add specific test for closures in native emitter. 10 years ago
native_closure.py.exp tests: Add specific test for closures in native emitter. 10 years ago
native_const.py tests: Remove obsolete test; don't use fp in micropython/ tests. 10 years ago
native_const.py.exp tests: Remove obsolete test; don't use fp in micropython/ tests. 10 years ago
native_misc.py tests: Add tests for SyntaxError, TypeError, and other missing things. 10 years ago
native_misc.py.exp tests: Add tests for SyntaxError, TypeError, and other missing things. 10 years ago
opt_level.py tests/micropython: Add test for micropython.opt_level() function. 8 years ago
opt_level.py.exp tests/micropython: Add test for micropython.opt_level() function. 8 years ago
viper_addr.py py/viper: Allow casting of Python integers to viper pointers. 9 years ago
viper_addr.py.exp py/viper: Allow casting of Python integers to viper pointers. 9 years ago
viper_args.py tests: Improve test coverage of py/compile.c. 8 years ago
viper_args.py.exp py: Allow viper functions to take up to 4 arguments. 9 years ago
viper_binop_arith.py py: Implement native multiply operation in viper emitter. 10 years ago
viper_binop_arith.py.exp py: Implement native multiply operation in viper emitter. 10 years ago
viper_binop_comp.py tests: Add tests for viper binary operations. 10 years ago
viper_binop_comp.py.exp tests: Add tests for viper binary operations. 10 years ago
viper_binop_comp_imm.py asmarm: Fix bug with encoding small negative ints using MVN instruction. 10 years ago
viper_binop_comp_imm.py.exp asmarm: Fix bug with encoding small negative ints using MVN instruction. 10 years ago
viper_binop_multi_comp.py py: Partially fix viper multi-comparison; add test for it. 10 years ago
viper_binop_multi_comp.py.exp py: Partially fix viper multi-comparison; add test for it. 10 years ago
viper_cond.py tests: Add more tests for viper, including tests for ViperTypeError's. 10 years ago
viper_cond.py.exp tests: Add more tests for viper, including tests for ViperTypeError's. 10 years ago
viper_error.py py/emitnative: Raise ViperTypeError for unsupported unary ops. 9 years ago
viper_error.py.exp py/emitnative: Raise ViperTypeError for unsupported unary ops. 9 years ago
viper_import.py tests/micropython: Add test for import from within viper function. 8 years ago
viper_import.py.exp tests/micropython: Add test for import from within viper function. 8 years ago
viper_misc.py tests: Add more tests for viper 16/32-bit load/store, and ellipsis. 9 years ago
viper_misc.py.exp tests: Add more tests for viper 16/32-bit load/store, and ellipsis. 9 years ago
viper_ptr8_load.py tests: Add more tests for viper, including tests for ViperTypeError's. 10 years ago
viper_ptr8_load.py.exp tests: Add more tests for viper, including tests for ViperTypeError's. 10 years ago
viper_ptr8_store.py tests: Add more tests for viper, including tests for ViperTypeError's. 10 years ago
viper_ptr8_store.py.exp tests: Add more tests for viper, including tests for ViperTypeError's. 10 years ago
viper_ptr16_load.py tests: Add more tests for viper 16/32-bit load/store, and ellipsis. 9 years ago
viper_ptr16_load.py.exp tests: Add more tests for viper 16/32-bit load/store, and ellipsis. 9 years ago
viper_ptr16_store.py tests: Add more tests for viper 16/32-bit load/store, and ellipsis. 9 years ago
viper_ptr16_store.py.exp tests: Add more tests for viper 16/32-bit load/store, and ellipsis. 9 years ago
viper_ptr32_load.py tests: Add more tests for viper 16/32-bit load/store, and ellipsis. 9 years ago
viper_ptr32_load.py.exp tests: Add more tests for viper 16/32-bit load/store, and ellipsis. 9 years ago
viper_ptr32_store.py tests: Add more tests for viper 16/32-bit load/store, and ellipsis. 9 years ago
viper_ptr32_store.py.exp tests: Add more tests for viper 16/32-bit load/store, and ellipsis. 9 years ago
viper_subscr.py py: Implement implicit cast to obj for viper load/store index/value. 10 years ago
viper_subscr.py.exp py: Implement implicit cast to obj for viper load/store index/value. 10 years ago