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 _______________________________________________ cfe-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
