dd032aacc0
This test crashes pseudorandomly, which makes the result insignificant for the purpose of detecting regressions. Task-number: QTBUG-20686 Change-Id: I3079d935d46a4bcd2b119c2b9b452f0b69dccf21 Reviewed-on: http://codereview.qt.nokia.com/2479 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
15 lines
311 B
Prolog
15 lines
311 B
Prolog
load(qttest_p4)
|
|
QT += network
|
|
QT -= gui
|
|
SOURCES += tst_qabstractnetworkcache.cpp
|
|
|
|
wince*|symbian: {
|
|
testFiles.files = tests
|
|
testFiles.path = .
|
|
DEPLOYMENT += testFiles
|
|
}
|
|
|
|
symbian: TARGET.CAPABILITY = NetworkServices
|
|
|
|
CONFIG += insignificant_test # QTBUG-20686; note, assumed unstable on all platforms
|