Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
As a side note, I've tested with a clangd-indexer before https://github.com/llvm/llvm-project/commit/71064b02701dd65065dd412fb01afe81ff83f746 and we got the failure (malformed/truncated refs).
Very nice, thanks for doing this!
clang-tools-extra/clangd/test/index-serialization/version-is-correct.test | ||
---|---|---|
2 | I think this test is REQUIRES: zlib | |
2 | nit: maybe say a bit more about what the test does? And separate what the test does vs what failure means vs what action to take a little. This test tries to parse a checked-in binary index. | |
4 | nit: regenerate sample.idx | |
6 | this isn't easy to copy/paste because of the comment markers. It could also be formatted so it's easier to recognize the command (surround by blank lines, indent by a couple of spaces?) | |
11 | dexp ... -c="find B" | grep Bar? |
This broke the bots: http://lab.llvm.org:8011/#/builders/109/builds/2682
File "/b/1/clang-x86_64-debian-fast/llvm.obj/tools/clang/tools/extra/clangd/test/lit.site.cfg.py", line 35 config.have_zlib = ^ SyntaxError: invalid syntax
should be fixed with https://github.com/llvm/llvm-project/commit/8dc2aa0e412171dad5cdc1aa60a92ddcd3800202. please let me know if it doesn't work.
Looks like it is already green at http://lab.llvm.org:8011/#/builders/109/builds/2693
I think this test is REQUIRES: zlib
(see windows failures)