We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6a765 commit 796b720Copy full SHA for 796b720
1 file changed
tools/tinytest-codegen.py
@@ -49,7 +49,7 @@ def script_to_map(t):
49
test_dirs = ('basics', 'micropython', 'extmod', 'inlineasm') # 'float', 'import', 'io', 'misc')
50
exclude_tests = (
51
'inlineasm/asmfpaddsub.py', 'inlineasm/asmfpcmp.py', 'inlineasm/asmfpldrstr.py', 'inlineasm/asmfpmuldiv.py', 'inlineasm/asmfpsqrt.py',
52
- 'extmod/time_ms_us.py',
+ 'extmod/ticks_diff.py', 'extmod/time_ms_us.py',
53
'extmod/ujson_dumps_float.py', 'extmod/ujson_loads_float.py',
54
'extmod/uctypes_native_float.py', 'extmod/uctypes_le_float.py',
55
'extmod/machine_pinbase.py', 'extmod/machine_pulse.py',
0 commit comments