Searched refs:test_categories (Results 1 – 6 of 6) sorted by relevance
134 def shouldSkipBecauseOfCategories(test_categories): argument136 if len(test_categories) == 0 or len(137 categories_list & set(test_categories)) == 0:141 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:
47 from . import test_categories316 test_categories.validate(323 configuration.skip_categories += test_categories.validate(327 configuration.xfail_categories += test_categories.validate(834 for cat in test_categories.debug_info_categories:837 if test_categories.is_supported_on_platform(cat, platform, compiler):
22 from . import test_categories329 cat = test_categories.validate(cat, True)
62 from . import test_categories1660 all_dbginfo_categories = set(test_categories.debug_info_categories)
30 static constexpr Log::Category test_categories[] = { variable35 static Log::Channel test_channel(test_categories, TestChannel::FOO);