r194073 - Disable the test that crashes

Alp Toker alp at nuanti.com
Tue Nov 5 04:55:01 PST 2013


Author: alp
Date: Tue Nov  5 06:55:00 2013
New Revision: 194073

URL: http://llvm.org/viewvc/llvm-project?rev=194073&view=rev
Log:
Disable the test that crashes

XFAIL wasn't enough for some of the build servers.

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=194073&r1=194072&r2=194073&view=diff
==============================================================================
--- cfe/trunk/test/OpenMP/threadprivate_ast_print.cpp (original)
+++ cfe/trunk/test/OpenMP/threadprivate_ast_print.cpp Tue Nov  5 06:55:00 2013
@@ -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





More information about the cfe-commits mailing list