[Lldb-commits] [PATCH] D68606: [test] Split LLDB tests into filecheck, unittest and dotest.

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 9 10:58:35 PDT 2019


Can you try a clean build as opposed to incremental? Before landing I
checked that it worked for me for both a clean and incremental build,
but it seems like at least GreenDragon had some issues with the
incremental one.

On Wed, Oct 9, 2019 at 10:27 AM Jan Kratochvil via Phabricator
<reviews at reviews.llvm.org> wrote:
>
> jankratochvil added a comment.
>
> Before this patch I was getting <https://reviews.llvm.org/D68612#1699938>:
>
>   #rm -rf *
>   cmake ~/redhat/llvm-monorepo2/llvm/ -DCMAKE_BUILD_TYPE=Release  -DLLVM_USE_LINKER=gold -DLLVM_ENABLE_PROJECTS="lldb;clang;lld"  -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DLLVM_ENABLE_ASSERTIONS=ON
>   make check-lldb
>   ...
>   llvm-lit: /home/jkratoch/redhat/llvm-monorepo2/llvm/utils/lit/lit/llvm/subst.py:134: fatal: Did not find count in /home/jkratoch/redhat/llvm-monorepo2-clangassert/./bin
>
> After this patch I am getting:
>
>   [100%] Running lldb lit test suite
>   llvm-lit: /home/jkratoch/redhat/llvm-monorepo2/llvm/utils/lit/lit/discovery.py:133: warning: unable to find test suite for '/home/jkratoch/redhat/llvm-monorepo2-clangassert/tools/lldb/test'
>   llvm-lit: /home/jkratoch/redhat/llvm-monorepo2/llvm/utils/lit/lit/discovery.py:244: warning: input '/home/jkratoch/redhat/llvm-monorepo2-clangassert/tools/lldb/test' contained no tests
>   Testing Time: 0.00s
>   2 warning(s) in tests.
>   [100%] Built target check-lldb-lit
>   Scanning dependencies of target check-lldb
>   [100%] Built target check-lldb
>
> A Fedora buildbot has not yet built this release: http://lab.llvm.org:8014/builders/lldb-x86_64-fedora?numbuilds=1000
>
>
> Repository:
>   rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D68606/new/
>
> https://reviews.llvm.org/D68606
>
>
>


More information about the lldb-commits mailing list