tst_qfont: expect failure on font testcase for QEMU ARMv7
FontConfig related tests fail on ARMv7 QEMU. Task-number: QTQAINFRA-4127 Change-Id: I3202f660d12d09a65bc50747d679921b6dfa75f8 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
parent
ee89f3a6e3
commit
946facb1ae
@ -11,6 +11,8 @@ qt_internal_add_test(tst_qfont
|
|||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
|
INCLUDE_DIRECTORIES
|
||||||
|
../../../../shared
|
||||||
)
|
)
|
||||||
|
|
||||||
# Resources:
|
# Resources:
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
#include <qwidget.h>
|
#include <qwidget.h>
|
||||||
#endif
|
#endif
|
||||||
#include <qlist.h>
|
#include <qlist.h>
|
||||||
|
#include "emulationdetector.h"
|
||||||
|
|
||||||
class tst_QFont : public QObject
|
class tst_QFont : public QObject
|
||||||
{
|
{
|
||||||
@ -576,6 +577,10 @@ void tst_QFont::defaultFamily()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#ifdef Q_PROCESSOR_ARM_32
|
||||||
|
if (EmulationDetector::isRunningArmOnX86())
|
||||||
|
QEXPECT_FAIL("", "Fails on ARMv7 QEMU (QTQAINFRA-4127)", Continue);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef Q_OS_ANDROID
|
#ifdef Q_OS_ANDROID
|
||||||
QEXPECT_FAIL("serif", "QTBUG-69215", Continue);
|
QEXPECT_FAIL("serif", "QTBUG-69215", Continue);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user