Skip to content

Commit

Permalink
qemu-arm: Disable try_finally1.py test (it fails randomly on Travis).
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgeorge committed Jan 25, 2015
1 parent 8788b13 commit 2f8c409
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/tinytest-codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ def script_to_map(t):

## XXX: may be we could have `--without <groups>` argument...
# currently these tests are selected because they pass on qemu-arm
# basics/try_finally1.py passes on local machine but only passes 50% of the
# time on Travis CI; no idea why so we just disable it.
test_dirs = ('basics', 'micropython', 'inlineasm') # 'float', 'import', 'io', 'misc')
exclude_tests = ('basics/builtin_override.py', 'basics/class_super_object.py', 'basics/memoryerror.py', 'micropython/heapalloc.py')
exclude_tests = ('basics/builtin_override.py', 'basics/class_super_object.py', 'basics/memoryerror.py', 'basics/try_finally1.py', 'micropython/heapalloc.py')

output = []

Expand Down

0 comments on commit 2f8c409

Please sign in to comment.