Revert "tst_qudpsocket - remove insignificant"
This reverts commit 11ad50074b.
Unfortunately, udpsocket strikes back this time on OS X < 10.10 -
never seens these test failing before. Since this prevents 5.6->5.7
merge, I have to revert it until the problem investigated/fixed on OS X.
Alas :(
Change-Id: I52f6512d88c25d2e3071cb845e91faefbd455e27
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
bb10
parent
2ac3fab45f
commit
ae975859f9
|
|
@ -6,15 +6,3 @@ osx
|
|||
osx
|
||||
[multicast:same bind, group ipv4 address]
|
||||
osx
|
||||
[writeDatagramToNonExistingPeer]
|
||||
windows
|
||||
[asyncReadDatagram]
|
||||
windows
|
||||
[multicastLeaveAfterClose]
|
||||
osx
|
||||
[readyRead]
|
||||
osx
|
||||
[readyReadForEmptyDatagram]
|
||||
osx
|
||||
[asyncReadDatagram]
|
||||
osx
|
||||
|
|
|
|||
|
|
@ -22,3 +22,5 @@ wince* {
|
|||
}
|
||||
|
||||
TARGET = tst_qudpsocket
|
||||
|
||||
CONFIG+=insignificant_test # QTBUG-25367, QTBUG-25368
|
||||
|
|
|
|||
Loading…
Reference in New Issue