aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2023-11-20 17:07:16 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2023-11-29 09:46:24 +0000
commite0a06cda2868e6cb35f00f650499a6ab348e4d77 (patch)
tree14671f561d8a42fb2eaff791b7b42582ca81bd57 /src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
parent711b976294007275dd3b1327b1ddc3f4dce8c2b4 (diff)
CppEditor: Allow tests to run with ClangCodeModel enabled
So that in the CI we can simply run: $ qtcreator -test CppEditor -load ClangCodeModel There are some failures left, which we will tackle one by one in follow- up patches. Change-Id: Ic4ebcb82f6439b344ae055889a6a16d56b2e3206 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp')
-rw-r--r--src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
index 21664ea140..0c4d85d887 100644
--- a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
+++ b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
@@ -369,8 +369,6 @@ F2TestCase::F2TestCase(CppEditorAction action,
}
if (useClangd) {
- QEXPECT_FAIL("infiniteLoopLocalTypedef_QTCREATORBUG-11999",
- "clangd bug: Go to definition does not return", Abort);
if (expectedVirtualFunctionProposal.size() <= 1) {
QVERIFY(CppEditor::Tests::waitForSignalOrTimeout(EditorManager::instance(),
&EditorManager::linkOpened, 10000));