QTest::newRow("linker: dll format not recognized")
<<QString::fromLatin1("c:\\Qt\\4.6\\lib/QtGuid4.dll: file not recognized: File format not recognized")
<<OutputParserTester::STDERR
<<QString()<<QString()
<<(QList<ProjectExplorer::TaskWindow::Task>()
<<TaskWindow::Task(TaskWindow::Error,
QLatin1String("file not recognized: File format not recognized"),
QLatin1String("c:\\Qt\\4.6\\lib/QtGuid4.dll"),-1,
Constants::TASK_CATEGORY_COMPILE))
<<QString();
QTest::newRow("Invalid rpath")
<<QString::fromLatin1("g++: /usr/local/lib: No such file or directory")
<<OutputParserTester::STDERR
<<QString()<<QString()
<<(QList<ProjectExplorer::TaskWindow::Task>()
<<TaskWindow::Task(TaskWindow::Error,
QLatin1String("/usr/local/lib: No such file or directory"),
QString(),-1,
Constants::TASK_CATEGORY_COMPILE))
<<QString();
QTest::newRow("Invalid rpath")
<<QString::fromLatin1("../../../../master/src/plugins/debugger/gdb/gdbengine.cpp: In member function 'void Debugger::Internal::GdbEngine::handleBreakInsert2(const Debugger::Internal::GdbResponse&)':\n"