Skip to content

Commit

Permalink
tools/tinytest-codegen.py: Blacklist heapalloc_str.py test for qemu-arm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Sokolovsky committed Jan 26, 2017
1 parent 9ffc3ae commit 4614403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/tinytest-codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def script_to_map(t):
test_dirs = ('basics', 'micropython', 'float', 'extmod', 'inlineasm') # 'import', 'io', 'misc')
exclude_tests = (
'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',
'extmod/ticks_diff.py', 'extmod/time_ms_us.py', 'extmod/uheapq_timeq.py',
'extmod/machine_pinbase.py', 'extmod/machine_pulse.py',
Expand Down

0 comments on commit 4614403

Please sign in to comment.