From bb954d80a4bd467fc321df90cea2b248a90d1570 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 20 Sep 2016 11:33:19 +1000 Subject: tests: Get cmdline verbose tests running again. The showbc function now no longer uses the system printf so works correctly. --- tests/run-tests | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/run-tests') diff --git a/tests/run-tests b/tests/run-tests index 059e4e910..e69e53723 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']) -- cgit v1.2.3