diff options
author | Damien George <damien.p.george@gmail.com> | 2016-09-20 11:33:19 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-09-20 11:33:19 +1000 |
commit | bb954d80a4bd467fc321df90cea2b248a90d1570 (patch) | |
tree | 1847cb981b585471c96db1c099d694a2502b97dc /tests/cmdline/cmd_verbose.py.exp | |
parent | fbddea929d28fa75ecc4e964500eca3f2ac32e4b (diff) | |
download | micropython-bb954d80a4bd467fc321df90cea2b248a90d1570.tar.gz micropython-bb954d80a4bd467fc321df90cea2b248a90d1570.zip |
tests: Get cmdline verbose tests running again.
The showbc function now no longer uses the system printf so works
correctly.
Diffstat (limited to 'tests/cmdline/cmd_verbose.py.exp')
-rw-r--r-- | tests/cmdline/cmd_verbose.py.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cmdline/cmd_verbose.py.exp b/tests/cmdline/cmd_verbose.py.exp index 3e115f9ae6..f56226129e 100644 --- a/tests/cmdline/cmd_verbose.py.exp +++ b/tests/cmdline/cmd_verbose.py.exp @@ -1,13 +1,12 @@ -1 File cmdline/cmd_verbose.py, code block '<module>' (descriptor: \.\+, bytecode \.\+ bytes) Raw bytecode (code_info_size=\\d\+, bytecode_size=\\d\+): - 08 \.\+ + 02 \.\+ ######## \.\+5b arg names: (N_STATE 2) (N_EXC_STACK 0) - bc=-3 line=1 + bc=-1 line=1 bc=0 line=3 00 LOAD_NAME print (cache=0) 04 LOAD_CONST_SMALL_INT 1 @@ -15,7 +14,8 @@ arg names: 07 POP_TOP 08 LOAD_CONST_NONE 09 RETURN_VALUE +1 mem: total=\\d\+, current=\\d\+, peak=\\d\+ stack: \\d\+ out of \\d\+ GC: total: \\d\+, used: \\d\+, free: \\d\+ - No. of 1-blocks: \\d\+, 2-blocks: \\d\+, max blk sz: \\d\+ + No. of 1-blocks: \\d\+, 2-blocks: \\d\+, max blk sz: \\d\+, max free sz: \\d\+ |