forked from qt-creator/qt-creator
ClangCodeModel: Adapt test to upstream fix in clangd
See https://reviews.llvm.org/D111224. Change-Id: Id880468976e9036aa0c6212905101050ff43e34b Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -1272,9 +1272,11 @@ void ClangdTestHighlighting::test()
|
|||||||
};
|
};
|
||||||
const TextEditor::HighlightingResults results = findResults();
|
const TextEditor::HighlightingResults results = findResults();
|
||||||
|
|
||||||
QEXPECT_FAIL("typedef as underlying type in enum declaration",
|
if (client()->versionNumber() < QVersionNumber(14)) {
|
||||||
"https://github.com/clangd/clangd/issues/878",
|
QEXPECT_FAIL("typedef as underlying type in enum declaration",
|
||||||
Abort);
|
"https://github.com/clangd/clangd/issues/878",
|
||||||
|
Abort);
|
||||||
|
}
|
||||||
QEXPECT_FAIL("Q_PROPERTY (property name)", "FIXME: How to do this?", Abort);
|
QEXPECT_FAIL("Q_PROPERTY (property name)", "FIXME: How to do this?", Abort);
|
||||||
QEXPECT_FAIL("Q_PROPERTY (getter)", "FIXME: How to do this?", Abort);
|
QEXPECT_FAIL("Q_PROPERTY (getter)", "FIXME: How to do this?", Abort);
|
||||||
QEXPECT_FAIL("Q_PROPERTY (notifier)", "FIXME: How to do this?", Abort);
|
QEXPECT_FAIL("Q_PROPERTY (notifier)", "FIXME: How to do this?", Abort);
|
||||||
|
Reference in New Issue
Block a user