debugger: integrate state test into test automation framework

Change-Id: If3c6b5095a10a92683bf2214e45408e8d885085f
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-01-25 17:28:06 +01:00
committed by hjk
parent accde26139
commit 828139a7db
4 changed files with 162 additions and 59 deletions

View File

@@ -5086,7 +5086,7 @@ bool GdbEngine::isHiddenBreakpoint(const BreakpointResponseId &id) const
void GdbEngine::scheduleTestResponse(int testCase, const QByteArray &response)
{
if (!m_testCases.contains(testCase))
if (!m_testCases.contains(testCase) && startParameters().testCase != testCase)
return;
int token = currentToken() + 1;