aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-07-31 12:37:43 +0200
committerhjk <hjk@qt.io>2019-07-31 12:18:02 +0000
commitae66f63390cf1165bba1d00e7b79b27d36498501 (patch)
treebc531ff03cb1ae2ab69bf5a7ea0fd15bcdac4775 /tests/auto
parent5d3010a722d2b90bcdf870e7ba04e8a87f790707 (diff)
Debugger: Disable QObject connection and signal display
Besides the announced change to QObject guts in a5a859e72 there has been at least 6e0b5dadc and possibly more, so give up here. Change-Id: I84201cef9f2a7515f082f4c3310bdc96f7a4216d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index f6b3cd8b56..b179882643 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -2837,8 +2837,9 @@ void tst_Dumpers::dumper_data()
+ Check("ob", "\"An Object\"", "@QWidget")
+ Check("ob1", "\"Another Object\"", "@QObject")
+ Check("ob2", "\"A Subobject\"", "@QObject")
- + Check("ob.[extra].[connections].@1.0.0.receiver", "\"Another Object\"",
- "@QObject") % NoCdbEngine % QtVersion(0x50b00);
+ //+ Check("ob.[extra].[connections].@1.0.0.receiver", "\"Another Object\"",
+ // "@QObject") % NoCdbEngine % QtVersion(0x50b00)
+ ;
QString senderData =