Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
923ec116
Commit
923ec116
authored
Mar 14, 2017
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests/run-tests: Re-instate skipping of doubleprec test on pyboard.
parent
3f7aa330
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/run-tests
tests/run-tests
+1
-1
No files found.
tests/run-tests
View file @
923ec116
...
...
@@ -261,7 +261,7 @@ def run_tests(pyb, tests, args):
if
pyb
is
not
None
:
skip_tests
.
add
(
'basics/exception_chain.py'
)
# warning is not printed
skip_tests
.
add
(
'float/float_divmod.py'
)
# tested by float/float_divmod_relaxed.py instead
skip_tests
.
add
(
'float/float2int_doubleprec.py'
)
# requires double precision floating point to work
skip_tests
.
add
(
'float/float2int_doubleprec
_intbig
.py'
)
# requires double precision floating point to work
skip_tests
.
add
(
'micropython/meminfo.py'
)
# output is very different to PC output
skip_tests
.
add
(
'extmod/machine_mem.py'
)
# raw memory access not supported
...
...
Write
Preview
Markdown
is supported
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