tst_qlineedit: expect failure only on armv7
Works correctly on ARM64 Change-Id: I7a7d54525a5411a5d7363053c28e131a64f0cc40 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
parent
a62fa9b7cc
commit
ea16299072
@ -4985,7 +4985,7 @@ void tst_QLineEdit::testQuickSelectionWithMouse()
|
||||
QVERIFY(lineEdit.selectedText().endsWith(suffix));
|
||||
QTest::mouseMove(lineEdit.windowHandle(), center + QPoint(20, 0));
|
||||
qCDebug(lcTests) << "Selected text:" << lineEdit.selectedText();
|
||||
#ifdef Q_PROCESSOR_ARM
|
||||
#ifdef Q_PROCESSOR_ARM_32
|
||||
QEXPECT_FAIL("", "Currently fails on gcc-armv7, needs investigation.", Continue);
|
||||
#endif
|
||||
QCOMPARE(lineEdit.selectedText(), partialSelection);
|
||||
|
Loading…
x
Reference in New Issue
Block a user