This was confusing, as testRoot on windows results in C:\\clangd-test
and testPath generated with posix explicitly still contained backslashes.
This patch ensures not only the relative part, but the whole final result
respects passed in Style.
Paths
| Differential D91947
[clangd] testPath's final result agrees with the passed in Style ClosedPublic Authored by kadircet on Nov 23 2020, 1:32 AM.
Details Summary This was confusing, as testRoot on windows results in C:\\clangd-test This patch ensures not only the relative part, but the whole final result
Diff Detail
Unit TestsFailed Event TimelineThis revision is now accepted and ready to land.Nov 23 2020, 1:56 AM This revision was landed with ongoing or failed builds.Nov 23 2020, 3:45 AM Closed by commit rG8cec8de2a4e6: [clangd] testPath's final result agrees with the passed in Style (authored by kadircet). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 306985 clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
clang-tools-extra/clangd/unittests/TestFS.cpp
|