summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qudpsocket/test
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2016-04-27 08:40:16 +0200
committerTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2016-05-06 11:59:03 +0000
commit11ad50074b57df7559d39a0620a1e1b35d0ac061 (patch)
treec01d65b4b66e0e0f51370004219bb0afc86bb83f /tests/auto/network/socket/qudpsocket/test
parent88c4388022de192d2834ffa16b4d5f572993da58 (diff)
tst_qudpsocket - remove insignificant
BLACKLIST should make it, recent regression in QUdpSocket went unnoticed (first) because of 'insignificant'. We'd like to avoid such regressions in future (again, using BLACKLIST if needed and fixig the real problem then). NB: BLACKLIST in this patch was extended to deal with previously unnoticed failures on Windows and OS X. 'multicast' and related family of of functions on OS X will probably stay like this (seems to be a Darwin's quirk), datagram size related tests - fixed in dev or 5.7 (change is in nativesocket engine, 'bytesAvailable'). Task-number: QTBUG-52714 Change-Id: I039b05935a02983ce1648de449907dfa765f7db7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'tests/auto/network/socket/qudpsocket/test')
-rw-r--r--tests/auto/network/socket/qudpsocket/test/test.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/network/socket/qudpsocket/test/test.pro b/tests/auto/network/socket/qudpsocket/test/test.pro
index 8ad16c652d..e4812416dc 100644
--- a/tests/auto/network/socket/qudpsocket/test/test.pro
+++ b/tests/auto/network/socket/qudpsocket/test/test.pro
@@ -22,5 +22,3 @@ wince* {
}
TARGET = tst_qudpsocket
-
-CONFIG+=insignificant_test # QTBUG-25367, QTBUG-25368