llvm-project/lldb
Jordan Rupprecht adb5c23f8c [test] Exit with an error if no tests are run.
If the test suite is misconfigured when it's run (a bad regexp, wrong test directory, etc.), the test suite may not discover any tests. When this happens, the test runner exits happily because no tests failed:

```
Ran 0 tests in 0.000s
RESULT: PASSED (0 passes, 0 failures, 0 errors, 0 skipped, 0 expected failures, 0 unexpected successes)
```

Change this to return an error so the misconfiguration can be more easily detected. Verified that `lldb-dotest -p TestDoesNotExist.py` successfully fails.

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D85169
2020-08-03 16:32:12 -07:00
..
bindings [lldb] Move finish_swig logic into a function in the binding dir 2020-07-29 17:59:56 -07:00
cmake [CMake] Move find_package(ZLIB) to LLVMConfig 2020-07-27 17:13:55 -07:00
docs [lldb/Docs] Remove stale bot on GreenDragon and add reproducer one 2020-07-30 13:51:16 -07:00
examples Harmonize Python shebang 2020-07-16 21:53:45 +02:00
include/lldb [lldb] Add copy ctor/assignment operator to SBCommandInterpreterRunOptions 2020-07-30 10:39:30 -07:00
packages/Python [test] Exit with an error if no tests are run. 2020-08-03 16:32:12 -07:00
resources
scripts Harmonize Python shebang 2020-07-16 21:53:45 +02:00
source [lldb/Process/Windows] Attempting to kill exited/detached process in not an error 2020-08-03 12:52:43 +03:00
test [lldb] [test] Fix DW_TAG_GNU_call_site-DW_AT_low_pc.s relocation 2020-08-02 22:41:02 +02:00
third_party/Python/module Harmonize Python shebang 2020-07-16 21:53:45 +02:00
tools [debugserver] Fix that is_dot_app is producing unused warnings 2020-08-03 10:24:21 +02:00
unittests fix lldb test on lib64 systems 2020-08-03 11:19:07 +02:00
utils [lldb/Test] Fix missing yaml2obj in Xcode standalone build. 2020-07-10 21:34:56 -07:00
.clang-format
.clang-tidy [lldb] Add .clang-tidy with customization to disable readability-identifier-naming 2020-03-09 12:50:28 -07:00
.gitignore Add .noindex to the gitignore 2019-04-05 17:57:42 +00:00
CMakeLists.txt [lldb] Move finish_swig logic into a function in the binding dir 2020-07-29 17:59:56 -07:00
CODE_OWNERS.txt [lldb][NFC] Cleanup mentions and code related to lldb-mi 2019-07-19 15:55:23 +00:00
LICENSE.TXT
use_lldb_suite_root.py