File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868
6969test
7070tes
71- RuntimeError:
72- RuntimeError:
71+ RuntimeError: \$
72+ RuntimeError: \$
7373# repl
7474ame__
75- port
75+ port \$
7676
7777builtins micropython array binascii
7878btree cexample cmath collections
@@ -124,8 +124,8 @@ deadbeef
124124c0ffee
125125000c0ffee
126126# list argument helpers
127- TypeError:
128- ValueError:
127+ TypeError: \$
128+ ValueError: \$
129129mp_obj_list_ensure same list? 1
130130mp_obj_list_optional_arg same list? 1
131131mp_obj_list_optional_arg new list len 3
@@ -140,7 +140,7 @@ OverflowError: overflow converting long int to machine word
140140OverflowError: overflow converting long int to machine word
141141TypeError: can't convert NoneType to int
142142TypeError: can't convert NoneType to int
143- ValueError:
143+ ValueError: \$
144144Warning: test
145145# binary
146146123
@@ -158,8 +158,8 @@ unlocked
1581581
1591592
1601603
161- KeyboardInterrupt:
162- KeyboardInterrupt:
161+ KeyboardInterrupt: \$
162+ KeyboardInterrupt: \$
16316310
164164loop
165165scheduled function
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments