From e4be56a0ea20df9252fbe35b55823594681cff72 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 2 Mar 2017 16:39:58 +1100 Subject: qemu-arm: Enable machine module and associated tests. --- tools/tinytest-codegen.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/tinytest-codegen.py') diff --git a/tools/tinytest-codegen.py b/tools/tinytest-codegen.py index 3436d0f45..099e2ecce 100755 --- a/tools/tinytest-codegen.py +++ b/tools/tinytest-codegen.py @@ -51,7 +51,6 @@ exclude_tests = ( 'float/float2int_doubleprec.py', # requires double precision floating point to work 'inlineasm/asmfpaddsub.py', 'inlineasm/asmfpcmp.py', 'inlineasm/asmfpldrstr.py', 'inlineasm/asmfpmuldiv.py', 'inlineasm/asmfpsqrt.py', 'extmod/ticks_diff.py', 'extmod/time_ms_us.py', 'extmod/uheapq_timeq.py', - 'extmod/machine_pinbase.py', 'extmod/machine_pulse.py', 'extmod/vfs_fat_ramdisk.py', 'extmod/vfs_fat_fileio.py', 'extmod/vfs_fat_fsusermount.py', 'extmod/vfs_fat_oldproto.py', ) -- cgit v1.2.3 From 320099aab931ba7c2657671c069781a4ac853151 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 6 Mar 2017 22:40:04 +0100 Subject: tools/tinytest-codegen: Update for recent test renaming ("intbig" suffix). --- tools/tinytest-codegen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/tinytest-codegen.py') diff --git a/tools/tinytest-codegen.py b/tools/tinytest-codegen.py index 099e2ecce..dadfea1cc 100755 --- a/tools/tinytest-codegen.py +++ b/tools/tinytest-codegen.py @@ -48,7 +48,7 @@ testgroup_member = ( # currently these tests are selected because they pass on qemu-arm test_dirs = ('basics', 'micropython', 'float', 'extmod', 'inlineasm') # 'import', 'io', 'misc') exclude_tests = ( - 'float/float2int_doubleprec.py', # requires double precision floating point to work + 'float/float2int_doubleprec_intbig.py', # requires double precision floating point to work 'inlineasm/asmfpaddsub.py', 'inlineasm/asmfpcmp.py', 'inlineasm/asmfpldrstr.py', 'inlineasm/asmfpmuldiv.py', 'inlineasm/asmfpsqrt.py', 'extmod/ticks_diff.py', 'extmod/time_ms_us.py', 'extmod/uheapq_timeq.py', 'extmod/vfs_fat_ramdisk.py', 'extmod/vfs_fat_fileio.py', 'extmod/vfs_fat_fsusermount.py', 'extmod/vfs_fat_oldproto.py', -- cgit v1.2.3