|
From: Baptiste L. <gai...@fr...> - 2003-05-25 17:33:20
|
Well, I run astdump on a large amount of files. Here are the result
(number are files):
Passed 3008 : 82%
Failed 614 : 16%
Crashed 9 : 0%
Total tests: 3631
I would say that it's pretty good considering how young the parser is.
Some of the bugs I saw comming often:
- constructor parsing
- operator = support (or something like that)
- friend function declaration
- inline support
- using symbol;
- __asm
Also, as indicated above, there was 9 crashes and the parser also went
in an infinite loop while parsing some files (getopt.c for instance).
I've updated bug/list.txt with those I found after looking at some of
the failure (there is just too much to look at them all).
Baptiste.
|