gdb/testsuite: add a clang XFAIL to gdb.python/py-watchpoint.exp
authorGuinevere Larsen <blarsen@redhat.com>
Wed, 25 Oct 2023 08:44:19 +0000 (10:44 +0200)
committerGuinevere Larsen <blarsen@redhat.com>
Wed, 25 Oct 2023 16:24:13 +0000 (18:24 +0200)
commitdef86538a46f7ce6fbb215cfb184e23015b5d538
tree638b99832b5e74b551acc3d817ce218a9c612084
parentf603d794f94cb8e6ffb86e0eb78b739788b448b6
gdb/testsuite: add a clang XFAIL to gdb.python/py-watchpoint.exp

Clang doesn't use CFA information for variable locations. This makes it
so software breakpoints get a false hit when rbp gets popped, causing
a FAIL in gdb.python/py-watchpoint.exp. Since this is nothing wrong with
GDB itself, add an xfail to reduce noise.

Approved-By: Tom Tromey <tom@tromey.com>
gdb/testsuite/gdb.python/py-watchpoint.exp