Home
last modified time | relevance | path

Searched refs:skip_tests (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dconfiguration.py76 skip_tests = None variable
H A Ddotest.py198 if not configuration.skip_tests:
199 configuration.skip_tests = []
200 configuration.skip_tests.append(line)
593 if configuration.skip_tests:
594 for file_regexp in configuration.skip_tests:
H A Dtest_result.py175 configuration.skip_tests, test.id()):