You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
^
We see 3 tests failing for swift-lldb in CI, because of unexpected additional breakpoint sites. Failures look like this:
Affected tests are:
See: swiftlang/swift#76894 (comment)
Neither my local build nor the upstream bots seem to reproduce this failure.
The text was updated successfully, but these errors were encountered: