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

This commit is contained in:
Michał Górny 2020-11-20 09:43:08 +01:00
parent 3a230101fe
commit f0e2c5131e
1 changed files with 1 additions and 0 deletions

View File

@ -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