[Lldb-commits] [lldb] r359795 - Reinstate xfail-darwin in x86-64-ymm-write.test
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu May 2 08:38:09 PDT 2019
Author: labath
Date: Thu May 2 08:38:09 2019
New Revision: 359795
URL: http://llvm.org/viewvc/llvm-project?rev=359795&view=rev
Log:
Reinstate xfail-darwin in x86-64-ymm-write.test
It turns out writing into ymm registers really does not work there.
Modified:
lldb/trunk/lit/Register/x86-64-ymm-write.test
Modified: lldb/trunk/lit/Register/x86-64-ymm-write.test
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Register/x86-64-ymm-write.test?rev=359795&r1=359794&r2=359795&view=diff
==============================================================================
--- lldb/trunk/lit/Register/x86-64-ymm-write.test (original)
+++ lldb/trunk/lit/Register/x86-64-ymm-write.test Thu May 2 08:38:09 2019
@@ -1,3 +1,4 @@
+# XFAIL: system-darwin
# XFAIL: system-windows
# REQUIRES: native && target-x86_64 && native-cpu-avx
# RUN: %clangxx %p/Inputs/x86-ymm-write.cpp -o %t
More information about the lldb-commits
mailing list