I don't understand the cause but need to stop the job on Green Dragon failing now.
- TEST 'Clangd Unit Tests :: ./ClangdTests/FindExplicitReferencesTest.All' FAILED ****
Note: Google Test filter = FindExplicitReferencesTest.All
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from FindExplicitReferencesTest
[ RUN ] FindExplicitReferencesTest.All
/Users/buildslave/jenkins/workspace/clang-stage1-cmake-RA-expensive/llvm-project/clang-tools-extra/clangd/unittests/FindTargetTests.cpp:949: Failure
Expected: ExpectedRefs Which is: "0: targets = {ns1::func, ns2::func}\n1: targets = {t}\n"
To be equal to: Actual.DumpedReferences
Which is: "0: targets = {ns2::func, ns1::func}\n1: targets = {t}\n"
With diff:
@@ -1,2 +1,2 @@
-0: targets = {ns1::func, ns2::func}
+0: targets = {ns2::func, ns1::func}
1: targets = {t}\n