Android: QEXPECT_FAIL a failing condition
Task-number: QTBUG-69193 Change-Id: I1df92b78306b86161028d78dad2fbeba2a867823 Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>bb10
parent
6501c04250
commit
8ac79692b3
|
|
@ -439,6 +439,9 @@ void tst_QBrush::textureBrushStream()
|
|||
|
||||
QCOMPARE(loadedBrush1.style(), Qt::TexturePattern);
|
||||
QCOMPARE(loadedBrush2.style(), Qt::TexturePattern);
|
||||
#ifdef Q_OS_ANDROID
|
||||
QEXPECT_FAIL("", "QTBUG-69193", Continue);
|
||||
#endif
|
||||
QCOMPARE(loadedBrush1.texture(), pixmap_source);
|
||||
QCOMPARE(loadedBrush2.textureImage(), image_source);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue