Skip to content
Snippets Groups Projects
Commit 4614403f authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

tools/tinytest-codegen.py: Blacklist heapalloc_str.py test for qemu-arm.

parent 9ffc3ae0
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ testgroup_member = ( ...@@ -49,6 +49,7 @@ testgroup_member = (
test_dirs = ('basics', 'micropython', 'float', 'extmod', 'inlineasm') # 'import', 'io', 'misc') test_dirs = ('basics', 'micropython', 'float', 'extmod', 'inlineasm') # 'import', 'io', 'misc')
exclude_tests = ( exclude_tests = (
'float/float2int_doubleprec.py', # requires double precision floating point to work 'float/float2int_doubleprec.py', # requires double precision floating point to work
'micropython/heapalloc_str.py', # unknown
'inlineasm/asmfpaddsub.py', 'inlineasm/asmfpcmp.py', 'inlineasm/asmfpldrstr.py', 'inlineasm/asmfpmuldiv.py', 'inlineasm/asmfpsqrt.py', 'inlineasm/asmfpaddsub.py', 'inlineasm/asmfpcmp.py', 'inlineasm/asmfpldrstr.py', 'inlineasm/asmfpmuldiv.py', 'inlineasm/asmfpsqrt.py',
'extmod/ticks_diff.py', 'extmod/time_ms_us.py', 'extmod/uheapq_timeq.py', 'extmod/ticks_diff.py', 'extmod/time_ms_us.py', 'extmod/uheapq_timeq.py',
'extmod/machine_pinbase.py', 'extmod/machine_pulse.py', 'extmod/machine_pinbase.py', 'extmod/machine_pulse.py',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment