From 99dde4ed1f8edd5ff566a6f0cfec0c83f01ef657 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 12 Jan 2015 12:07:42 +0000 Subject: qemu-arm: Enable GC and native code-gen; enable more tests. --- tools/tinytest-codegen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/tinytest-codegen.py') diff --git a/tools/tinytest-codegen.py b/tools/tinytest-codegen.py index ae6dc19b4..fe3019372 100755 --- a/tools/tinytest-codegen.py +++ b/tools/tinytest-codegen.py @@ -46,8 +46,8 @@ testgroup_member = ( ## XXX: may be we could have `--without ` argument... # currently these tests are selected because they pass on qemu-arm -test_dirs = ('basics',) # 'float', 'import', 'io', 'misc') -exclude_tests = ('basics/builtin_override.py', 'basics/class_super_object.py', 'basics/memoryview_gc.py',) +test_dirs = ('basics', 'micropython', 'inlineasm') # 'float', 'import', 'io', 'misc') +exclude_tests = ('basics/builtin_override.py', 'basics/class_super_object.py', 'micropython/heapalloc.py') output = [] -- cgit v1.2.3