Skip to content

Commit 8f61e10

Browse files
authored
Revert "[lldb] Re-enable xmm/ymm/zmm tests with the system debugserver"
1 parent a683df3 commit 8f61e10

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
# XFAIL: system-windows
28
# REQUIRES: native && target-x86_64 && native-cpu-avx
39
# RUN: %clangxx_host %p/Inputs/x86-ymm-write.cpp -o %t

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
# XFAIL: system-freebsd
28
# XFAIL: system-linux
39
# XFAIL: system-netbsd

0 commit comments

Comments
 (0)