diff options
-rwxr-xr-x | tests/run-tests.py | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py index aeffa1b79..0672be771 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -244,7 +244,30 @@ tests_requiring_slice = ( "basics/object1.py", "basics/python34.py", "basics/struct_endian.py", + "extmod/btree1.py", + "extmod/deflate_decompress.py", + "extmod/framebuf16.py", + "extmod/framebuf4.py", + "extmod/machine1.py", + "extmod/time_mktime.py", + "extmod/time_res.py", + "extmod/tls_sslcontext_ciphers.py", + "extmod/vfs_fat_fileio1.py", + "extmod/vfs_fat_finaliser.py", + "extmod/vfs_fat_more.py", + "extmod/vfs_fat_ramdisk.py", + "extmod/vfs_fat_ramdisklarge.py", + "extmod/vfs_lfs.py", + "extmod/vfs_rom.py", "float/string_format_modulo.py", + "micropython/builtin_execfile.py", + "micropython/extreme_exc.py", + "micropython/heapalloc_fail_bytearray.py", + "micropython/heapalloc_fail_list.py", + "micropython/heapalloc_fail_memoryview.py", + "micropython/import_mpy_invalid.py", + "micropython/import_mpy_native.py", + "micropython/import_mpy_native_gc.py", "misc/non_compliant.py", "misc/rge_sm.py", ) |