[cfe-dev] clang make test results on Linux (r48120)
Chris Lattner
clattner at apple.com
Mon Mar 10 00:03:50 PDT 2008
On Mar 9, 2008, at 3:06 PM, Török Edwin wrote:
> Hi,
>
> I have run make test on Linux (x86 and x86-64) for the first time, and
> here are the results:
> [ignoring the Rewriter failures on x86, since I don't have objc
> headers
> installed there]
Is this from mainline? None of the rewriter tests use objc.h anymore.
> If you want preprocessed sources for any of the below, let me know and
> I'll open a bugreport for them.
>
> This is on x86 Linux:
> ******************** TEST 'Lexer/digraph.cpp' FAILED!
> ********************
> ******************** TEST 'Lexer/digraph.cpp' FAILED!
> ********************
This looks like a failure to parse your system stdio.h file. I think
this is just because we haven't implemented C++ rules for tag lookup
yet.
> This is on x86-64 Linux:
> ******************** TEST 'Rewriter/undef-field-reference-1.m' FAILED!
This isn't from mainline. typedef.c doesn't exist anymore.
-Chris
More information about the cfe-dev
mailing list