[Lldb-commits] [lldb] [lldb][test][NFC] Add LLDB test for UBSan trap frame recognizer (PR #151231)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 31 00:59:33 PDT 2025
Michael137 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?
I skipped it on Windows in https://github.com/llvm/llvm-project/commit/21bf2fa77fbf19d0a02ced63e4caa37a8c65fb07
https://github.com/llvm/llvm-project/pull/151231
More information about the lldb-commits
mailing list