Vedant Kumar via llvm-dev
2018-Aug-01 18:14 UTC
[llvm-dev] Branching debuginfo-tests for releases
Hi all, Could we branch llvm's debuginfo-tests project for releases [1]? This project contains useful debugging integration tests. It's currently not possible to run these tests against anything older than trunk, so we end up losing some valuable test coverage when we branch. (I'm not suggesting that we include the source of this project in official releases, just that we create a branch for it per release.) thanks, vedant [1] http://llvm.org/svn/llvm-project/debuginfo-tests/ <http://llvm.org/svn/llvm-project/debuginfo-tests/> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180801/747aa0cc/attachment.html>
Hans Wennborg via llvm-dev
2018-Aug-02 08:12 UTC
[llvm-dev] Branching debuginfo-tests for releases
Sounds good to me. I've added it to the scripts and created the 7.0 branch. On Wed, Aug 1, 2018 at 8:14 PM, Vedant Kumar <vsk at apple.com> wrote:> Hi all, > > Could we branch llvm's debuginfo-tests project for releases [1]? This > project contains useful debugging integration tests. It's currently not > possible to run these tests against anything older than trunk, so we end up > losing some valuable test coverage when we branch. > > (I'm not suggesting that we include the source of this project in official > releases, just that we create a branch for it per release.) > > thanks, > vedant > > [1] http://llvm.org/svn/llvm-project/debuginfo-tests/
Vedant Kumar via llvm-dev
2018-Aug-02 18:22 UTC
[llvm-dev] Branching debuginfo-tests for releases
Thank you! vedant> On Aug 2, 2018, at 1:12 AM, Hans Wennborg <hans at chromium.org> wrote: > > Sounds good to me. I've added it to the scripts and created the 7.0 branch. > > On Wed, Aug 1, 2018 at 8:14 PM, Vedant Kumar <vsk at apple.com> wrote: >> Hi all, >> >> Could we branch llvm's debuginfo-tests project for releases [1]? This >> project contains useful debugging integration tests. It's currently not >> possible to run these tests against anything older than trunk, so we end up >> losing some valuable test coverage when we branch. >> >> (I'm not suggesting that we include the source of this project in official >> releases, just that we create a branch for it per release.) >> >> thanks, >> vedant >> >> [1] http://llvm.org/svn/llvm-project/debuginfo-tests/
Reasonably Related Threads
- PSA: debuginfo-tests workflow changing slightly
- PSA: debuginfo-tests workflow changing slightly
- Commit history duplicated, seeing weird diffusion activity (Was: [Diffusion] rG67c416dc9a5a: [DebugInfo] Allow spill slots in call site parameter descriptions)
- PSA: debuginfo-tests workflow changing slightly
- No longer able to run lit tests within a sub-tool