This is an archive of the discontinued LLVM Phabricator instance.

Limit the length of the file name of the log file for tests
ClosedPublic

Authored by tberghammer on Mar 11 2015, 7:16 AM.

Details

Summary

Limit the length of the file name of the log file for tests

If a test have very long name and the compiler specified with (a long) full path then the name of the log file name can exceed 255 characters. This change replace the full compiler path with just the compiler name if the prior would cause a too long file name.

Diff Detail

Event Timeline

tberghammer retitled this revision from to Limit the length of the file name of the log file for tests.
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added a reviewer: clayborg.
tberghammer added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.Mar 11 2015, 10:39 AM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Mar 11 2015, 10:39 AM
This revision was automatically updated to reflect the committed changes.