aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/linuxiccparser.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2021-05-06 16:29:42 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2021-05-07 08:10:34 +0000
commitef21aacf1fb1c45180f9b62817c4c3e8f9a997a3 (patch)
tree752c081795a06264ca7ac04ea6b970629bdfa319 /src/plugins/projectexplorer/linuxiccparser.cpp
parentbcb3efb3c648dfd114b18852fdf48627c18deb50 (diff)
ProjectExplorer: Remove some Qt-specific parser tests
Warnings from uic and moc should be caught by the QtParser, not by the LdParser, as they currently are. We move the uic test case to QtSupport, and we remove the three identical moc test cases, as the exact same output is already checked in QtSupport. Task-number: QTCREATORBUG-25677 Change-Id: Iec0203c2be60a80bd6ef0a090a9828f59ae6b482 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/linuxiccparser.cpp')
-rw-r--r--src/plugins/projectexplorer/linuxiccparser.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/plugins/projectexplorer/linuxiccparser.cpp b/src/plugins/projectexplorer/linuxiccparser.cpp
index 41d46a3522..dd1b295e34 100644
--- a/src/plugins/projectexplorer/linuxiccparser.cpp
+++ b/src/plugins/projectexplorer/linuxiccparser.cpp
@@ -217,16 +217,6 @@ void ProjectExplorerPlugin::testLinuxIccOutputParsers_data()
"use of \"=\" where \"==\" may have been intended\nwhile (a = true)",
FilePath::fromUserInput("main.cpp"), 41))
<< QString();
-
- QTest::newRow("moc note")
- << QString::fromLatin1("/home/qtwebkithelpviewer.h:0: Note: No relevant classes found. No output generated.")
- << OutputParserTester::STDERR
- << QString() << QString()
- << (Tasks()
- << CompileTask(Task::Unknown,
- "Note: No relevant classes found. No output generated.",
- FilePath::fromUserInput("/home/qtwebkithelpviewer.h"), -1))
- << QString();
}
void ProjectExplorerPlugin::testLinuxIccOutputParsers()