[Lldb-commits] [PATCH] D117928: [lldb] Disable tests for x86 that uses write command on XMM registers

Luís Ferreira via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 21 15:19:18 PST 2022


ljmf00 added a comment.

In D117928#3262689 <https://reviews.llvm.org/D117928#3262689>, @jingham wrote:

> In D117928#3262656 <https://reviews.llvm.org/D117928#3262656>, @JDevlieghere wrote:
>
>> Why are we disabling a lldb test because of a bug in GDB?
>
> Maybe somebody is running the lldb testsuite with gdbserver?  That seems a legit thing to do, but if so, we should make an xfail category for gdbserver and xfail with that.

I haven't considered that. Shouldn't the testsuite run with lldb-server anyway? I think so, but how can I confirm that for you?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117928/new/

https://reviews.llvm.org/D117928



More information about the lldb-commits mailing list