Android: skip tst_qwidget::render()
Task-number: QTBUG-118984 Change-Id: Ie9f30608ae96dd53900501d7b5f90c38ca6bc40f Reviewed-by: Dimitrios Apostolou <jimis@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
1c82e92202
commit
37add5dcb8
@ -7854,6 +7854,9 @@ private:
|
|||||||
|
|
||||||
void tst_QWidget::render()
|
void tst_QWidget::render()
|
||||||
{
|
{
|
||||||
|
#ifdef Q_OS_ANDROID
|
||||||
|
QSKIP("QTBUG-118984: crashes on Android.");
|
||||||
|
#endif
|
||||||
QCalendarWidget source;
|
QCalendarWidget source;
|
||||||
source.setWindowTitle(QLatin1String(QTest::currentTestFunction()));
|
source.setWindowTitle(QLatin1String(QTest::currentTestFunction()));
|
||||||
// disable anti-aliasing to eliminate potential differences when subpixel antialiasing
|
// disable anti-aliasing to eliminate potential differences when subpixel antialiasing
|
||||||
|
Loading…
Reference in New Issue
Block a user