summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-09-07 09:24:33 +0200
committerDaniel Campora <daniel@wipy.io>2015-09-10 07:59:53 +0200
commit88ca6c94d9edab49eb3d7f4a006444800d8c1e6f (patch)
tree8b92f4b84b9a9f3a3ec6e3014778bf4bdd9c975f
parentf91f212d9fef66e515935a52712613550a04ca65 (diff)
downloadmicropython-88ca6c94d9edab49eb3d7f4a006444800d8c1e6f.tar.gz
micropython-88ca6c94d9edab49eb3d7f4a006444800d8c1e6f.zip
tests: Ignore exception chain test on the WiPy.
Fails because warnings are not enabled on the CC3200.
-rwxr-xr-xtests/run-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests b/tests/run-tests
index ff1de6aae0..06a0e3af20 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -197,6 +197,7 @@ def run_tests(pyb, tests, args):
skip_tests.add('extmod/zlibd_decompress.py') # requires zlib
skip_tests.add('extmod/ujson_dumps_float.py') # requires floating point
skip_tests.add('extmod/ujson_loads_float.py') # requires floating point
+ skip_tests.add('basics/exception_chain.py') # warning is not printed
# Some tests are known to fail on 64-bit machines
if pyb is None and platform.architecture()[0] == '64bit':