summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_signaldumper.tap
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-07-21 22:38:47 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-07-22 23:23:16 +0200
commite7371c19d9ab89847115efbe490a23c24c23f20b (patch)
tree558a84b60707509687ee0955e4f0e4eb99f135c0 /tests/auto/testlib/selftests/expected_signaldumper.tap
parent304ec18a1ada480f45d1831c24af9b341cf62b67 (diff)
testlib: Defer signal dumper start until tests are ready to run
We don't want the signal dumper to pick up signals that our own test machinery produces, such as the ones emitted from the watchdog thread startup and shutdown. This would otherwise produce: tst_Signaldumper::initTestCase() Signal: QThread(7fc969e0d870) started () At startup, and at shutdown even more confusingly: tst_Signaldumper::UnknownTestFunc() Signal: QThread(7fc969e0d870) finished () Change-Id: I9e81fa168eaa92551d38d5576973bbf95ac23364 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_signaldumper.tap')
-rw-r--r--tests/auto/testlib/selftests/expected_signaldumper.tap2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/expected_signaldumper.tap b/tests/auto/testlib/selftests/expected_signaldumper.tap
index 8e7b2c5744..4e0ae0bf4f 100644
--- a/tests/auto/testlib/selftests/expected_signaldumper.tap
+++ b/tests/auto/testlib/selftests/expected_signaldumper.tap
@@ -1,6 +1,5 @@
TAP version 13
# tst_Signaldumper
-# Signal: QThread(_POINTER_) started ()
ok 1 - initTestCase()
# Signal: SignalSlotClass(_POINTER_) signalWithoutParameters ()
# Signal: SignalSlotClass(_POINTER_) signalWithParameters (int(242), char(m))
@@ -146,7 +145,6 @@ ok 19 - variousTypes()
# Signal: SignalSlotClass(_POINTER_) signalWithoutParameters ()
ok 20 - deletingSender()
ok 21 - cleanupTestCase()
-# Signal: QThread(_POINTER_) finished ()
1..21
# tests 21
# pass 21