We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131185a commit b58da94Copy full SHA for b58da94
1 file changed
tools/tinytest-codegen.py
@@ -47,7 +47,7 @@ def script_to_map(t):
47
## XXX: may be we could have `--without <groups>` argument...
48
# currently these tests are selected because they pass on qemu-arm
49
test_dirs = ('basics', 'micropython', 'inlineasm') # 'float', 'import', 'io', 'misc')
50
-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')
51
52
output = []
53
0 commit comments