> -----Original Message----- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > org] On Behalf Of Paulo Marques > Sent: Monday, January 21, 2008 5:14 PM > To: Andrew Hutchinson > Cc: [email protected] > Subject: Re: [avr-gcc-list] More results from the testsuite > with avrtest > > > One thing I noticed is that almost everyday there is a new test added > to the testsuite. So, if we're running a svn version from a > month ago, > many tests may have entered, or may have been marked as unsuported in > the meantime. > > > I may have less failures as I did fix a bug I found while > sorting out > > test patterns. The rest look the same as Paulo found. > > Ok, to try to synchronize with you, so that our tests are consistent, > I'm running a test against svn revision 131704 (from today). > > Changes I've made so far to solve some of the failures: > > - created a sys/types.h with: > #include <inttypes.h> > #include <stdint.h>
Note that adding <inttypes.h> *only* should be sufficient. <inttypes.h> automatically includes <stdint.h>. > The result of running 'make -k check > RUNTESTFLAGS="--target_board=atmega128-sim --all execute.exp"' under > these conditions is: > > === gcc Summary === > > # of expected passes 11799 > # of unexpected failures 52 > # of unresolved testcases 23 > # of unsupported tests 682 > /home/pmarques/Desktop/gcc-4.2.2/svn/obj/gcc/xgcc version 4.3.0 > 20080119 (experimental) (GCC) > Paulo, Andy, I owe you guys a beer! :-) These numbers are fantastic! Eric Weddington _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
