From e7b27e88d5c65f652a57c07daaf18833b14f9567 Mon Sep 17 00:00:00 2001
From: Nico Weber <nicolasweber@gmx.de>
Date: Tue, 24 Dec 2013 20:48:13 +0000
Subject: [PATCH] Add a FIXME to a failing test.

(See discussion in the bug for why this isn't XFAILed.)



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197991 91177308-0d34-0410-b5e6-96231b3b80d8
---
 test/Headers/cxx11.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/Headers/cxx11.cpp b/test/Headers/cxx11.cpp
index 1a4b6400e09..3b3293172df 100644
--- a/test/Headers/cxx11.cpp
+++ b/test/Headers/cxx11.cpp
@@ -1,6 +1,8 @@
 // RUN: %clang_cc1 -ffreestanding -fsyntax-only -std=c++11 %s
 // RUN: %clang_cc1 -ffreestanding -fsyntax-only -std=c++11 -fmodules %s
 
+// FIXME: This test fails on OS X 10.9 with headers in /usr/include, see PR18322
+
 #include <stdalign.h>
 
 #if defined alignas
-- 
GitLab