Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dconfiguration.py134 def shouldSkipBecauseOfCategories(test_categories): argument
136 if len(test_categories) == 0 or len(
137 categories_list & set(test_categories)) == 0:
141 if category in test_categories:
H A 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:
H A Ddotest.py47 from . import test_categories
316 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):
H A Ddecorators.py22 from . import test_categories
329 cat = test_categories.validate(cat, True)
H A Dlldbtest.py62 from . import test_categories
1660 all_dbginfo_categories = set(test_categories.debug_info_categories)
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DLogTest.cpp30 static constexpr Log::Category test_categories[] = { variable
35 static Log::Channel test_channel(test_categories, TestChannel::FOO);