Skip to content

Commit

Permalink
tst_QTcpSocket: Replace insignification on Windows by BLACKLIST.
Browse files Browse the repository at this point in the history
Partially reverts f3939d9.

Task-number: QTBUG-52714
Task-number: QTBUG-49332
Task-number: QTBUG-49333
Change-Id: I1f1b3278134b1e6156c0cb7006d396154c776a46
Reviewed-by: Timur Pocheptsov <[email protected]>
  • Loading branch information
FriedemannKleint committed Jun 10, 2016
1 parent 67ca727 commit caa4e44
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 13 additions & 0 deletions tests/auto/network/socket/qtcpsocket/BLACKLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[bindThenResolveHost:first-fail]
windows
[bind:[::]]
windows
[bind:[::]:randomport]
windows
[invalidProxy:socks5-on-http]
windows
[disconnectWhileLookingUp]
windows
[timeoutConnect:ip]
windows
]
2 changes: 0 additions & 2 deletions tests/auto/network/socket/qtcpsocket/test/test.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ win32 {
} else {
DESTDIR = ../
}

win32: CONFIG += insignificant_test # Hangs in release builds

0 comments on commit caa4e44

Please sign in to comment.