Skip arm-(fp|gp)-read.test on Darwin.

Our assembler doesn't seem to grok floating point literals.

<rdar://problem/64951608>
This commit is contained in:
Davide Italiano 2020-06-30 12:53:20 -07:00
parent 4f1f253ce5
commit 983a4b520e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# REQUIRES: native && target-arm
# REQUIRES: native && target-arm && !system-darwin
# RUN: %clangxx_host -fomit-frame-pointer %p/Inputs/arm-fp-read.cpp -o %t
# RUN: %lldb -b -s %s %t | FileCheck %s
process launch

View File

@ -1,4 +1,4 @@
# REQUIRES: native && target-arm
# REQUIRES: native && target-arm && !system-darwin
# RUN: %clangxx_host -fomit-frame-pointer %p/Inputs/arm-gp-read.cpp -o %t
# RUN: %lldb -b -s %s %t | FileCheck %s
process launch