tests/ports/unix: Remove trailing spaces in unix coverage output.

Signed-off-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
Dan Halbert
2026-04-15 12:22:11 -04:00
committed by Damien George
parent 9d989e4d8b
commit d54e675e66
2 changed files with 9 additions and 8 deletions
+8 -8
View File
@@ -68,11 +68,11 @@ sts
test
tes
RuntimeError:
RuntimeError:
RuntimeError: \$
RuntimeError: \$
# repl
ame__
port
port \$
builtins micropython array binascii
btree cexample cmath collections
@@ -124,8 +124,8 @@ deadbeef
c0ffee
000c0ffee
# list argument helpers
TypeError:
ValueError:
TypeError: \$
ValueError: \$
mp_obj_list_ensure same list? 1
mp_obj_list_optional_arg same list? 1
mp_obj_list_optional_arg new list len 3
@@ -140,7 +140,7 @@ OverflowError: overflow converting long int to machine word
OverflowError: overflow converting long int to machine word
TypeError: can't convert NoneType to int
TypeError: can't convert NoneType to int
ValueError:
ValueError: \$
Warning: test
# binary
123
@@ -158,8 +158,8 @@ unlocked
1
2
3
KeyboardInterrupt:
KeyboardInterrupt:
KeyboardInterrupt: \$
KeyboardInterrupt: \$
10
loop
scheduled function
+1
View File
@@ -440,6 +440,7 @@ tests_with_regex_output = [
"basics/weakref_callback_exception.py",
"misc/sys_settrace_cov.py",
"net_inet/tls_text_errors.py",
"ports/unix/extra_coverage.py",
"thread/thread_exc2.py",
"ports/esp32/partition_ota.py",
)