r200256 - Temporarily disable test that fails on Mac OS X 10.9.
Bob Wilson
bob.wilson at apple.com
Mon Jan 27 14:43:22 PST 2014
Author: bwilson
Date: Mon Jan 27 16:43:21 2014
New Revision: 200256
URL: http://llvm.org/viewvc/llvm-project?rev=200256&view=rev
Log:
Temporarily disable test that fails on Mac OS X 10.9.
PR18322. This test will be reenabled when the SDK gets fixed. In the meantime,
it is pretty disruptive to have this test keep failing.
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=200256&r1=200255&r2=200256&view=diff
==============================================================================
--- cfe/trunk/test/Headers/cxx11.cpp (original)
+++ cfe/trunk/test/Headers/cxx11.cpp Mon Jan 27 16:43:21 2014
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -ffreestanding -fsyntax-only -std=c++11 %s
-// RUN: %clang_cc1 -ffreestanding -fsyntax-only -std=c++11 -fmodules %s
+// DISABLED: %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
More information about the cfe-commits
mailing list