forked from OSchip/llvm-project
[lldb] [test/Register] XFAIL x86-fp-write on Darwin
This commit is contained in:
parent
3a230101fe
commit
f0e2c5131e
|
@ -1,4 +1,5 @@
|
||||||
# XFAIL: system-windows
|
# XFAIL: system-windows
|
||||||
|
# XFAIL: system-darwin
|
||||||
# REQUIRES: native && (target-x86 || target-x86_64)
|
# REQUIRES: native && (target-x86 || target-x86_64)
|
||||||
# RUN: %clangxx_host %p/Inputs/x86-fp-write.cpp -o %t
|
# RUN: %clangxx_host %p/Inputs/x86-fp-write.cpp -o %t
|
||||||
# RUN: %lldb -b -s %s %t | FileCheck %s
|
# RUN: %lldb -b -s %s %t | FileCheck %s
|
||||||
|
|
Loading…
Reference in New Issue