Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
9b2a6d80
Commit
9b2a6d80
authored
Apr 15, 2010
by
Tobias Hunger
Browse files
Add unit test for QTCREATORBUG-1165
Nothing to fix in master, move on;-) Tasknumber: QTCREATORBUG-1165
parent
b7c0a420
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/gccparser.cpp
View file @
9b2a6d80
...
...
@@ -428,6 +428,16 @@ void ProjectExplorerPlugin::testGccOutputParsers_data()
QLatin1String
(
"../../scriptbug/main.cpp"
),
8
,
Constants
::
TASK_CATEGORY_COMPILE
))
<<
QString
();
QTest
::
newRow
(
"instanciated from here"
)
<<
QString
::
fromLatin1
(
"main.cpp:10: instantiated from here "
)
<<
OutputParserTester
::
STDERR
<<
QString
()
<<
QString
()
<<
(
QList
<
ProjectExplorer
::
Task
>
()
<<
Task
(
Task
::
Unknown
,
QLatin1String
(
"instantiated from here"
),
QLatin1String
(
"main.cpp"
),
10
,
Constants
::
TASK_CATEGORY_COMPILE
))
<<
QString
();
QTest
::
newRow
(
"At global scope"
)
<<
QString
::
fromLatin1
(
"../../scriptbug/main.cpp: At global scope:
\n
"
"../../scriptbug/main.cpp: In instantiation of void bar(i) [with i = double]:
\n
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment