Home
last modified time | relevance | path

Searched refs:test_categories (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dconfiguration.py135 def shouldSkipBecauseOfCategories(test_categories): argument
137 if len(test_categories) == 0 or len(
138 categories_list & set(test_categories)) == 0:
142 if category in test_categories:
Dtest_result.py143 test_categories = []
146 test_categories.extend(test_method.categories)
148 test_categories.extend(self._getFileBasedCategories(test))
150 return test_categories
252 test_categories = self.getCategoriesForTest(test)
253 for category in test_categories:
Ddotest.py46 from . import test_categories
318 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):
Ddecorators.py22 from . import test_categories
307 cat = test_categories.validate(cat, True)
Dlldbtest.py67 from . import test_categories
1810 all_dbginfo_categories = set(test_categories.debug_info_categories)
/external/llvm-project/lldb/unittests/Utility/
DLogTest.cpp22 static constexpr Log::Category test_categories[] = { variable
27 static Log::Channel test_channel(test_categories, default_flags);