[all-commits] [llvm/llvm-project] 8bd895: [lldb/test] Use shorter test case names in TestSta...
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Fri Aug 28 11:50:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8bd895cac0cd4eaf76b9bb296a995e5ee485205b
https://github.com/llvm/llvm-project/commit/8bd895cac0cd4eaf76b9bb296a995e5ee485205b
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2020-08-28 (Fri, 28 Aug 2020)
Changed paths:
M lldb/test/API/functionalities/unwind/standard/TestStandardUnwind.py
Log Message:
-----------
[lldb/test] Use shorter test case names in TestStandardUnwind
TestStandardUnwind uses the full absolute path to a set of C/C++ files as the test case name, which in turn is used in the name of a log file. When the source file is long, and the directory where log files are stored is also long, this causes an OSError because the log filename is too long.
Reviewed By: JDevlieghere
Differential Revision: https://reviews.llvm.org/D86752
More information about the All-commits
mailing list