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
958e2733
Commit
958e2733
authored
Sep 27, 2015
by
Daniel Campora
Browse files
tests: Skip extmod machine tests when target is WiPy.
parent
c92e6a45
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/run-tests
View file @
958e2733
...
...
@@ -197,6 +197,8 @@ def run_tests(pyb, tests, args):
skip_tests
.
add
(
'extmod/zlibd_decompress.py'
)
# requires zlib
skip_tests
.
add
(
'extmod/ujson_dumps_float.py'
)
# requires floating point
skip_tests
.
add
(
'extmod/ujson_loads_float.py'
)
# requires floating point
skip_tests
.
add
(
'extmod/machine1.py'
)
# raw memory access not supported by WiPy
skip_tests
.
add
(
'extmod/machine_mem.py'
)
# raw memory access not supported by WiPy
skip_tests
.
add
(
'basics/exception_chain.py'
)
# warning is not printed
# Some tests are known to fail on 64-bit machines
...
...
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