summaryrefslogtreecommitdiffstatshomepage
path: root/tests/run-tests
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-09-20 11:33:19 +1000
committerDamien George <damien.p.george@gmail.com>2016-09-20 11:33:19 +1000
commitbb954d80a4bd467fc321df90cea2b248a90d1570 (patch)
tree1847cb981b585471c96db1c099d694a2502b97dc /tests/run-tests
parentfbddea929d28fa75ecc4e964500eca3f2ac32e4b (diff)
downloadmicropython-bb954d80a4bd467fc321df90cea2b248a90d1570.tar.gz
micropython-bb954d80a4bd467fc321df90cea2b248a90d1570.zip
tests: Get cmdline verbose tests running again.
The showbc function now no longer uses the system printf so works correctly.
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-xtests/run-tests5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 059e4e910f..e69e537230 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -187,11 +187,6 @@ def run_tests(pyb, tests, args):
if not 'True' in str(t, 'ascii'):
skip_tests.add('cmdline/repl_emacs_keys.py')
- # These tests are now broken because showbc uses buffered printf
- if True:
- skip_tests.add('cmdline/cmd_verbose.py')
- skip_tests.add('cmdline/cmd_showbc.py')
-
upy_byteorder = run_micropython(pyb, args, 'feature_check/byteorder.py')
has_complex = run_micropython(pyb, args, 'feature_check/complex.py') == b'complex\n'
cpy_byteorder = subprocess.check_output([CPYTHON3, 'feature_check/byteorder.py'])