Skip to content

Commit 4c2d2b4

Browse files
Sergio AhumadaQt by Nokia
Sergio Ahumada
authored and
Qt by Nokia
committed
tests: allow unstable tests to be marked with CONFIG+=insignificant_test
Marking a test with CONFIG+=insignificant_test will cause the exit code of the test to be discarded during `make check'. This is intended to be used for tests which are valuable to run, but are known to be unstable and are not feasible to immediately fix. Task-number: QTQAINFRA-428 Change-Id: Idd45b04200182e3673195858ec08d31357dcdfaf Reviewed-by: Thiago Macieira <[email protected]>
1 parent 7143a45 commit 4c2d2b4

File tree

6 files changed

+8
-2
lines changed

6 files changed

+8
-2
lines changed

Diff for: tests/auto/qitemdelegate/qitemdelegate.pro

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ SOURCES += tst_qitemdelegate.cpp
66

77
win32:!wince*: LIBS += -lUser32
88

9+
CONFIG+=insignificant_test # QTQAINFRA-428

Diff for: tests/auto/qmdisubwindow/qmdisubwindow.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ INCLUDEPATH += .
33
SOURCES += tst_qmdisubwindow.cpp
44
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
55

6-
mac*:CONFIG+=insignificant_test # QTQAINFRA-428
6+
CONFIG+=insignificant_test # QTQAINFRA-428

Diff for: tests/auto/qprocess/test/test.pro

+2
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,5 @@ symbian: {
122122

123123
DEPLOYMENT += binDep
124124
}
125+
126+
mac*:CONFIG+=insignificant_test # QTQAINFRA-428

Diff for: tests/auto/qtreeview/qtreeview.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
load(qttest_p4)
22
SOURCES += tst_qtreeview.cpp
33

4-
4+
CONFIG+=insignificant_test # QTQAINFRA-428

Diff for: tests/auto/qwebframe/qwebframe.pro

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ contains(QT_CONFIG,webkit) {
1111
} else {
1212
SOURCES += dummy.cpp
1313
}
14+
15+
CONFIG+=insignificant_test # QTQAINFRA-428

Diff for: tests/auto/qwidget_window/qwidget_window.pro

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ x11 {
55
LIBS += $$QMAKE_LIBS_X11
66
}
77

8+
CONFIG+=insignificant_test # QTQAINFRA-428

0 commit comments

Comments
 (0)