tests/run-tests.py: Skip additional tests when slice unavailable.
Both of these tests require slice to be enabled. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
b095c097e6
commit
86aa61918a
@ -563,6 +563,7 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
|
|||||||
# These tests don't test slice explicitly but rather use it to perform the test
|
# These tests don't test slice explicitly but rather use it to perform the test
|
||||||
misc_slice_tests = (
|
misc_slice_tests = (
|
||||||
"builtin_range",
|
"builtin_range",
|
||||||
|
"bytearray1",
|
||||||
"class_super",
|
"class_super",
|
||||||
"containment",
|
"containment",
|
||||||
"errno1",
|
"errno1",
|
||||||
@ -573,6 +574,7 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
|
|||||||
"memoryview_gc",
|
"memoryview_gc",
|
||||||
"object1",
|
"object1",
|
||||||
"python34",
|
"python34",
|
||||||
|
"string_format_modulo",
|
||||||
"struct_endian",
|
"struct_endian",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user