r197991 - Add a FIXME to a failing test.

Nico Weber nicolasweber at gmx.de
Tue Dec 24 12:48:13 PST 2013


Author: nico
Date: Tue Dec 24 14:48:13 2013
New Revision: 197991

URL: http://llvm.org/viewvc/llvm-project?rev=197991&view=rev
Log:
Add a FIXME to a failing test.

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


Modified:
    cfe/trunk/test/Headers/cxx11.cpp

Modified: cfe/trunk/test/Headers/cxx11.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Headers/cxx11.cpp?rev=197991&r1=197990&r2=197991&view=diff
==============================================================================
--- cfe/trunk/test/Headers/cxx11.cpp (original)
+++ cfe/trunk/test/Headers/cxx11.cpp Tue Dec 24 14:48:13 2013
@@ -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





More information about the cfe-commits mailing list