diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-18 19:55:20 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-18 19:55:20 +0000 |
commit | fb8e7a63054eb4d1954753f626140fb2c3cad67a (patch) | |
tree | ef5a9acd84eecad5cabdcfda2d7afbb5c6abae52 | |
parent | 19cc4abea06a9b49e0e16a50d335c064cd723572 (diff) |
Disable this test for now, it has been crashing on linux for weeks.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76328 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/SemaTemplate/temp_class_spec_neg.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/SemaTemplate/temp_class_spec_neg.cpp b/test/SemaTemplate/temp_class_spec_neg.cpp index b50bd8f634..42fcc5c75b 100644 --- a/test/SemaTemplate/temp_class_spec_neg.cpp +++ b/test/SemaTemplate/temp_class_spec_neg.cpp @@ -1,4 +1,8 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// FIXME: Disabled because this always crashes on some platforms. +// RUNX: clang-cc -fsyntax-only -verify %s +// RUN: false +// XFAIL + template<typename T> struct vector; // C++ [temp.class.spec]p6: |