Skip to content

Commit b58da94

Browse files
committed
qemu-arm: Disable basics/memoryerror.py test.
1 parent 131185a commit b58da94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/tinytest-codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def script_to_map(t):
4747
## XXX: may be we could have `--without <groups>` argument...
4848
# currently these tests are selected because they pass on qemu-arm
4949
test_dirs = ('basics', 'micropython', 'inlineasm') # 'float', 'import', 'io', 'misc')
50-
exclude_tests = ('basics/builtin_override.py', 'basics/class_super_object.py', 'micropython/heapalloc.py')
50+
exclude_tests = ('basics/builtin_override.py', 'basics/class_super_object.py', 'basics/memoryerror.py', 'micropython/heapalloc.py')
5151

5252
output = []
5353

0 commit comments

Comments
 (0)