aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2021-05-28 14:30:49 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2021-06-14 13:30:27 +0000
commit9426ce99a1f33447e07ce6d2e1860bee753fb018 (patch)
tree6ad5db8d6bf4647c8bae52012122e09dec4c4794 /src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
parent3112d063e84dd48ac56aad912e4b54d52e1c809a (diff)
ClangCodeModel: Fix providing virtual override list
... when the cursor is right before the opening parenthesis of a member function call. The clang AST is different then. Change-Id: Ibb75c15d2e28c2004b5ab2dd8fd3db0a2da88e56 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp')
-rw-r--r--src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
index fbd23e1bd0..7b7803d98f 100644
--- a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
+++ b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
@@ -446,12 +446,6 @@ F2TestCase::F2TestCase(CppEditorAction action,
});
t.start(10000);
l.exec();
- QEXPECT_FAIL("possibleOverrides2",
- "FIXME: clangd behaves differently with cursor at end of function name",
- Abort);
- QEXPECT_FAIL("QTCREATORBUG-10294_cursorIsAtTheEndOfVirtualFunctionName",
- "FIXME: clangd behaves differently with cursor at end of function name",
- Abort);
QEXPECT_FAIL("noSiblings_references", "FIXME: check why this fails", Abort);
QEXPECT_FAIL("noSiblings_pointers", "FIXME: check why this fails", Abort);
QEXPECT_FAIL("noSiblings_noBaseExpression", "FIXME: check why this fails", Abort);