Flag test as expected failure for Ubuntu 11.10 x64.
Change-Id: I05ff434581f48d4d3ede7ecb59208821a2ab3e7d Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>bb10
parent
605329eb1b
commit
d26a71da18
|
|
@ -4,5 +4,6 @@ TEMPLATE = subdirs
|
|||
!wince*: SUBDIRS = test stressTest
|
||||
wince*|vxworks* : SUBDIRS = test
|
||||
|
||||
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):DEFINES+=UBUNTU_ONEIRIC
|
||||
|
||||
requires(contains(QT_CONFIG,private_tests))
|
||||
|
|
|
|||
|
|
@ -2259,6 +2259,9 @@ void tst_QTcpSocket::suddenRemoteDisconnect()
|
|||
QVERIFY(stopWatch.elapsed() < 20000);
|
||||
|
||||
// Check that both exited normally.
|
||||
#if defined(UBUNTU_ONEIRIC) && defined(__x86_64__)
|
||||
QEXPECT_FAIL("", "Fails on this platform", Abort);
|
||||
#endif
|
||||
QCOMPARE(clientProcess.readAll().constData(), "SUCCESS\n");
|
||||
QCOMPARE(serverProcess.readAll().constData(), "SUCCESS\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue