Searched refs:test_categories (Results 1 – 6 of 6) sorted by relevance
135 def shouldSkipBecauseOfCategories(test_categories): argument137 if len(test_categories) == 0 or len(138 categories_list & set(test_categories)) == 0:142 if category in test_categories:
143 test_categories = []146 test_categories.extend(test_method.categories)148 test_categories.extend(self._getFileBasedCategories(test))150 return test_categories252 test_categories = self.getCategoriesForTest(test)253 for category in test_categories:
46 from . import test_categories318 test_categories.validate(325 configuration.skip_categories += test_categories.validate(329 configuration.xfail_categories += test_categories.validate(843 for cat in test_categories.debug_info_categories:846 if test_categories.is_supported_on_platform(cat, platform, compiler):
22 from . import test_categories307 cat = test_categories.validate(cat, True)
67 from . import test_categories1810 all_dbginfo_categories = set(test_categories.debug_info_categories)
22 static constexpr Log::Category test_categories[] = { variable27 static Log::Channel test_channel(test_categories, default_flags);