[Lldb-commits] [lldb] [lldb][test][NFC] Add LLDB test for UBSan trap frame recognizer (PR #151231)

Vladislav Dzhidzhoev via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 31 00:45:10 PDT 2025


dzhidzhoev wrote:

Apparently, these changes break [lldb-x86_64-win](https://lab.llvm.org/buildbot/#/builders/211) buildbot with the following error:

```
C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\Shell\Recognizer\ubsan_add_overflow.test:7:10: error: CHECK: expected string not found in input
# | # CHECK: thread #{{.*}} stop reason = Undefined Behavior Sanitizer: Integer addition overflowed
# |          ^
```
https://lab.llvm.org/buildbot/#/builders/211/builds/945/steps/10/logs/stdio

https://lab.llvm.org/buildbot/#/builders/211/builds/945

Could you please take a look at it?


https://github.com/llvm/llvm-project/pull/151231


More information about the lldb-commits mailing list