Put bug numbers on same line as insignificant_test markers.
This makes it easier to find insignificant tests that have no associated bug report. Change-Id: Ia71d59da062818d3860b0365d063e044705267fd Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
d2090e19a9
commit
73db181e83
@ -14,4 +14,4 @@ wince*: {
|
|||||||
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG+=insignificant_test # uses live qt-test-server, inherently unstable
|
CONFIG+=insignificant_test # QTBUG-15111: uses live qt-test-server, inherently unstable
|
||||||
|
@ -10,7 +10,6 @@ MOC_DIR=tmp
|
|||||||
|
|
||||||
QT = core-private network-private testlib
|
QT = core-private network-private testlib
|
||||||
|
|
||||||
# QTBUG-23380 - udpTest failing on Ubuntu 11.10 x64
|
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test # QTBUG-23380
|
||||||
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test
|
|
||||||
|
|
||||||
requires(contains(QT_CONFIG,private_tests))
|
requires(contains(QT_CONFIG,private_tests))
|
||||||
|
@ -7,6 +7,6 @@ QT += core-private gui-private
|
|||||||
SOURCES += tst_qgraphicsview.cpp tst_qgraphicsview_2.cpp
|
SOURCES += tst_qgraphicsview.cpp tst_qgraphicsview_2.cpp
|
||||||
DEFINES += QT_NO_CAST_TO_ASCII
|
DEFINES += QT_NO_CAST_TO_ASCII
|
||||||
|
|
||||||
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG+=insignificant_test
|
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG+=insignificant_test # QTBUG-16063
|
||||||
|
|
||||||
win32|mac:CONFIG += insignificant_test # QTBUG-24296
|
win32|mac:CONFIG += insignificant_test # QTBUG-24296
|
||||||
|
@ -6,5 +6,4 @@ QT += core-private gui-private
|
|||||||
|
|
||||||
SOURCES += tst_qgraphicswidget.cpp
|
SOURCES += tst_qgraphicswidget.cpp
|
||||||
|
|
||||||
# QTBUG-23616 - unstable test
|
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test # QTBUG-23616
|
||||||
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test
|
|
||||||
|
@ -5,5 +5,4 @@ SOURCES += tst_qitemdelegate.cpp
|
|||||||
|
|
||||||
win32:!wince*: LIBS += -lUser32
|
win32:!wince*: LIBS += -lUser32
|
||||||
|
|
||||||
# QTBUG-23637
|
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG+=insignificant_test # QTBUG-23637
|
||||||
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG+=insignificant_test
|
|
||||||
|
@ -4,5 +4,4 @@ QT += widgets testlib
|
|||||||
QT += widgets-private gui-private core-private
|
QT += widgets-private gui-private core-private
|
||||||
SOURCES += tst_qtreeview.cpp
|
SOURCES += tst_qtreeview.cpp
|
||||||
|
|
||||||
# QTBUG-23638
|
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG+=insignificant_test # QTBUG-23638
|
||||||
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG+=insignificant_test
|
|
||||||
|
@ -3,5 +3,4 @@ TARGET = tst_qcombobox
|
|||||||
QT += widgets widgets-private gui-private core-private testlib
|
QT += widgets widgets-private gui-private core-private testlib
|
||||||
SOURCES += tst_qcombobox.cpp
|
SOURCES += tst_qcombobox.cpp
|
||||||
|
|
||||||
# QTBUG-23639 - unstable test (related QTBUG-1071)
|
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test # QTBUG-23639, (related QTBUG-1071)
|
||||||
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test
|
|
||||||
|
@ -3,5 +3,4 @@ TARGET = tst_qdoublespinbox
|
|||||||
QT += widgets testlib
|
QT += widgets testlib
|
||||||
SOURCES += tst_qdoublespinbox.cpp
|
SOURCES += tst_qdoublespinbox.cpp
|
||||||
|
|
||||||
# QTBUG-23641 - unstable test
|
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test # QTBUG-23641
|
||||||
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test
|
|
||||||
|
@ -3,5 +3,4 @@ TARGET = tst_qmenubar
|
|||||||
QT += widgets testlib
|
QT += widgets testlib
|
||||||
SOURCES += tst_qmenubar.cpp
|
SOURCES += tst_qmenubar.cpp
|
||||||
|
|
||||||
# QTBUG-4965, QTBUG-11823 - unstable tests
|
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test # QTBUG-4965, QTBUG-11823
|
||||||
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user