r194076 - Disable test fully with REQUIRES
Alp Toker
alp at nuanti.com
Tue Nov 5 05:27:19 PST 2013
Author: alp
Date: Tue Nov 5 07:27:19 2013
New Revision: 194076
URL: http://llvm.org/viewvc/llvm-project?rev=194076&view=rev
Log:
Disable test fully with REQUIRES
Third time's the charm, sorry for the noise.
Modified:
cfe/trunk/test/OpenMP/threadprivate_ast_print.cpp
Modified: cfe/trunk/test/OpenMP/threadprivate_ast_print.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/OpenMP/threadprivate_ast_print.cpp?rev=194076&r1=194075&r2=194076&view=diff
==============================================================================
--- cfe/trunk/test/OpenMP/threadprivate_ast_print.cpp (original)
+++ cfe/trunk/test/OpenMP/threadprivate_ast_print.cpp Tue Nov 5 07:27:19 2013
@@ -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
More information about the cfe-commits
mailing list