test: organize tst_qnetworkreply .pro file a bit
- Don't run this test in parallel - Remove redundant QT=-gui - Place the insignificant_test marks together Change-Id: I078fa29a4dccef9af8798792d06d51835b4b8934 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
parent
49a55be973
commit
a0640d328f
@ -1,19 +1,16 @@
|
|||||||
CONFIG += testcase
|
CONFIG += testcase
|
||||||
testcase.timeout = 600 # this test is slow
|
testcase.timeout = 600 # this test is slow
|
||||||
CONFIG += parallel_test
|
|
||||||
CONFIG -= app_bundle debug_and_release_target
|
CONFIG -= app_bundle debug_and_release_target
|
||||||
QT -= gui
|
|
||||||
SOURCES += ../tst_qnetworkreply.cpp
|
SOURCES += ../tst_qnetworkreply.cpp
|
||||||
TARGET = ../tst_qnetworkreply
|
TARGET = ../tst_qnetworkreply
|
||||||
|
|
||||||
contains(QT_CONFIG,xcb): CONFIG+=insignificant_test # unstable, QTBUG-21102
|
|
||||||
|
|
||||||
QT = core-private network-private testlib
|
QT = core-private network-private testlib
|
||||||
RESOURCES += ../qnetworkreply.qrc
|
RESOURCES += ../qnetworkreply.qrc
|
||||||
|
|
||||||
TESTDATA += ../empty ../rfc3252.txt ../resource ../bigfile ../*.jpg ../certs \
|
TESTDATA += ../empty ../rfc3252.txt ../resource ../bigfile ../*.jpg ../certs \
|
||||||
../index.html ../smb-file.txt
|
../index.html ../smb-file.txt
|
||||||
|
|
||||||
|
contains(QT_CONFIG,xcb): CONFIG+=insignificant_test # unstable, QTBUG-21102
|
||||||
win32:CONFIG += insignificant_test # QTBUG-24226
|
win32:CONFIG += insignificant_test # QTBUG-24226
|
||||||
|
|
||||||
TEST_HELPER_INSTALLS = ../echo/echo
|
TEST_HELPER_INSTALLS = ../echo/echo
|
||||||
|
Loading…
Reference in New Issue
Block a user