mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
tests/run-tests.py: Skip more tests that need slice.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -244,7 +244,30 @@ tests_requiring_slice = (
|
|||||||
"basics/object1.py",
|
"basics/object1.py",
|
||||||
"basics/python34.py",
|
"basics/python34.py",
|
||||||
"basics/struct_endian.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",
|
"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/non_compliant.py",
|
||||||
"misc/rge_sm.py",
|
"misc/rge_sm.py",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user