Skip to content

Commit d54e675

Browse files
dhalbertdpgeorge
authored andcommitted
tests/ports/unix: Remove trailing spaces in unix coverage output.
Signed-off-by: Dan Halbert <halbert@halwitz.org>
1 parent 9d989e4 commit d54e675

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

tests/ports/unix/extra_coverage.py.exp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ sts
6868

6969
test
7070
tes
71-
RuntimeError:
72-
RuntimeError:
71+
RuntimeError: \$
72+
RuntimeError: \$
7373
# repl
7474
ame__
75-
port
75+
port \$
7676

7777
builtins micropython array binascii
7878
btree cexample cmath collections
@@ -124,8 +124,8 @@ deadbeef
124124
c0ffee
125125
000c0ffee
126126
# list argument helpers
127-
TypeError:
128-
ValueError:
127+
TypeError: \$
128+
ValueError: \$
129129
mp_obj_list_ensure same list? 1
130130
mp_obj_list_optional_arg same list? 1
131131
mp_obj_list_optional_arg new list len 3
@@ -140,7 +140,7 @@ OverflowError: overflow converting long int to machine word
140140
OverflowError: overflow converting long int to machine word
141141
TypeError: can't convert NoneType to int
142142
TypeError: can't convert NoneType to int
143-
ValueError:
143+
ValueError: \$
144144
Warning: test
145145
# binary
146146
123
@@ -158,8 +158,8 @@ unlocked
158158
1
159159
2
160160
3
161-
KeyboardInterrupt:
162-
KeyboardInterrupt:
161+
KeyboardInterrupt: \$
162+
KeyboardInterrupt: \$
163163
10
164164
loop
165165
scheduled function

tests/run-tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ def detect_target_wiring_script(pyb, args):
440440
"basics/weakref_callback_exception.py",
441441
"misc/sys_settrace_cov.py",
442442
"net_inet/tls_text_errors.py",
443+
"ports/unix/extra_coverage.py",
443444
"thread/thread_exc2.py",
444445
"ports/esp32/partition_ota.py",
445446
)

0 commit comments

Comments
 (0)