diff options
author | Damien George <damien.p.george@gmail.com> | 2016-09-20 11:33:19 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-09-20 11:33:19 +1000 |
commit | bb954d80a4bd467fc321df90cea2b248a90d1570 (patch) | |
tree | 1847cb981b585471c96db1c099d694a2502b97dc /tests/run-tests | |
parent | fbddea929d28fa75ecc4e964500eca3f2ac32e4b (diff) | |
download | micropython-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-x | tests/run-tests | 5 |
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']) |