forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 344
Open
Description
We see 3 tests failing for swift-lldb in CI, because of unexpected additional breakpoint sites. Failures look like this:
llvm-project\lldb\test\Shell\Unwind\windows-unaligned-x86_64.test:20:10: error: CHECK: expected string not found in input
# CHECK: stop reason = breakpoint 1.1
^
<stdin>:9:61: note: scanning from here
Breakpoint 1: where = windows-unaligned-x86_64.test.tmp`func at windows-unaligned-x86_64.cpp:3, address = 0x0000000140001000
^
<stdin>:13:14: note: possible intended match here
* thread #1, stop reason = breakpoint 1.2
^
Affected tests are:
lldb-shell :: SymbolFile/NativePDB/local-variables.cpp
lldb-shell :: SymbolFile/NativePDB/stack_unwinding01.cpp
lldb-shell :: Unwind/windows-unaligned-x86_64.test
See: swiftlang/swift#76894 (comment)
Neither my local build nor the upstream bots seem to reproduce this failure.
Metadata
Metadata
Assignees
Labels
No labels