Skip to content

Commit 92a9078

Browse files
committed
tests/meminfo: Update for addition of "max free sz" output.
1 parent 749cbac commit 92a9078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/micropython/meminfo.py.exp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
mem: total=\\d\+, current=\\d\+, peak=\\d\+
22
stack: \\d\+ out of \\d\+
33
GC: total: \\d\+, used: \\d\+, free: \\d\+
4-
No. of 1-blocks: \\d\+, 2-blocks: \\d\+, max blk sz: \\d\+
4+
No. of 1-blocks: \\d\+, 2-blocks: \\d\+, max blk sz: \\d\+, max free sz: \\d\+
55
mem: total=\\d\+, current=\\d\+, peak=\\d\+
66
stack: \\d\+ out of \\d\+
77
GC: total: \\d\+, used: \\d\+, free: \\d\+
8-
No. of 1-blocks: \\d\+, 2-blocks: \\d\+, max blk sz: \\d\+
8+
No. of 1-blocks: \\d\+, 2-blocks: \\d\+, max blk sz: \\d\+, max free sz: \\d\+
99
GC memory layout; from \[0-9a-f\]\+:
1010
########
1111
qstr pool: n_pool=1, n_qstr=\\d, n_str_data_bytes=\\d\+, n_total_bytes=\\d\+

0 commit comments

Comments
 (0)