summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2011-12-29 17:26:48 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-30 15:17:02 +0100
commit7f4c45390d4ad3f3fcff5faadfc2870624efa0cb (patch)
treee35be4dc32a96f2bb5db540739ffca700c7e3482 /tests/auto
parent6576fda2ade4b61ee19896a431e97e870d62974f (diff)
Flag udpTest as insignificant, fails on Ubuntu 11.10 x64.
This testcase fails on the Ubuntu 11.10 x64 platform, add flag to .pro file so test is ignored on this platform. Task-number: QTBUG-23380 Change-Id: I51831df8c8e9bfcf63d3689e37552ca1a62691cd Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/network/socket/qsocks5socketengine/qsocks5socketengine.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/network/socket/qsocks5socketengine/qsocks5socketengine.pro b/tests/auto/network/socket/qsocks5socketengine/qsocks5socketengine.pro
index f3c24e19fd..389c8ca4dc 100644
--- a/tests/auto/network/socket/qsocks5socketengine/qsocks5socketengine.pro
+++ b/tests/auto/network/socket/qsocks5socketengine/qsocks5socketengine.pro
@@ -10,4 +10,7 @@ MOC_DIR=tmp
QT = core-private network-private testlib
+# QTBUG-23380 - udpTest failing on Ubuntu 11.10 x64
+linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test
+
requires(contains(QT_CONFIG,private_tests))