Remove remains of qpa in tests.
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Change-Id: I41aed5290df5aebeb30ebf5d2796aca6c65980d1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
parent
991d9cf928
commit
735457a40b
@ -3,7 +3,7 @@ QT -= gui
|
||||
SOURCES += ../tst_qnetworkreply.cpp
|
||||
TARGET = ../tst_qnetworkreply
|
||||
|
||||
qpa:contains(QT_CONFIG,xcb): CONFIG+=insignificant_test # unstable, QTBUG-21102
|
||||
contains(QT_CONFIG,xcb): CONFIG+=insignificant_test # unstable, QTBUG-21102
|
||||
|
||||
win32 {
|
||||
CONFIG(debug, debug|release) {
|
||||
|
@ -4,4 +4,4 @@ QT += widgets gui-private testlib
|
||||
SOURCES += tst_qlistview.cpp
|
||||
win32:!wince*: LIBS += -luser32
|
||||
|
||||
qpa:contains(QT_CONFIG,xcb):CONFIG+=insignificant_test
|
||||
contains(QT_CONFIG,xcb):CONFIG+=insignificant_test
|
||||
|
@ -4,4 +4,4 @@ QT += widgets widgets-private testlib
|
||||
QT += core-private gui-private
|
||||
SOURCES += tst_qlistwidget.cpp
|
||||
|
||||
qpa:contains(QT_CONFIG,xcb):CONFIG+=insignificant_test # QTBUG-21098, fails unstably
|
||||
contains(QT_CONFIG,xcb):CONFIG+=insignificant_test # QTBUG-21098, fails unstably
|
||||
|
@ -3,4 +3,4 @@ TARGET = tst_qmenu
|
||||
QT += widgets testlib
|
||||
SOURCES += tst_qmenu.cpp
|
||||
|
||||
qpa:contains(QT_CONFIG,xcb):CONFIG+=insignificant_test # QTBUG-21100, unstably fails
|
||||
contains(QT_CONFIG,xcb):CONFIG+=insignificant_test # QTBUG-21100, unstably fails
|
||||
|
Loading…
Reference in New Issue
Block a user