tst_QTcpSocket: Replace insignification on Windows by BLACKLIST.

Partially reverts f3939d943e.

Task-number: QTBUG-52714
Task-number: QTBUG-49332
Task-number: QTBUG-49333
Change-Id: I1f1b3278134b1e6156c0cb7006d396154c776a46
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
This commit is contained in:
Friedemann Kleint 2016-06-08 10:37:25 +02:00
parent 67ca72796e
commit caa4e44937
2 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,13 @@
[bindThenResolveHost:first-fail]
windows
[bind:[::]]
windows
[bind:[::]:randomport]
windows
[invalidProxy:socks5-on-http]
windows
[disconnectWhileLookingUp]
windows
[timeoutConnect:ip]
windows
]

View File

@ -21,5 +21,3 @@ win32 {
} else { } else {
DESTDIR = ../ DESTDIR = ../
} }
win32: CONFIG += insignificant_test # Hangs in release builds