[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
Loading
Please sign in to comment