This test seems to be failing at HEAD.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
thanks, lgtm! but I would wait for a while to see if someone(that remembers why this test was specifically asserting for built-in headers) will object.
clang-tools-extra/clangd/test/document-link.test | ||
---|---|---|
1–4 | nit: drop empty line | |
2 | s/create/Create/ | |
3 | this is clever! I believe there was a reason for this test to be asserting built-in headers (I can't seem to remember, maybe @sammccall does), but asserting through a mock header should also be fine, I suppose. one thing though, we need to clean up %t, e.g. rm -rf %t. (and regrading the failure at head, resource_dir path has changed with release cut from something/12.0.0 to something/13.0.0 so it should go away once you build new clang via ninja clang) |
Thanks for fixing this, we don't want to depend on clang and I didn't realize we still did!
clang-tools-extra/clangd/test/document-link.test | ||
---|---|---|
3 |
Indeed, I almost wish we had a less-clever way to do this but I can't think of one :-)
Nah, I think it was just to avoid complex setup (and builtin over stdlib as it's a somewhat less crazy dep). |
s/create/Create/