This is an archive of the discontinued LLVM Phabricator instance.

os.path.join does not always work for paths on remote platforms.
ClosedPublic

Authored by chaoren on May 8 2015, 6:03 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 25395.May 8 2015, 6:03 PM
chaoren retitled this revision from to os.path.join does not always work for paths on remote platforms..
chaoren updated this object.
chaoren edited the test plan for this revision. (Show Details)
chaoren added reviewers: ovyalov, zturner, clayborg.
chaoren added a subscriber: Unknown Object (MLST).
chaoren updated this revision to Diff 25417.May 9 2015, 11:44 AM

Mistakenly used global working dir instead of per test working dir.

vharron accepted this revision.May 10 2015, 1:55 AM
vharron added a reviewer: vharron.
vharron edited edge metadata.
vharron added inline comments.
test/lldbutil.py
899 ↗(On Diff #25417)

Go ahead and put the Windows remote path in, it can't hurt any more than a comment.

This revision is now accepted and ready to land.May 10 2015, 1:55 AM
clayborg accepted this revision.May 11 2015, 10:06 AM
clayborg edited edge metadata.

Looks good.

This revision was automatically updated to reflect the committed changes.