[patch] Emit aliases for more constructors (V2)

David Blaikie dblaikie at gmail.com
Sun Oct 13 11:51:06 PDT 2013


On Sun, Oct 13, 2013 at 9:33 AM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> > 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
> > )
>
> ok, I got
>
> # of expected passes 19677
> # of unexpected successes 2
> # of expected failures 130
> # of unknown successes 72
> # of known failures 72
> # of untested testcases 58
> # of unsupported tests 147
>
> with the patch and
>
> # of expected passes            19677
> # of unexpected successes       1
> # of expected failures          131
> # of unknown successes          72
> # of known failures             72
> # of untested testcases         58
> # of unsupported tests          147
>
> without. How do I track which "expected failure" switched to a
> "unexpected successes"?
>

Search the same file for "XPASS".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131013/e3f7eaa5/attachment.html>


More information about the cfe-commits mailing list