forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -96,6 +96,9 @@ void LocalQmlProfilerRunnerTest::testRunner()
|
|||||||
|
|
||||||
connectRunner();
|
connectRunner();
|
||||||
|
|
||||||
|
QTest::ignoreMessage(
|
||||||
|
QtDebugMsg, "Invalid run control state transition from "
|
||||||
|
"\"RunControlState::Starting\" to \"RunControlState::Stopped\"");
|
||||||
runControl->initiateStart();
|
runControl->initiateStart();
|
||||||
|
|
||||||
QTRY_COMPARE_WITH_TIMEOUT(startCount, 1, 30000);
|
QTRY_COMPARE_WITH_TIMEOUT(startCount, 1, 30000);
|
||||||
|
|||||||
Reference in New Issue
Block a user