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
805b1c8b
Commit
805b1c8b
authored
Apr 04, 2017
by
Damien George
Browse files
tests/run-tests: Update names of tests that may need skipping.
parent
677fb310
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/run-tests
View file @
805b1c8b
...
...
@@ -249,6 +249,7 @@ def run_tests(pyb, tests, args):
if
not
has_complex
:
skip_tests
.
add
(
'float/complex1.py'
)
skip_tests
.
add
(
'float/complex1_intbig.py'
)
skip_tests
.
add
(
'float/int_big_float.py'
)
skip_tests
.
add
(
'float/true_value.py'
)
skip_tests
.
add
(
'float/types.py'
)
...
...
@@ -285,7 +286,7 @@ def run_tests(pyb, tests, args):
skip_tests
.
add
(
'extmod/urandom_basic.py'
)
# requires urandom
skip_tests
.
add
(
'extmod/urandom_extra.py'
)
# requires urandom
elif
args
.
target
==
'esp8266'
:
skip_tests
.
add
(
'float/float2int
.py'
)
# requires at least fp32, there's float2int_fp30.py instead
skip_tests
.
add
(
'float/float2int
_intbig.py'
)
# requires at least fp32, there's float2int_fp30
_intbig
.py instead
skip_tests
.
add
(
'float/string_format.py'
)
# requires at least fp32, there's string_format_fp30.py instead
skip_tests
.
add
(
'float/bytes_construct.py'
)
# requires fp32
skip_tests
.
add
(
'float/bytearray_construct.py'
)
# requires fp32
...
...
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