builder/com.nokia.carbide.cdt.builder.test/data/errorpatterns/abstractgcce.regression.xml
author Ed Swartz <ed.swartz@nokia.com>
Fri, 04 Dec 2009 14:38:14 -0600
changeset 632 4a8b1092f0a4
parent 463 5dbf7a006edf
permissions -rw-r--r--
Fix some error parser unit tests. A trailing colon was being included in several source files. Part of the fix is in CDT fix <https://bugs.eclipse.org/bugs/show_bug.cgi?id=296966> and Austin/MCL/sftools/dev/eclipseenv/eclipse 123:71e3840b8eca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
125
b878114e8cc2 Overhaul of RCOMP/GCCE error parsing to fix 8901:
tzelaw
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
b878114e8cc2 Overhaul of RCOMP/GCCE error parsing to fix 8901:
tzelaw
parents:
diff changeset
     2
<root>
463
5dbf7a006edf fix bug 9690, GCCErrorParser missing some errors from WINSCW builds
timkelly
parents: 439
diff changeset
     3
  <!--Error Marker at index 0-->
632
4a8b1092f0a4 Fix some error parser unit tests. A trailing colon was being included in several source files.
Ed Swartz <ed.swartz@nokia.com>
parents: 463
diff changeset
     4
  <marker_info file="^EMPTY^" line_number="0" message="No such file or directory" severity="2" variable_name="^EMPTY^" external_path_string="test/test.cpp" />
125
b878114e8cc2 Overhaul of RCOMP/GCCE error parsing to fix 8901:
tzelaw
parents:
diff changeset
     5
  <!--Error Marker at index 1-->
b878114e8cc2 Overhaul of RCOMP/GCCE error parsing to fix 8901:
tzelaw
parents:
diff changeset
     6
  <marker_info file="^EMPTY^" line_number="0" message="no input files" severity="2" variable_name="^EMPTY^" external_path_string="^EMPTY^" />
b878114e8cc2 Overhaul of RCOMP/GCCE error parsing to fix 8901:
tzelaw
parents:
diff changeset
     7
  <!--Error Marker at index 2-->
b878114e8cc2 Overhaul of RCOMP/GCCE error parsing to fix 8901:
tzelaw
parents:
diff changeset
     8
  <marker_info file="^EMPTY^" line_number="0" message="`-x c++' after last input file has no effect" severity="1" variable_name="^EMPTY^" external_path_string="^EMPTY^" />
b878114e8cc2 Overhaul of RCOMP/GCCE error parsing to fix 8901:
tzelaw
parents:
diff changeset
     9
  <!--Error Marker at index 3-->
b878114e8cc2 Overhaul of RCOMP/GCCE error parsing to fix 8901:
tzelaw
parents:
diff changeset
    10
  <marker_info file="^EMPTY^" line_number="0" message="some message" severity="2" variable_name="^EMPTY^" external_path_string="^EMPTY^" />
439
a29cb5e793d3 fixed GCCE error parser & tests to work with CDT 6.0 changes.
timkelly
parents: 125
diff changeset
    11
  <!--Error Marker at index 4-->
a29cb5e793d3 fixed GCCE error parser & tests to work with CDT 6.0 changes.
timkelly
parents: 125
diff changeset
    12
  <marker_info file="^EMPTY^" line_number="11" message="value with length 0 violates the length restriction: length (1 .. infinity)" severity="2" variable_name="^EMPTY^" external_path_string="foo.cc" />
a29cb5e793d3 fixed GCCE error parser & tests to work with CDT 6.0 changes.
timkelly
parents: 125
diff changeset
    13
  <!--Error Marker at index 5-->
a29cb5e793d3 fixed GCCE error parser & tests to work with CDT 6.0 changes.
timkelly
parents: 125
diff changeset
    14
  <marker_info file="^EMPTY^" line_number="11" message="value with length 0 violates the length restriction" severity="2" variable_name="^EMPTY^" external_path_string="foo.cc" />
a29cb5e793d3 fixed GCCE error parser & tests to work with CDT 6.0 changes.
timkelly
parents: 125
diff changeset
    15
  <!--Error Marker at index 6-->
a29cb5e793d3 fixed GCCE error parser & tests to work with CDT 6.0 changes.
timkelly
parents: 125
diff changeset
    16
  <marker_info file="^EMPTY^" line_number="242" message="enumeral mismatch in conditional expression: `TFalse' vs `TTrue'" severity="1" variable_name="^EMPTY^" external_path_string="/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/include/eikmenup.h" />
a29cb5e793d3 fixed GCCE error parser & tests to work with CDT 6.0 changes.
timkelly
parents: 125
diff changeset
    17
  <!--Error Marker at index 7-->
a29cb5e793d3 fixed GCCE error parser & tests to work with CDT 6.0 changes.
timkelly
parents: 125
diff changeset
    18
  <marker_info file="^EMPTY^" line_number="39" message="invalid function declaration" severity="2" variable_name="^EMPTY^" external_path_string="/runtime-EclipseApplication/GUIFooey/src/guifooeyappui.cpp" />
a29cb5e793d3 fixed GCCE error parser & tests to work with CDT 6.0 changes.
timkelly
parents: 125
diff changeset
    19
  <!--Error Marker at index 8-->
a29cb5e793d3 fixed GCCE error parser & tests to work with CDT 6.0 changes.
timkelly
parents: 125
diff changeset
    20
  <marker_info file="^EMPTY^" line_number="39" message="expected unqualified-id before ':' token" severity="2" variable_name="^EMPTY^" external_path_string="/runtime-EclipseApplication/GUIFooey/src/guifooeyappui.cpp" />
a29cb5e793d3 fixed GCCE error parser & tests to work with CDT 6.0 changes.
timkelly
parents: 125
diff changeset
    21
  <!--Error Marker at index 9-->
a29cb5e793d3 fixed GCCE error parser & tests to work with CDT 6.0 changes.
timkelly
parents: 125
diff changeset
    22
  <marker_info file="^EMPTY^" line_number="34" message="candidate is: virtual void CGUIFooeyAppUi::ConstructL()" severity="2" variable_name="^EMPTY^" external_path_string="/runtime-EclipseApplication/GUIFooey/inc/GUIFooeyAppUi.h" />
a29cb5e793d3 fixed GCCE error parser & tests to work with CDT 6.0 changes.
timkelly
parents: 125
diff changeset
    23
  <!--Error Marker at index 10-->
a29cb5e793d3 fixed GCCE error parser & tests to work with CDT 6.0 changes.
timkelly
parents: 125
diff changeset
    24
  <marker_info file="^EMPTY^" line_number="49" message="unused variable 'j'" severity="1" variable_name="^EMPTY^" external_path_string="/runtime-EclipseApplication/GUIFooey/inc/GUIFooeyAppUi.h" />
463
5dbf7a006edf fix bug 9690, GCCErrorParser missing some errors from WINSCW builds
timkelly
parents: 439
diff changeset
    25
  <!--Error Marker at index 11-->
5dbf7a006edf fix bug 9690, GCCErrorParser missing some errors from WINSCW builds
timkelly
parents: 439
diff changeset
    26
  <marker_info file="^EMPTY^" line_number="26" message="';' expected" severity="2" variable_name="^EMPTY^" external_path_string="../src/lalaApplication.cpp" />
5dbf7a006edf fix bug 9690, GCCErrorParser missing some errors from WINSCW builds
timkelly
parents: 439
diff changeset
    27
  <!--Error Marker at index 12-->
5dbf7a006edf fix bug 9690, GCCErrorParser missing some errors from WINSCW builds
timkelly
parents: 439
diff changeset
    28
  <marker_info file="^EMPTY^" line_number="26" message="expression syntax error" severity="2" variable_name="^EMPTY^" external_path_string="../src/lalaApplication.cpp" />
5dbf7a006edf fix bug 9690, GCCErrorParser missing some errors from WINSCW builds
timkelly
parents: 439
diff changeset
    29
  <!--Error Marker at index 13-->
5dbf7a006edf fix bug 9690, GCCErrorParser missing some errors from WINSCW builds
timkelly
parents: 439
diff changeset
    30
  <marker_info file="^EMPTY^" line_number="33" message="';' expected" severity="2" variable_name="^EMPTY^" external_path_string="../src/lalaApplication.cpp" />
5dbf7a006edf fix bug 9690, GCCErrorParser missing some errors from WINSCW builds
timkelly
parents: 439
diff changeset
    31
  <!--Error Marker at index 14-->
5dbf7a006edf fix bug 9690, GCCErrorParser missing some errors from WINSCW builds
timkelly
parents: 439
diff changeset
    32
  <marker_info file="^EMPTY^" line_number="34" message="expression syntax error" severity="2" variable_name="^EMPTY^" external_path_string="../src/lalaApplication.cpp" />
125
b878114e8cc2 Overhaul of RCOMP/GCCE error parsing to fix 8901:
tzelaw
parents:
diff changeset
    33
</root>
463
5dbf7a006edf fix bug 9690, GCCErrorParser missing some errors from WINSCW builds
timkelly
parents: 439
diff changeset
    34