summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-05-28 18:22:54 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-05-29 13:39:18 +0000
commita5f83fb66eb10d20f47a56da74c67bd7b3dda8df (patch)
treeb1d2cbe1696eebaf7d0f9ce6a0954c7022cd1009
parent8960075b426c3b9f167b8679039fe9aaeec149aa (diff)
downloadqt-creator-a5f83fb66eb10d20f47a56da74c67bd7b3dda8df.tar.gz
QmlProfiler: Suppress debug message in test
The application is expected to fail after the transition to "Starting" there. Change-Id: I61e69df73ca9db82b9649727b69800927b1c16c5 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--src/plugins/qmlprofiler/tests/localqmlprofilerrunner_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/tests/localqmlprofilerrunner_test.cpp b/src/plugins/qmlprofiler/tests/localqmlprofilerrunner_test.cpp
index 2181dfbd33..a4721bf450 100644
--- a/src/plugins/qmlprofiler/tests/localqmlprofilerrunner_test.cpp
+++ b/src/plugins/qmlprofiler/tests/localqmlprofilerrunner_test.cpp
@@ -96,6 +96,9 @@ void LocalQmlProfilerRunnerTest::testRunner()
connectRunner();
+ QTest::ignoreMessage(
+ QtDebugMsg, "Invalid run control state transition from "
+ "\"RunControlState::Starting\" to \"RunControlState::Stopped\"");
runControl->initiateStart();
QTRY_COMPARE_WITH_TIMEOUT(startCount, 1, 30000);