Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
796b720d
Commit
796b720d
authored
Oct 30, 2016
by
Paul Sokolovsky
Browse files
tools/tinytest-codegen: Exclude ticks_diff test for qemu-arm port.
parent
be6a765c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/tinytest-codegen.py
View file @
796b720d
...
...
@@ -49,7 +49,7 @@ testgroup_member = (
test_dirs
=
(
'basics'
,
'micropython'
,
'extmod'
,
'inlineasm'
)
# 'float', 'import', 'io', 'misc')
exclude_tests
=
(
'inlineasm/asmfpaddsub.py'
,
'inlineasm/asmfpcmp.py'
,
'inlineasm/asmfpldrstr.py'
,
'inlineasm/asmfpmuldiv.py'
,
'inlineasm/asmfpsqrt.py'
,
'extmod/time_ms_us.py'
,
'extmod/ticks_diff.py'
,
'extmod/time_ms_us.py'
,
'extmod/ujson_dumps_float.py'
,
'extmod/ujson_loads_float.py'
,
'extmod/uctypes_native_float.py'
,
'extmod/uctypes_le_float.py'
,
'extmod/machine_pinbase.py'
,
'extmod/machine_pulse.py'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment