[all-commits] [llvm/llvm-project] 24fc31: [lldb] Print the exception traceback when hitting ...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Aug 17 00:54:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 24fc3177c1767535aeb494511a13dabf9f6de647
https://github.com/llvm/llvm-project/commit/24fc3177c1767535aeb494511a13dabf9f6de647
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-08-17 (Mon, 17 Aug 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/test_result.py
Log Message:
-----------
[lldb] Print the exception traceback when hitting cleanup errors
Right now if the test suite encounters a cleanup error it just prints "CLEANUP
ERROR:" but not any additional information.
This patch just prints the exception that caused the cleanup error. This should
make debugging the failing tests for D83865 easier (and seems in general nice to
have).
Reviewed By: labath
Differential Revision: https://reviews.llvm.org/D83874
More information about the All-commits
mailing list