-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tst_QTcpSocket: Replace insignification on Windows by BLACKLIST.
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
1 parent
67ca727
commit caa4e44
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,5 +21,3 @@ win32 { | |
} else { | ||
DESTDIR = ../ | ||
} | ||
|
||
win32: CONFIG += insignificant_test # Hangs in release builds |