diff --git a/tests/ports/unix/extra_coverage.py.exp b/tests/ports/unix/extra_coverage.py.exp index 4746d20ab2..75d885290c 100644 --- a/tests/ports/unix/extra_coverage.py.exp +++ b/tests/ports/unix/extra_coverage.py.exp @@ -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 diff --git a/tests/run-tests.py b/tests/run-tests.py index 392597c6d2..e2ba9ba229 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -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", )