From: Daniel Dunbar Date: Sat, 18 Jul 2009 19:55:20 +0000 (+0000) Subject: Disable this test for now, it has been crashing on linux for weeks. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb8e7a63054eb4d1954753f626140fb2c3cad67a;p=clang 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 --- 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 struct vector; // C++ [temp.class.spec]p6: