This is an archive of the discontinued LLVM Phabricator instance.

Fix the failing windows clang unit tests. NFC
ClosedPublic

Authored by sgundapa on Dec 16 2015, 9:41 AM.

Details

Summary

Some tests are missing the {{(.exe)?}} suffix on the exectables
which the FileCheck is grepping for. This will ensure, the lit tests
are clean on windows

Diff Detail

Repository
rL LLVM

Event Timeline

sgundapa updated this revision to Diff 43022.Dec 16 2015, 9:41 AM
sgundapa retitled this revision from to Fix the failing windows clang unit tests. NFC.
sgundapa updated this object.
sgundapa updated this object.
sgundapa updated this object.
sgundapa added a subscriber: cfe-commits.

I can not seem to possibly find a windows community bot. It would be nice if some one can point me to that.

dougk accepted this revision.Dec 16 2015, 10:29 AM
dougk edited edge metadata.
This revision is now accepted and ready to land.Dec 16 2015, 10:29 AM
This revision was automatically updated to reflect the committed changes.