On Sun, Oct 13, 2013 at 9:33 AM, Rafael Espíndola < [email protected]> 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".
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
