summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Driver/TestError.test
AgeCommit message (Collapse)Author
2024-10-31[lldb] Remove lldb-repro utilityJonas Devlieghere
Remove lldb-repro which was used to run the test suite against a reproducer. The corresponding functionality has been removed from LLDB so there's no need for the tool anymore.
2020-08-17[lldb] Skip TestError.test with reproducersJonas Devlieghere
This tests the driver, which is bypassed by the reproducer during replay.
2020-07-31[lldb] report an error if a CLI option lacks an argumentLuboš Luňák
Differential Revision: https://reviews.llvm.org/D84955