aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Gränitz <stefan.graenitz@gmail.com>2024-11-18 21:14:55 +0100
committerGitHub <noreply@github.com>2024-11-18 21:14:55 +0100
commit1d0b2851224b1ef97c49faac2c666535f1997363 (patch)
tree6593b712ff695ca63e67a862699e1202b62f445f
parenteac02611048a81bd78e461b651158c3c6557cb74 (diff)
downloadllvm-1d0b2851224b1ef97c49faac2c666535f1997363.zip
llvm-1d0b2851224b1ef97c49faac2c666535f1997363.tar.gz
llvm-1d0b2851224b1ef97c49faac2c666535f1997363.tar.bz2
[lldb] Relax check for breakpoint site in Unwind/windows-unaligned-x86_64.test (#115318)
This test checks the thread backtrace for entries of intermediate frames that aren't aligned to 16 bytes. In order to do that, it sets a single breakpoint and makes sure we stop there. It seems sufficient, however, to check that we hit the breakpoint itself and not which particular site.
-rw-r--r--lldb/test/Shell/Unwind/windows-unaligned-x86_64.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/Unwind/windows-unaligned-x86_64.test b/lldb/test/Shell/Unwind/windows-unaligned-x86_64.test
index 94f1c01..0356960 100644
--- a/lldb/test/Shell/Unwind/windows-unaligned-x86_64.test
+++ b/lldb/test/Shell/Unwind/windows-unaligned-x86_64.test
@@ -17,7 +17,7 @@ breakpoint set -n func
# CHECK: Breakpoint 1: where = {{.*}}`{{(::)?}}func
process launch
-# CHECK: stop reason = breakpoint 1.1
+# CHECK: stop reason = breakpoint 1
thread backtrace
# CHECK: frame #0: {{.*}}`{{(::)?}}func