Commit 86aa6191 authored by Damien George's avatar Damien George

tests/run-tests.py: Skip additional tests when slice unavailable.

Both of these tests require slice to be enabled.
Signed-off-by: default avatarDamien George <damien@micropython.org>
parent b095c097
......@@ -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
misc_slice_tests = (
"builtin_range",
"bytearray1",
"class_super",
"containment",
"errno1",
......@@ -573,6 +574,7 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
"memoryview_gc",
"object1",
"python34",
"string_format_modulo",
"struct_endian",
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment