Add bug numbers to insignificant_test markers.
Change-Id: I4033ef0bd50a1be484503886b6bfda456da26675 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>bb10
parent
c2cd2a0cb8
commit
c25fa94f8f
|
|
@ -22,4 +22,4 @@ wince* {
|
|||
|
||||
TARGET = tst_qudpsocket
|
||||
|
||||
CONFIG+=insignificant_test
|
||||
CONFIG+=insignificant_test # QTBUG-15111
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ QT += widgets widgets-private opengl-private gui-private core-private testlib
|
|||
SOURCES += tst_qgl.cpp
|
||||
RESOURCES = qgl.qrc
|
||||
|
||||
CONFIG+=insignificant_test
|
||||
CONFIG+=insignificant_test # QTBUG-25293
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ TARGET = tst_qprinter
|
|||
QT += printsupport widgets testlib
|
||||
SOURCES += tst_qprinter.cpp
|
||||
|
||||
mac*:CONFIG+=insignificant_test
|
||||
mac*:CONFIG+=insignificant_test # QTBUG-25292
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ QT += core-private gui-private
|
|||
|
||||
SOURCES += tst_qgraphicsproxywidget.cpp
|
||||
|
||||
# ### fixme: QTBUG-20756 crashes on xcb
|
||||
contains(QT_CONFIG,xcb):CONFIG+=insignificant_test
|
||||
contains(QT_CONFIG,xcb):CONFIG+=insignificant_test # QTBUG-25294
|
||||
|
||||
win32:CONFIG += insignificant_test # QTBUG-24294
|
||||
|
|
|
|||
|
|
@ -21,4 +21,4 @@ x11 {
|
|||
|
||||
!wince*:win32: LIBS += -luser32 -lgdi32
|
||||
|
||||
CONFIG+=insignificant_test
|
||||
CONFIG+=insignificant_test # QTBUG-25300
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ QT += widgets testlib
|
|||
SOURCES += tst_qmacstyle.cpp
|
||||
|
||||
|
||||
mac*:CONFIG+=insignificant_test
|
||||
mac*:CONFIG+=insignificant_test # QTBUG-25296
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@ mac {
|
|||
LIBS += -framework Security
|
||||
}
|
||||
|
||||
CONFIG+=insignificant_test
|
||||
CONFIG+=insignificant_test # QTBUG-25298
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ SOURCES += tst_qmdisubwindow.cpp
|
|||
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
|
||||
|
||||
|
||||
mac*:CONFIG+=insignificant_test
|
||||
mac*:CONFIG+=insignificant_test # QTBUG-25297
|
||||
|
|
|
|||
Loading…
Reference in New Issue