On Fri, Oct 11, 2013 at 2:48 PM, Rafael Espíndola < [email protected]> 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 >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
