diff options
author | Alp Toker <alp@nuanti.com> | 2013-11-05 12:55:00 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-11-05 12:55:00 +0000 |
commit | 53b74accc71d1147a9afe4f0228804b2e81415b0 (patch) | |
tree | c9227ebcf88a2ecf3dd3a4a66c6b93e54878bf7d /clang/test/OpenMP/threadprivate_ast_print.cpp | |
parent | 6731f38acaed37ab64bcd8404c2ed3a461250e07 (diff) | |
download | bcm5719-llvm-53b74accc71d1147a9afe4f0228804b2e81415b0.tar.gz bcm5719-llvm-53b74accc71d1147a9afe4f0228804b2e81415b0.zip |
Disable the test that crashes
XFAIL wasn't enough for some of the build servers.
llvm-svn: 194073
Diffstat (limited to 'clang/test/OpenMP/threadprivate_ast_print.cpp')
-rw-r--r-- | clang/test/OpenMP/threadprivate_ast_print.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/OpenMP/threadprivate_ast_print.cpp b/clang/test/OpenMP/threadprivate_ast_print.cpp index d2b541bbc0b..8e61704998f 100644 --- a/clang/test/OpenMP/threadprivate_ast_print.cpp +++ b/clang/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 |