2976
2983
suite = filter_suite_by_id_list(suite, id_filter)
2977
2984
# Do some sanity checks on the id_list filtering
2978
2985
not_found, duplicates = suite_matches_id_list(suite, keep_only)
2980
2987
# The tester has used both keep_only and starting_with, so he is
2981
2988
# already aware that some tests are excluded from the list, there
2982
2989
# is no need to tell him which.