Reland "[clangd][test] Disable a particular testcase in FindExplicitReferencesTest...
authorJan Korous <jkorous@apple.com>
Mon, 10 Feb 2020 20:11:47 +0000 (12:11 -0800)
committerJan Korous <jkorous@apple.com>
Mon, 10 Feb 2020 20:17:02 +0000 (12:17 -0800)
commitefcf6430009cc5bcc2024ecec1c4e4bbb328d037
treef7113859e4243047ebc20f479c330370babcd0b2
parent0ad6e726ec7eee8ef14a89fa288d5a1420d96b1e
Reland "[clangd][test] Disable a particular testcase in FindExplicitReferencesTest when LLVM_ENABLE_EXPENSIVE_CHECKS""

The test got re-enabled after d54d71b67e60 landed.

However it seems that the order is still not deterministic as it
currently passes with -DLLVM_ENABLE_EXPENSIVE_CHECKS=OFF but randomly
fails with expensive checks ON.
clang-tools-extra/clangd/unittests/FindTargetTests.cpp