This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Make bin/llvm-lit run standalone clangd tests
ClosedPublic

Authored by kadircet on Jan 28 2020, 3:26 AM.

Details

Summary

Currently clangd lit tests can't be run in isolation because we don't
set some of the config parameters. This enables running

./bin/llvm-lit ../clang-tools-extra/clangd/test/

or any other test in that subdirectory.

Diff Detail

Event Timeline

kadircet created this revision.Jan 28 2020, 3:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 28 2020, 3:26 AM

Unit tests: pass. 62255 tests passed, 0 failed and 827 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

sammccall accepted this revision.Jan 28 2020, 7:00 AM
This revision is now accepted and ready to land.Jan 28 2020, 7:00 AM
This revision was automatically updated to reflect the committed changes.