Make 'nmake check' succeed for widgets tests
Marked a bunch of tests insignificant, and skipped one crashing test case in QApplication test, as that couldn't be made to pass simply by marking the test insignificant. Once the underlying issues are fixed, the tests need to be re-enabled. Task-number: QTBUG-24203 Change-Id: I9aea4fa207d307793445efdcaead72219fbf6c4f Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
parent
70ac149a16
commit
f8e2753323
@ -5,3 +5,5 @@ QT += core-private gui testlib
|
||||
|
||||
SOURCES += tst_qfilesystemmodel.cpp
|
||||
TARGET = tst_qfilesystemmodel
|
||||
|
||||
win32:CONFIG += insignificant_test # QTBUG-24291
|
||||
|
@ -8,3 +8,5 @@ SOURCES += tst_qgraphicsproxywidget.cpp
|
||||
|
||||
# ### fixme: QTBUG-20756 crashes on xcb
|
||||
contains(QT_CONFIG,xcb):CONFIG+=insignificant_test
|
||||
|
||||
win32:CONFIG += insignificant_test # QTBUG-24294
|
||||
|
@ -17,3 +17,5 @@ wince* {
|
||||
DEPLOYMENT += rootFiles renderFiles
|
||||
DEFINES += SRCDIR=\\\".\\\"
|
||||
}
|
||||
|
||||
win32:CONFIG += insignificant_test # QTBUG-24295
|
||||
|
@ -8,3 +8,5 @@ SOURCES += tst_qgraphicsview.cpp tst_qgraphicsview_2.cpp
|
||||
DEFINES += QT_NO_CAST_TO_ASCII
|
||||
|
||||
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG+=insignificant_test
|
||||
|
||||
win32:CONFIG += insignificant_test # QTBUG-24296
|
||||
|
@ -5,3 +5,5 @@ QT += core-private gui-private
|
||||
SOURCES += tst_qlistwidget.cpp
|
||||
|
||||
contains(QT_CONFIG,xcb):CONFIG+=insignificant_test # QTBUG-21098, fails unstably
|
||||
|
||||
win32:CONFIG += insignificant_test # QTBUG-24299
|
||||
|
@ -601,6 +601,9 @@ public slots:
|
||||
|
||||
void tst_QApplication::quitOnLastWindowClosed()
|
||||
{
|
||||
#ifdef Q_OS_WIN32
|
||||
QSKIP("This test crashes on Windows. Remove skip once the issue causing the crash is fixed (QTBUG-24300).");
|
||||
#endif
|
||||
#ifndef Q_OS_MAC
|
||||
// Test hangs on Mac OS X, see QTBUG-24319
|
||||
{
|
||||
|
@ -6,3 +6,5 @@ QT += gui-private
|
||||
SOURCES += tst_qstylesheetstyle.cpp
|
||||
RESOURCES += resources.qrc
|
||||
requires(contains(QT_CONFIG,private_tests))
|
||||
|
||||
win32:CONFIG += insignificant_test # QTBUG-24323
|
||||
|
@ -2,3 +2,5 @@ CONFIG += testcase
|
||||
TARGET = tst_qmenu
|
||||
QT += widgets testlib
|
||||
SOURCES += tst_qmenu.cpp
|
||||
|
||||
win32:CONFIG += insignificant_test # QTBUG-24325
|
||||
|
@ -5,3 +5,5 @@ SOURCES += tst_qmenubar.cpp
|
||||
|
||||
# QTBUG-4965, QTBUG-11823 - unstable tests
|
||||
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test
|
||||
|
||||
win32:CONFIG += insignificant_test # QTBUG-24326
|
||||
|
@ -17,3 +17,5 @@ wince* {
|
||||
}
|
||||
|
||||
contains(QT_CONFIG,xcb):CONFIG+=insignificant_test # QTBUG-20756 crashes on xcb
|
||||
|
||||
win32:CONFIG += insignificant_test # QTBUG-24348
|
||||
|
Loading…
Reference in New Issue
Block a user