From ddeb90744260c9842e58339a0a16da2380867bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Tue, 1 Jul 2014 11:47:07 +0200 Subject: Skip unstable autotests in QtBase. The combination of these unstable tests makes it very hard to get changes through the CI system due to the unrelated test failures. Skip the following test functions: tst_QIODevice::unget QTBUG-39983 (Mac) tst_QThreadPool:expiryTimeoutRace QTBUG-3786 (Windows) tst_QLocalSocket::processConnection QTBUG-39986 (Mac) tst_QTcpServer::adressReusable QTBUG-39985 (Linux) Change-Id: I96559bea0d437fd25966b6ccac1ece1490e06241 Reviewed-by: David Faure Reviewed-by: Shawn Rutledge --- tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp') diff --git a/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp b/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp index f01d79d9bc..23a1455571 100644 --- a/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp +++ b/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp @@ -576,6 +576,9 @@ protected: #ifndef QT_NO_PROCESS void tst_QTcpServer::addressReusable() { +#ifdef Q_OS_LINUX + QSKIP("The addressReusable test is unstable on Linux. See QTBUG-39985."); +#endif QFETCH_GLOBAL(bool, setProxy); if (setProxy) { #ifndef QT_NO_NETWORKPROXY -- cgit v1.2.3