[patch] Emit aliases for more constructors (V2)

David Blaikie dblaikie at gmail.com
Fri Oct 11 14:54:32 PDT 2013


On Fri, Oct 11, 2013 at 2:48 PM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> > Since you've got it setup, have you run this against the GDB 7.5 test
> suite?
>
> Ah, thanks. I had checked just the case that broke before. It is a
> alias from derived to base. We don't produce such an alias anymore
> since it would also hit the "same comdat rule". I will add an explicit
> test of that.
>
> Running the gdb tests now I got:
>
> # of expected passes 4737
>

If you're running make check -j/FORCE_PARALLEL, the print out at the end
won't be the proper summary (it'll just be whichever shard finished last).
If you check in testsuite/gdb.sum you should have a summary at the end with
somewhere around 21000 tests. ( see for example the end of
http://lab.llvm.org:8011/builders/clang-x86_64-ubuntu-gdb-75/builds/9540/steps/gdb-75-check/logs/dg.sum
 )


> # of unexpected successes 1
> # of expected failures 23
> # of unknown successes 2
> # of known failures 7
> # of untested testcases 6
> # of unsupported tests 4
>
> both with and without the patch.
>
> Cheers,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131011/8ce48332/attachment.html>


More information about the cfe-commits mailing list