Skip to content

Commit

Permalink
[lldb] Re-enable xmm/ymm/zmm tests with the system debugserver
Browse files Browse the repository at this point in the history
Re-enable the xmm/ymm/zmm tests now that the system debugserver used by
our CI is capable or writing xmm/ymm/zmm registers.
  • Loading branch information
JDevlieghere committed Jan 20, 2023
1 parent 56ba0ba commit 6083410
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions lldb/test/Shell/Register/x86-64-ymm-write.test
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# xfail with system debugserver until the fix for
# https://reviews.llvm.org/D123269 in
# lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
# has made it into released tools.
# XFAIL: system-debugserver

# XFAIL: system-windows
# REQUIRES: native && target-x86_64 && native-cpu-avx
# RUN: %clangxx_host %p/Inputs/x86-ymm-write.cpp -o %t
Expand Down
6 changes: 0 additions & 6 deletions lldb/test/Shell/Register/x86-64-zmm-write.test
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# xfail with system debugserver until the fix for
# https://reviews.llvm.org/D123269 in
# lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
# has made it into released tools.
# XFAIL: system-debugserver

# XFAIL: system-freebsd
# XFAIL: system-linux
# XFAIL: system-netbsd
Expand Down

0 comments on commit 6083410

Please sign in to comment.