diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-07-01 00:39:26 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-07-01 00:39:26 +0300 |
commit | 92a9078a6fa3968fb5000b26e8ef7a0cb96acb1b (patch) | |
tree | 06489f9ebecdab9ed94ed5b2815af573e75e0b0a | |
parent | 749cbaca7f5406e23bbf0009477c73e14fa8a9ff (diff) | |
download | micropython-92a9078a6fa3968fb5000b26e8ef7a0cb96acb1b.tar.gz micropython-92a9078a6fa3968fb5000b26e8ef7a0cb96acb1b.zip |
tests/meminfo: Update for addition of "max free sz" output.
-rw-r--r-- | tests/micropython/meminfo.py.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/micropython/meminfo.py.exp b/tests/micropython/meminfo.py.exp index c1a662ae6b..a229a7fa4c 100644 --- a/tests/micropython/meminfo.py.exp +++ b/tests/micropython/meminfo.py.exp @@ -1,11 +1,11 @@ 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\+ 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\+ GC memory layout; from \[0-9a-f\]\+: ######## qstr pool: n_pool=1, n_qstr=\\d, n_str_data_bytes=\\d\+, n_total_bytes=\\d\+ |