summaryrefslogtreecommitdiffstatshomepage
path: root/tools/tinytest-codegen.py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-01-12 16:32:14 +0000
committerDamien George <damien.p.george@gmail.com>2015-01-12 16:32:14 +0000
commitb58da9420cdd0cca1e79be32f24088345cf66946 (patch)
tree7747c422c326010cf232dd29634e36253b92fa8e /tools/tinytest-codegen.py
parent131185a2b84de5432c33b2aa46bff8c2354297ca (diff)
downloadmicropython-b58da9420cdd0cca1e79be32f24088345cf66946.tar.gz
micropython-b58da9420cdd0cca1e79be32f24088345cf66946.zip
qemu-arm: Disable basics/memoryerror.py test.
Diffstat (limited to 'tools/tinytest-codegen.py')
-rwxr-xr-xtools/tinytest-codegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tinytest-codegen.py b/tools/tinytest-codegen.py
index fe30193729..e880cb083a 100755
--- a/tools/tinytest-codegen.py
+++ b/tools/tinytest-codegen.py
@@ -47,7 +47,7 @@ testgroup_member = (
## XXX: may be we could have `--without <groups>` argument...
# currently these tests are selected because they pass on qemu-arm
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 = []