Skip to content
Snippets Groups Projects
Commit b58da942 authored by Damien George's avatar Damien George
Browse files

qemu-arm: Disable basics/memoryerror.py test.

parent 131185a2
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ testgroup_member = ( ...@@ -47,7 +47,7 @@ testgroup_member = (
## XXX: may be we could have `--without <groups>` argument... ## XXX: may be we could have `--without <groups>` argument...
# currently these tests are selected because they pass on qemu-arm # currently these tests are selected because they pass on qemu-arm
test_dirs = ('basics', 'micropython', 'inlineasm') # 'float', 'import', 'io', 'misc') test_dirs = ('basics', 'micropython', 'inlineasm') # 'float', 'import', 'io', 'misc')
exclude_tests = ('basics/builtin_override.py', 'basics/class_super_object.py', 'micropython/heapalloc.py') exclude_tests = ('basics/builtin_override.py', 'basics/class_super_object.py', 'basics/memoryerror.py', 'micropython/heapalloc.py')
output = [] output = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment