[Lldb-commits] [lldb] r359794 - Fix the compile RUN line in x86-64-ymm-write.test

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu May 2 08:16:01 PDT 2019


Author: labath
Date: Thu May  2 08:16:01 2019
New Revision: 359794

URL: http://llvm.org/viewvc/llvm-project?rev=359794&view=rev
Log:
Fix the compile RUN line in x86-64-ymm-write.test

Optimistically assuming this was the result of the darwin failure too,
so removing the XFAIL 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=359794&r1=359793&r2=359794&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:16:01 2019
@@ -1,7 +1,6 @@
-# XFAIL: system-darwin
 # XFAIL: system-windows
 # REQUIRES: native && target-x86_64 && native-cpu-avx
-# RUN: %clangxx %p/Inputs/x86-ymm-read.cpp -o %t
+# RUN: %clangxx %p/Inputs/x86-ymm-write.cpp -o %t
 # RUN: %lldb -b -s %s %t | FileCheck %s
 process launch
 




More information about the lldb-commits mailing list