From: Chris Lattner Date: Thu, 12 Jul 2007 16:52:08 +0000 (+0000) Subject: update tests X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7fa381a50bd27a2f3788a73bbf9fb7c13e8cc26;p=clang update tests git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39786 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Parser/cxx-casting.cpp b/test/Parser/cxx-casting.cpp index 638985faf7..1e06e981e4 100644 --- a/test/Parser/cxx-casting.cpp +++ b/test/Parser/cxx-casting.cpp @@ -1,5 +1,4 @@ // RUN: clang -fsyntax-only %s -// XFAIL: * char *const_cast_test(const char *var) { diff --git a/test/Parser/expressions.c b/test/Parser/expressions.c index 77201a80f9..3abb6d397d 100644 --- a/test/Parser/expressions.c +++ b/test/Parser/expressions.c @@ -1,4 +1,6 @@ // RUN: clang -fsyntax-only %s +// XFAIL: * +// FIXME: This is xfailed because we're not analyzing brace initializers yet. void test1() { if (sizeof (int){ 1}); // sizeof compound literal