From 2e7ce8d1771fd300eb8ecd5d42011c761122f81f Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Mon, 27 Jan 2014 22:43:21 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200256 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Headers/cxx11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Headers/cxx11.cpp b/test/Headers/cxx11.cpp index 3b3293172d..8576c5ecbd 100644 --- a/test/Headers/cxx11.cpp +++ b/test/Headers/cxx11.cpp @@ -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 -- 2.49.0