micropython/tests/cmdline
Damien George 8c1d23a0e2 py: Modify bytecode "with" behaviour so it doesn't use any heap.
Before this patch a "with" block needed to create a bound method object
on the heap for the __exit__ call.  Now it doesn't because we use
load_method instead of load_attr, and save the method+self on the stack.
2015-04-24 01:52:28 +01:00
..
cmd_showbc.py tests: Add cmdline test to test showbc code. 2015-03-14 14:06:20 +00:00
cmd_showbc.py.exp py: Modify bytecode "with" behaviour so it doesn't use any heap. 2015-04-24 01:52:28 +01:00
cmd_verbose.py tests: Add ability to test uPy cmdline executable. 2015-03-13 10:58:34 +00:00
cmd_verbose.py.exp py: Simplify bytecode prelude when encoding closed over variables. 2015-04-07 00:08:17 +01:00
repl_basic.py tests: Add ability to test uPy cmdline executable. 2015-03-13 10:58:34 +00:00
repl_basic.py.exp tests: Adjust expected output, since Travis can't do git describe. 2015-03-20 21:31:50 +00:00
repl_cont.py tests: Add missing tests for builtins, and many other things. 2015-04-04 22:05:30 +01:00
repl_cont.py.exp tests: Add missing tests for builtins, and many other things. 2015-04-04 22:05:30 +01:00