summaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-10-04 14:42:51 +1100
committerDamien George <damien.p.george@gmail.com>2016-10-04 14:42:51 +1100
commitcd20027f56692b2289b60a3a984e28df56d2f798 (patch)
tree60014a1e7c7ee1e9ed6d74e8d21a3d604f032eab /tests
parent1f433c719b1d29a44c52befdf1476d154ebb3c68 (diff)
downloadmicropython-cd20027f56692b2289b60a3a984e28df56d2f798.tar.gz
micropython-cd20027f56692b2289b60a3a984e28df56d2f798.zip
tests/run-tests: Disable cmdline/cmd_showbc test on Windows.
Disabled until a proper fix is found.
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 cb920c0946..4a28894978 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -267,6 +267,7 @@ def run_tests(pyb, tests, args):
# Some tests use unsupported features on Windows
if os.name == 'nt':
skip_tests.add('import/import_file.py') # works but CPython prints forward slashes
+ skip_tests.add('cmdline/cmd_showbc.py') # fails on AppVeyor x86 builds
# Some tests are known to fail with native emitter
# Remove them from the below when they work