Skip to content

Commit 01b2849

Browse files
Nerixyzgithub-actions[bot]
authored andcommitted
Automerge: [LLDB][PDB] Relax check for resolving breakpoint (#169932)
The test was flaky, because it assumed that the breakpoint was always resolved before `r` was executed (llvm/llvm-project#169728 (comment)). This PR removes the check for this order. It still checks that the breakpoint is resolved before it is hit.
2 parents c4ae7d6 + b38ed00 commit 01b2849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/PDB/add-symbols.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// CHECK-NEXT: Breakpoint 1: no locations (pending).
2626
// CHECK: (lldb) target symbols add
2727
// CHECK: 1 location added to breakpoint 1
28-
// CHECK: (lldb) r
28+
2929
// CHECK: * thread #1, stop reason = breakpoint 1.1
3030
// CHECK: (lldb) target variable a
3131
// CHECK-NEXT: (A) a = (x = 47)

0 commit comments

Comments
 (0)