This is an archive of the discontinued LLVM Phabricator instance.

[clang-doc] Fix failing tests on Windows
ClosedPublic

Authored by DiegoAstiazaran on Jul 25 2019, 4:07 PM.

Details

Summary

Tests on Windows were failing due to path separator differences.
'/' was being used as separator in the expected output, paths in expected output are now changed to their native form before comparing them to the actual output.

Diff Detail

Repository
rL LLVM

Event Timeline

juliehockett accepted this revision.Jul 25 2019, 4:10 PM

Make sure you update the other stylesheet patch, as well, before landing that.

This revision is now accepted and ready to land.Jul 25 2019, 4:10 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2019, 4:22 PM