Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
be989be8
Commit
be989be8
authored
Mar 15, 2016
by
Damien George
Browse files
qemu-arm: Enable builtin override feature, and enable more tests.
Hopefully these tests run reliably on Travis.
parent
1ded19d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
qemu-arm/mpconfigport.h
View file @
be989be8
...
...
@@ -15,6 +15,7 @@
#define MICROPY_ENABLE_SOURCE_LINE (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
#define MICROPY_PY_BUILTINS_FROZENSET (1)
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
...
...
tools/tinytest-codegen.py
View file @
be989be8
...
...
@@ -46,10 +46,8 @@ testgroup_member = (
## XXX: may be we could have `--without <groups>` argument...
# currently these tests are selected because they pass on qemu-arm
# basics/try_finally1.py passes on local machine but only passes 50% of the
# time on Travis CI; no idea why so we just disable it.
test_dirs
=
(
'basics'
,
'micropython'
,
'inlineasm'
)
# 'float', 'import', 'io', 'misc')
exclude_tests
=
(
'basics/builtin_override.py'
,
'basics/class_super_object.py'
,
'basics/memoryerror.py'
,
'basics/try_finally1.py'
,
'micropython/heapalloc.py'
,
'inlineasm/asmfpaddsub.py'
,
'inlineasm/asmfpcmp.py'
,
'inlineasm/asmfpldrstr.py'
,
'inlineasm/asmfpmuldiv.py'
,
'inlineasm/asmfpsqrt.py'
,)
exclude_tests
=
(
'inlineasm/asmfpaddsub.py'
,
'inlineasm/asmfpcmp.py'
,
'inlineasm/asmfpldrstr.py'
,
'inlineasm/asmfpmuldiv.py'
,
'inlineasm/asmfpsqrt.py'
,)
output
=
[]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment