Skip to content

Commit 923d982

Browse files
OCHyamsaokblast
authored andcommitted
[Dexter] Allow retries on all dexter tests to avoid lldb-dap flakiness (#161847)
This isn't pretty but should help us keep the bot stable while issues such as #158306 and #158311 are investigated
1 parent 16835f4 commit 923d982

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
if "dexter" not in config.available_features:
22
config.unsupported = True
3+
4+
# LLDB through lldb-dap causes spurious failures.
5+
config.test_retry_attempts = 2

cross-project-tests/debuginfo-tests/dexter/feature_tests/lit.local.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ if "dexter" not in config.available_features:
33

44
config.name = "DExTer feature tests"
55
config.suffixes = [".cpp", ".c", ".test"]
6+
7+
# LLDB through lldb-dap causes spurious failures.
8+
config.test_retry_attempts = 2

0 commit comments

Comments
 (0)