Author: Michał Górny
Date: 2020-11-20T09:43:08+01:00
New Revision: f0e2c5131eda0cb77a1ab0e3f1a666a3b8860591

URL: 
https://github.com/llvm/llvm-project/commit/f0e2c5131eda0cb77a1ab0e3f1a666a3b8860591
DIFF: 
https://github.com/llvm/llvm-project/commit/f0e2c5131eda0cb77a1ab0e3f1a666a3b8860591.diff

LOG: [lldb] [test/Register] XFAIL x86-fp-write on Darwin

Added: 
    

Modified: 
    lldb/test/Shell/Register/x86-fp-write.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Register/x86-fp-write.test 
b/lldb/test/Shell/Register/x86-fp-write.test
index 38ffe16bab02..ecc593e6d64d 100644
--- a/lldb/test/Shell/Register/x86-fp-write.test
+++ b/lldb/test/Shell/Register/x86-fp-write.test
@@ -1,4 +1,5 @@
 # XFAIL: system-windows
+# XFAIL: system-darwin
 # REQUIRES: native && (target-x86 || target-x86_64)
 # RUN: %clangxx_host %p/Inputs/x86-fp-write.cpp -o %t
 # RUN: %lldb -b -s %s %t | FileCheck %s


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to