[llvm-commits] [zorg] r171416 - in /zorg/trunk/zorg/buildbot: builders/ClangBuilder.py builders/LNTBuilder.py commands/LitTestCommand.py commands/__init__.py

David Blaikie dblaikie at gmail.com
Mon Jan 14 09:35:01 PST 2013


On Mon, Jan 14, 2013 at 9:22 AM, Daniel Dunbar <daniel at zuster.org> wrote:
> Looks good to me,

Thanks Daniel. Galina - could you sync these changes (172309, 172310,
172327, 172328, 172329) up to the buildmaster?

> I vote to just kill the base class and
> SuppressionDejaGNUCommand.

SuppressionDejaGNUCommand is currently still in use for running the
old GDB and GCC 4.2 test suites on MacOS (the public builder is
http://lab.llvm.org:8011/builders/clang-x86_64-darwin10-gdb (only
running the GDB part because that's the bit I care(d) about) but I
believe you also have an Apple-internal one with both the GCC and GDB
workloads)

Unless you guys have a new/different approach to this that removes the
need for the builder configuration to be suppression-aware for these
tests - in which case I'd be happy to help have that ported to the
public bot & kill off SuppressionDejaGNUCommand.

Thanks,
- David



More information about the llvm-commits mailing list