Skip to content

Commit ef9622e

Browse files
committed
[lldb] Re-enable xmm/ymm/zmm tests with the system debugserver
Re-enable the xmm/ymm/zmm tests now that the system debugserver used by our CI is capable or writing xmm/ymm/zmm registers. (cherry picked from commit 6083410)
1 parent d286626 commit ef9622e

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

lldb/test/Shell/Register/x86-64-ymm-write.test

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# xfail with system debugserver until the fix for
2-
# https://reviews.llvm.org/D123269 in
3-
# lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
4-
# has made it into released tools.
5-
# XFAIL: system-debugserver
6-
71
# XFAIL: system-windows
82
# REQUIRES: native && target-x86_64 && native-cpu-avx
93
# RUN: %clangxx_host %p/Inputs/x86-ymm-write.cpp -o %t

lldb/test/Shell/Register/x86-64-zmm-write.test

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# xfail with system debugserver until the fix for
2-
# https://reviews.llvm.org/D123269 in
3-
# lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
4-
# has made it into released tools.
5-
# XFAIL: system-debugserver
6-
71
# XFAIL: system-freebsd
82
# XFAIL: system-linux
93
# XFAIL: system-netbsd

0 commit comments

Comments
 (0)