This is an archive of the discontinued LLVM Phabricator instance.

[lldb/test] Use shorter test case names in TestStandardUnwind
ClosedPublic

Authored by rupprecht on Aug 27 2020, 5:18 PM.

Details

Summary

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.

Diff Detail

Event Timeline

rupprecht created this revision.Aug 27 2020, 5:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 27 2020, 5:18 PM
rupprecht requested review of this revision.Aug 27 2020, 5:18 PM
JDevlieghere accepted this revision.Aug 28 2020, 11:14 AM
This revision is now accepted and ready to land.Aug 28 2020, 11:14 AM