forked from qt-creator/qt-creator
debugger: integrate state test into test automation framework
Change-Id: If3c6b5095a10a92683bf2214e45408e8d885085f Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user