]> granicus.if.org Git - clang/commitdiff
Temporarily disable test that fails on Mac OS X 10.9.
authorBob Wilson <bob.wilson@apple.com>
Mon, 27 Jan 2014 22:43:21 +0000 (22:43 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 27 Jan 2014 22:43:21 +0000 (22:43 +0000)
PR18322. This test will be reenabled when the SDK gets fixed. In the meantime,
it is pretty disruptive to have this test keep failing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200256 91177308-0d34-0410-b5e6-96231b3b80d8

test/Headers/cxx11.cpp

index 3b3293172df58936d152211396f1a78ae1859737..8576c5ecbda7b12ce4b194079ef260c40230f696 100644 (file)
@@ -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