From: Alp Toker Date: Tue, 5 Nov 2013 12:55:00 +0000 (+0000) Subject: Disable the test that crashes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd68189bd75fcf21a7da1c3ecd27b4c4a6fa7c4d;p=clang Disable the test that crashes XFAIL wasn't enough for some of the build servers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194073 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/OpenMP/threadprivate_ast_print.cpp b/test/OpenMP/threadprivate_ast_print.cpp index d2b541bbc0..8e61704998 100644 --- a/test/OpenMP/threadprivate_ast_print.cpp +++ b/test/OpenMP/threadprivate_ast_print.cpp @@ -1,9 +1,8 @@ // RUN: %clang_cc1 -verify -fopenmp -ast-print %s | FileCheck %s -// RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s +// FIXME: This test has been crashing since r186647. +// RUN-DISABLED: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s // RUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print // expected-no-diagnostics -// FIXME: This test has been crashing since r186647. -// XFAIL: * #ifndef HEADER #define HEADER