summaryrefslogtreecommitdiffstats
path: root/test/Headers
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-02-11 20:36:47 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-02-11 20:36:47 +0000
commite1a89b064148bf7eae3b03092441aaa9f636063d (patch)
tree04e8e1da6fc16f4df8bad6b8fecf387b08edc68c /test/Headers
parentd87df6d5ae8c7f59b67462fb4117c1073896d325 (diff)
XFAIL this test for PPC64 for now. It looks like the *_MIN_EXP macros are in fact defined incorrectly for that target.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260583 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Headers')
-rw-r--r--test/Headers/float.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Headers/float.c b/test/Headers/float.c
index 578b9b03f5..9dd1cec90b 100644
--- a/test/Headers/float.c
+++ b/test/Headers/float.c
@@ -3,6 +3,8 @@
// RUN: %clang_cc1 -fsyntax-only -verify -std=c11 -ffreestanding %s
// expected-no-diagnostics
+// XFAIL: ppc64
+
/* Basic conformance checks against the N1570 draft of C11 Std. */
/*
5.2.4.2.2p11, pp. 30