This is an archive of the discontinued LLVM Phabricator instance.

[lit] Fix shtest-output-printing test on Windows
AbandonedPublic

Authored by modocache on Dec 18 2016, 5:32 PM.

Details

Summary

When run on Windows, the shtest-output-printing.py test fails because it
searches for Unix path separator '/', as opposed to Windows separator '\'.
Match both so that the test passes on all platforms.

Event Timeline

modocache updated this revision to Diff 81903.Dec 18 2016, 5:32 PM
modocache retitled this revision from to [lit] Fix shtest-output-printing test on Windows.
modocache updated this object.
modocache added a subscriber: llvm-commits.
modocache abandoned this revision.Jul 27 2017, 7:51 AM
modocache added a subscriber: rnk.

The equivalent of this change was committed by @rnk in rL309198.