summaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-09-01 11:53:27 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-09-01 11:53:27 +0300
commit1b693543aa5dcc3c5d35c63f4d657689d2f8fc1e (patch)
treeef6a9dc648012e0276ec709a28ec2b7bae93e146 /tests
parentab2594e341f84b74634d21413e9559fa92e5cbbe (diff)
downloadmicropython-1b693543aa5dcc3c5d35c63f4d657689d2f8fc1e.tar.gz
micropython-1b693543aa5dcc3c5d35c63f4d657689d2f8fc1e.zip
tests: Skip exception_chain.py with native emitter.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 04305e4c68..2229cd46fb 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -217,6 +217,7 @@ def run_tests(pyb, tests, args):
skip_tests.add('basics/bool1.py') # seems to randomly fail
skip_tests.add('basics/del_deref.py') # requires checking for unbound local
skip_tests.add('basics/del_local.py') # requires checking for unbound local
+ skip_tests.add('basics/exception_chain.py') # raise from is not supported
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/unboundlocal.py') # requires checking for unbound local