diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-04-30 17:21:05 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-04-30 17:21:05 +0000 |
commit | 9fa970a27ba9647af19102a6e5f794ea0bfac652 (patch) | |
tree | 28077616a4e242fef753725c99fdfe4cb9983716 | |
parent | aecc59c5f948dfc5f438b397baea00804934a517 (diff) | |
download | bcm5719-llvm-9fa970a27ba9647af19102a6e5f794ea0bfac652.tar.gz bcm5719-llvm-9fa970a27ba9647af19102a6e5f794ea0bfac652.zip |
XFAIL x86-64-zmm-read on Darwin
llvm-svn: 359575
-rw-r--r-- | lldb/lit/Register/x86-64-zmm-read.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/lit/Register/x86-64-zmm-read.test b/lldb/lit/Register/x86-64-zmm-read.test index e8ceb926dff..0cb63e340f6 100644 --- a/lldb/lit/Register/x86-64-zmm-read.test +++ b/lldb/lit/Register/x86-64-zmm-read.test @@ -2,6 +2,7 @@ # XFAIL: system-linux # XFAIL: system-netbsd # XFAIL: system-windows +# XFAIL: system-darwin # REQUIRES: native && target-x86_64 && native-cpu-avx512f # RUN: %clangxx %p/Inputs/x86-zmm-read.cpp -o %t # RUN: %lldb -b -s %s %t | FileCheck %s |