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
7ce8860b
Commit
7ce8860b
authored
Dec 24, 2015
by
Damien George
Browse files
tests: Skip try-finally test for native emitter.
parent
8047340d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/run-tests
View file @
7ce8860b
...
...
@@ -240,6 +240,7 @@ def run_tests(pyb, tests, args):
skip_tests
.
add
(
'basics/for_range.py'
)
# requires yield_value
skip_tests
.
add
(
'basics/try_finally_loops.py'
)
# requires proper try finally code
skip_tests
.
add
(
'basics/try_finally_return.py'
)
# requires proper try finally code
skip_tests
.
add
(
'basics/try_finally_return2.py'
)
# requires proper try finally code
skip_tests
.
add
(
'basics/unboundlocal.py'
)
# requires checking for unbound local
skip_tests
.
add
(
'import/gen_context.py'
)
# requires yield_value
skip_tests
.
add
(
'io/file_with.py'
)
# requires with
...
...
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