<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Oct 13, 2013 at 9:33 AM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> If you're running make check -j/FORCE_PARALLEL, the print out at the end<br>
> won't be the proper summary (it'll just be whichever shard finished last).<br>
> If you check in testsuite/gdb.sum you should have a summary at the end with<br>
> somewhere around 21000 tests. ( see for example the end of<br>
> <a href="http://lab.llvm.org:8011/builders/clang-x86_64-ubuntu-gdb-75/builds/9540/steps/gdb-75-check/logs/dg.sum" target="_blank">http://lab.llvm.org:8011/builders/clang-x86_64-ubuntu-gdb-75/builds/9540/steps/gdb-75-check/logs/dg.sum</a><br>

> )<br>
<br>
</div>ok, I got<br>
<br>
# of expected passes 19677<br>
# of unexpected successes 2<br>
# of expected failures 130<br>
# of unknown successes 72<br>
# of known failures 72<br>
# of untested testcases 58<br>
# of unsupported tests 147<br>
<br>
with the patch and<br>
<br>
# of expected passes            19677<br>
<div class="im"># of unexpected successes       1<br>
</div># of expected failures          131<br>
# of unknown successes          72<br>
# of known failures             72<br>
# of untested testcases         58<br>
# of unsupported tests          147<br>
<br>
without. How do I track which "expected failure" switched to a<br>
"unexpected successes"?<br></blockquote><div><br></div><div>Search the same file for "XPASS".</div><div> </div></div><br></div></div>