]> granicus.if.org Git - clang/commitdiff
Disable the test that crashes
authorAlp Toker <alp@nuanti.com>
Tue, 5 Nov 2013 12:55:00 +0000 (12:55 +0000)
committerAlp Toker <alp@nuanti.com>
Tue, 5 Nov 2013 12:55:00 +0000 (12:55 +0000)
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

test/OpenMP/threadprivate_ast_print.cpp

index d2b541bbc0be28ca84dedcca7a4a0b56252946ee..8e61704998f3a2fc04c343175ed71201137636c4 100644 (file)
@@ -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