diff options
author | Alp Toker <alp@nuanti.com> | 2013-11-05 13:27:19 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-11-05 13:27:19 +0000 |
commit | 3364fe149c25eab660beab78fea66561214b33dc (patch) | |
tree | 77d744423d01c67c2522a4294f646822c22d92fe /clang/test/OpenMP/threadprivate_ast_print.cpp | |
parent | a4b2ac4c30755a4b04a969c909e6f142ba4422cb (diff) | |
download | bcm5719-llvm-3364fe149c25eab660beab78fea66561214b33dc.tar.gz bcm5719-llvm-3364fe149c25eab660beab78fea66561214b33dc.zip |
Disable test fully with REQUIRES
Third time's the charm, sorry for the noise.
llvm-svn: 194076
Diffstat (limited to 'clang/test/OpenMP/threadprivate_ast_print.cpp')
-rw-r--r-- | clang/test/OpenMP/threadprivate_ast_print.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/test/OpenMP/threadprivate_ast_print.cpp b/clang/test/OpenMP/threadprivate_ast_print.cpp index 8e61704998f..72bf6f4077e 100644 --- a/clang/test/OpenMP/threadprivate_ast_print.cpp +++ b/clang/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 |