Skip to content

Commit

Permalink
Windows: Mark several declarative test cases insignificant
Browse files Browse the repository at this point in the history
These tests are marked insignificant for now to make CI runs pass.
Insignifications need to be removed once the related issues are fixed.

Change-Id: I3a1d36e5b17cf2f1b2f00b20b615359d96975f2b
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
  • Loading branch information
Miikka Heikkinen authored and Qt by Nokia committed Mar 14, 2012
1 parent f91dba1 commit dfe32be
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
Expand Up @@ -10,3 +10,5 @@ TESTDATA = data/*

CONFIG += parallel_test
QT += core-private gui-private qml-private testlib

win32:CONFIG += insignificant_test # QTBUG-24777
2 changes: 2 additions & 0 deletions tests/auto/quick/qquickfontloader/qquickfontloader.pro
Expand Up @@ -13,3 +13,5 @@ TESTDATA = data/*
CONFIG += parallel_test

QT += core-private gui-private qml-private quick-private network testlib

win32:CONFIG += insignificant_test # QTBUG-24782
8 changes: 1 addition & 7 deletions tests/auto/quick/qquickitemlayer/qquickitemlayer.pro
Expand Up @@ -27,10 +27,4 @@ OTHER_FILES += \
data/ItemEffect.qml \
data/RectangleEffect.qml








win32:CONFIG += insignificant_test # QTBUG-24787
2 changes: 2 additions & 0 deletions tests/auto/quick/qquicktext/qquicktext.pro
Expand Up @@ -15,3 +15,5 @@ TESTDATA = data/*
CONFIG += parallel_test

QT += core-private gui-private v8-private qml-private quick-private network testlib

win32:CONFIG += insignificant_test # QTBUG-24789
2 changes: 2 additions & 0 deletions tests/auto/quick/qquicktextinput/qquicktextinput.pro
Expand Up @@ -9,3 +9,5 @@ include (../../shared/util.pri)
TESTDATA = data/*

QT += core-private gui-private v8-private qml-private quick-private testlib

win32:CONFIG += insignificant_test # QTBUG-24790

0 comments on commit dfe32be

Please sign in to comment.