summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-12-12 11:29:47 +0100
committerJukka Jokiniva <jukka.jokiniva@qt.io>2021-09-22 06:28:29 +0000
commit42ceedad1fbfe31eb3daa3dd844bb70ef98828d4 (patch)
tree320fe0c99e41193d921e589af2fca7457221ac11
parentee94974592b1423b0438f809390a9237cdc8f1e4 (diff)
downloadqtwebchannel-42ceedad1fbfe31eb3daa3dd844bb70ef98828d4.tar.gz
Skip TestWebChannel::testAsyncObject() due to crashes
Blacklisting the test won't help as it frequently crashes. [Note on pick: there is a fix in later versions, commit 28455e59c0b940200fe0223472a80104ce1a02dd, but 5.12 is in its Very Strict phase, for which we judged that change unsuitable. So stick with skipping the broken test.] Task-number: QTBUG-74611 Task-number: QTBUG-51366 Task-number: QTBUG-80729 Change-Id: Ie7ef03c751af501d662596ea150e572c814fed82 Reviewed-by: Milian Wolff <milian.wolff@kdab.com> (cherry picked from commit ee688ba13ec8c874d01c4e2d630eef6b31abd6ad) Reviewed-by: Arno Rehn <a.rehn@menlosystems.com>
-rw-r--r--tests/auto/webchannel/tst_webchannel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/webchannel/tst_webchannel.cpp b/tests/auto/webchannel/tst_webchannel.cpp
index 27ef81c..7323a3d 100644
--- a/tests/auto/webchannel/tst_webchannel.cpp
+++ b/tests/auto/webchannel/tst_webchannel.cpp
@@ -855,6 +855,8 @@ void TestWebChannel::testInfiniteRecursion()
void TestWebChannel::testAsyncObject()
{
+ QSKIP("This test is broken. See QTBUG-80729");
+
QWebChannel channel;
channel.connectTo(m_dummyTransport);