[Lldb-commits] [PATCH] D74168: [lldb\CMake] Exclude the reproducer test suites from check-all

2020-02-06 Thread Stella Stamenova via Phabricator via lldb-commits
stella.stamenova added inline comments. Comment at: lldb/test/Shell/CMakeLists.txt:24 PARAMS "lldb-run-with-repro=capture" + EXCLUDE_FROM_ALL DEPENDS lldb-test-deps) After the change you made to add_lit_testsuite, this can be anywhere in the function

[Lldb-commits] [PATCH] D74168: [lldb\CMake] Exclude the reproducer test suites from check-all

2020-02-06 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 243010. JDevlieghere added a comment. Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Make EXCLUDE_FROM_ALL an argument to `add_lit_testsuite` CHANGES SINCE LAST ACTION https://reviews.llvm.org/D74168/new/

[Lldb-commits] [PATCH] D74168: [lldb\CMake] Exclude the reproducer test suites from check-all

2020-02-06 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added a reviewer: stella.stamenova. Herald added a subscriber: mgorny. Herald added a project: LLDB. JDevlieghere updated this revision to Diff 243003. The capture & replay test suites should be optional and not part of `check-all`.

[Lldb-commits] [PATCH] D74168: [lldb\CMake] Exclude the reproducer test suites from check-all

2020-02-06 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 243003. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D74168/new/ https://reviews.llvm.org/D74168 Files: lldb/test/Shell/CMakeLists.txt Index: lldb/test/Shell/CMakeLists.txt ===