Custom vfs::FileSystem is currently used for unit tests.
This revision depends on https://reviews.llvm.org/D33397.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 6683 Build 6683: arc lint + arc unit
Event Timeline
unittests/clangd/ClangdTests.cpp | ||
---|---|---|
119 | We should delete those when we're done, otherwise the unit test will litter /tmp on every run. |
unittests/clangd/ClangdTests.cpp | ||
---|---|---|
119 | ASTUnit handles that, right? |
Comment Actions
Changed tests to use Windows-style paths for virtual directory when running on Windows.
clang-tools-extra/trunk/unittests/clangd/ClangdTests.cpp | ||
---|---|---|
123 ↗ | (On Diff #100389) | Did you mean, "TmpDir1 != TmpDir2" ? |
Comment Actions
Thanks for fixing the failures. Sorry for not being around to look into that myself.
clang-tools-extra/trunk/unittests/clangd/ClangdTests.cpp | ||
---|---|---|
123 ↗ | (On Diff #100389) | I sure did. Thanks. |
We should delete those when we're done, otherwise the unit test will litter /tmp on every run.