forked from qt-creator/qt-creator
AutoTest: Handle sanitizer output
This is an attempt to handle output coming from sanitizers appropriate. Task-number: QTCREATORBUG-24328 Change-Id: Ifb22d465c9f99d767cc7702b9c459076ab39d567 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
@@ -192,6 +192,7 @@ void GTestOutputReader::processOutputLine(const QByteArray &outputLine)
|
||||
void GTestOutputReader::processStdError(const QByteArray &outputLine)
|
||||
{
|
||||
// we need to process the output, GTest may uses both out streams
|
||||
checkForSanitizerOutput(outputLine);
|
||||
processOutputLine(outputLine);
|
||||
emit newOutputLineAvailable(outputLine, OutputChannel::StdErr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user