brintos

brintos / llvm-project-archived public Read only

0
0
Text · 238 B · 3b98bf5 Raw
9 lines · plain
1if "dexter" not in config.available_features:2    config.unsupported = True3 4config.name = "DExTer feature tests"5config.suffixes = [".cpp", ".c", ".test"]6 7# LLDB through lldb-dap causes spurious failures.8config.test_retry_attempts = 29