[LLVMdev] DWARF 2/3 backwards compatibility?

David Blaikie dblaikie at gmail.com
Thu Oct 18 08:36:23 PDT 2012


On Thu, Oct 18, 2012 at 12:48 AM, Renato Golin <rengolin at systemcall.org> wrote:
> On 18 October 2012 05:11, Rick Foos <rfoos at codeaurora.org> wrote:
>> I don't think GDB testsuite should block a commit, it can vary by a few
>> tests, they rarely if ever all pass 100%. Tracking the results over time can
>> catch big regressions, as well as the ones that slowly increase the failed
>> tests.
>
> Agreed. It should at least serve as comparison between two branches,
> but hopefully, being actively monitored.
>
> Maybe would be good to add a directory (if there isn't one yet) to the
> testsuite repository, or at least the code necessary to make it run on
> LLVM.


The clang-tests repository (
http://llvm.org/viewvc/llvm-project/clang-tests/ ) includes an Apple
GCC 4.2 compatible version of the GCC and GDB test suites that Apple
run internally. I'm working on bringing up an equivalent public
buildbot at least for the GDB suite here (
http://lab.llvm.org:8011/builders/clang-x86_64-darwin10-gdb-gcc ) -
just a few timing out tests I need to look at to get that green.
Apparently it's fairly stable.

Beyond that I'll be trying to bring up one with the latest suite (7.4
is what I've been playing with) on Linux as well.

- David

>
> --
> cheers,
> --renato
>
> http://systemcall.org/
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev



More information about the llvm-dev mailing list