This is an archive of the discontinued LLVM Phabricator instance.

Fix an issue test suite handling of absolute paths on Windows
ClosedPublic

Authored by zturner on Oct 14 2014, 12:38 PM.

Details

Reviewers
zturner
Summary

The test suite tries to create a log file name by taking the path of an executable and replacing slashes. This ignores the fact that it might contain a : on windows, which is an invalid filename character, and also doesn't use a platform-agnostic path separator.

Diff Detail

Event Timeline

zturner updated this revision to Diff 14879.Oct 14 2014, 12:38 PM
zturner retitled this revision from to Fix an issue test suite handling of absolute paths on Windows.
zturner updated this object.
zturner edited the test plan for this revision. (Show Details)
zturner added a subscriber: Unknown Object (MLST).
zturner accepted this revision.Oct 30 2014, 12:54 PM
zturner added a reviewer: zturner.
This revision is now accepted and ready to land.Oct 30 2014, 12:54 PM
zturner closed this revision.Oct 30 2014, 12:54 PM

This has been submitted.