From: Alp Toker Date: Tue, 5 Nov 2013 13:27:19 +0000 (+0000) Subject: Disable test fully with REQUIRES X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a257e2129c83c06ecd52a5e8eedcdf5aed3f6247;p=clang Disable test fully with REQUIRES Third time's the charm, sorry for the noise. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194076 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/OpenMP/threadprivate_ast_print.cpp b/test/OpenMP/threadprivate_ast_print.cpp index 8e61704998..72bf6f4077 100644 --- a/test/OpenMP/threadprivate_ast_print.cpp +++ b/test/OpenMP/threadprivate_ast_print.cpp @@ -1,8 +1,9 @@ // RUN: %clang_cc1 -verify -fopenmp -ast-print %s | FileCheck %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 -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. +// REQUIRES: disabled #ifndef HEADER #define HEADER