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
d5de1bf8
Commit
d5de1bf8
authored
Sep 27, 2015
by
Daniel Campora
Browse files
tests: Skip uheapq1 test if target is WiPy.
parent
eb9a3ec6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/run-tests
View file @
d5de1bf8
...
...
@@ -199,6 +199,7 @@ def run_tests(pyb, tests, args):
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
(
'extmod/uheapq1.py'
)
# uheapq 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