[Lldb-commits] [lldb] f0e2c51 - [lldb] [test/Register] XFAIL x86-fp-write on Darwin

Michał Górny via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 20 00:43:46 PST 2020


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


        


More information about the lldb-commits mailing list