Skip to content

Commit 2f8c409

Browse files
committed
qemu-arm: Disable try_finally1.py test (it fails randomly on Travis).
1 parent 8788b13 commit 2f8c409

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/tinytest-codegen.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ def script_to_map(t):
4646

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

5254
output = []
5355

0 commit comments

Comments
 (0)