Skip to content

Commit

Permalink
Android: QEXPECT_FAIL a failing condition
Browse files Browse the repository at this point in the history
Task-number: QTBUG-69193
Change-Id: I1df92b78306b86161028d78dad2fbeba2a867823
Reviewed-by: Jesus Fernandez <[email protected]>
  • Loading branch information
Morten242 committed Jun 30, 2018
1 parent 6501c04 commit 8ac7969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/auto/gui/painting/qbrush/tst_qbrush.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 8ac7969

Please sign in to comment.