summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qitemdelegate/qitemdelegate.pro1
-rw-r--r--tests/auto/qmdisubwindow/qmdisubwindow.pro2
-rw-r--r--tests/auto/qprocess/test/test.pro2
-rw-r--r--tests/auto/qtreeview/qtreeview.pro2
-rw-r--r--tests/auto/qwebframe/qwebframe.pro2
-rw-r--r--tests/auto/qwidget_window/qwidget_window.pro1
6 files changed, 8 insertions, 2 deletions
diff --git a/tests/auto/qitemdelegate/qitemdelegate.pro b/tests/auto/qitemdelegate/qitemdelegate.pro
index 90fb32c7e4..3682e1ef25 100644
--- a/tests/auto/qitemdelegate/qitemdelegate.pro
+++ b/tests/auto/qitemdelegate/qitemdelegate.pro
@@ -6,3 +6,4 @@ SOURCES += tst_qitemdelegate.cpp
win32:!wince*: LIBS += -lUser32
+CONFIG+=insignificant_test # QTQAINFRA-428
diff --git a/tests/auto/qmdisubwindow/qmdisubwindow.pro b/tests/auto/qmdisubwindow/qmdisubwindow.pro
index 820c420d4f..b2222bfd7e 100644
--- a/tests/auto/qmdisubwindow/qmdisubwindow.pro
+++ b/tests/auto/qmdisubwindow/qmdisubwindow.pro
@@ -3,4 +3,4 @@ INCLUDEPATH += .
SOURCES += tst_qmdisubwindow.cpp
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
-mac*:CONFIG+=insignificant_test # QTQAINFRA-428
+CONFIG+=insignificant_test # QTQAINFRA-428
diff --git a/tests/auto/qprocess/test/test.pro b/tests/auto/qprocess/test/test.pro
index a91caddd2f..f2d498e148 100644
--- a/tests/auto/qprocess/test/test.pro
+++ b/tests/auto/qprocess/test/test.pro
@@ -122,3 +122,5 @@ symbian: {
DEPLOYMENT += binDep
}
+
+mac*:CONFIG+=insignificant_test # QTQAINFRA-428
diff --git a/tests/auto/qtreeview/qtreeview.pro b/tests/auto/qtreeview/qtreeview.pro
index b7d30bd9cc..6a4ff693b2 100644
--- a/tests/auto/qtreeview/qtreeview.pro
+++ b/tests/auto/qtreeview/qtreeview.pro
@@ -1,4 +1,4 @@
load(qttest_p4)
SOURCES += tst_qtreeview.cpp
-
+CONFIG+=insignificant_test # QTQAINFRA-428
diff --git a/tests/auto/qwebframe/qwebframe.pro b/tests/auto/qwebframe/qwebframe.pro
index f123103830..4a38274e25 100644
--- a/tests/auto/qwebframe/qwebframe.pro
+++ b/tests/auto/qwebframe/qwebframe.pro
@@ -11,3 +11,5 @@ contains(QT_CONFIG,webkit) {
} else {
SOURCES += dummy.cpp
}
+
+CONFIG+=insignificant_test # QTQAINFRA-428
diff --git a/tests/auto/qwidget_window/qwidget_window.pro b/tests/auto/qwidget_window/qwidget_window.pro
index df7d68739b..072700ac3d 100644
--- a/tests/auto/qwidget_window/qwidget_window.pro
+++ b/tests/auto/qwidget_window/qwidget_window.pro
@@ -5,3 +5,4 @@ x11 {
LIBS += $$QMAKE_LIBS_X11
}
+CONFIG+=insignificant_test # QTQAINFRA-428