aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/outputparser_test.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2022-04-08 09:55:11 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2022-04-13 09:58:21 +0000
commit759527ff7f5e1a379a1572079926f545f558bfb7 (patch)
treeaec7861e11e13f340b1e233b9934a48ffdf31ab3 /src/plugins/projectexplorer/outputparser_test.cpp
parentc21fb22da85e1aa818b96187caaca0c9c3616767 (diff)
ProjectExplorer: Add output parser for AddressSanitizer messages
Change-Id: I9107a4f23998ed95f374c7d61c9ee1e6e6e2d437 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/outputparser_test.cpp')
-rw-r--r--src/plugins/projectexplorer/outputparser_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/outputparser_test.cpp b/src/plugins/projectexplorer/outputparser_test.cpp
index 8cbfb4108a..5cdf5c9924 100644
--- a/src/plugins/projectexplorer/outputparser_test.cpp
+++ b/src/plugins/projectexplorer/outputparser_test.cpp
@@ -60,6 +60,8 @@ void OutputParserTester::testParsing(const QString &lines,
const QString &childStdErrLines,
const QString &outputLines)
{
+ for (Utils::OutputLineParser * const parser : lineParsers())
+ parser->skipFileExistsCheck();
const auto terminator = new TestTerminator(this);
if (!lineParsers().isEmpty())
terminator->setRedirectionDetector(lineParsers().constLast());