builder/com.nokia.carbide.cdt.builder.test/data/errorpatterns/bugzilla/2969.gcce.regression.xml
author Ed Swartz <ed.swartz@nokia.com>
Fri, 04 Dec 2009 14:38:14 -0600
changeset 632 4a8b1092f0a4
parent 439 a29cb5e793d3
child 1193 3229f07471de
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>
b878114e8cc2 Overhaul of RCOMP/GCCE error parsing to fix 8901:
tzelaw
parents:
diff changeset
     3
  <!--Error Marker at index 0-->
b878114e8cc2 Overhaul of RCOMP/GCCE error parsing to fix 8901:
tzelaw
parents:
diff changeset
     4
  <marker_info file="^EMPTY^" line_number="0" message="\S60\devices\S60_3rd_FP2_SDK_v1.1\epoc32\release\ARMV5\LIB\foo.dso: No such file: No such file or directory" severity="2" variable_name="^EMPTY^" external_path_string="^EMPTY^" />
b878114e8cc2 Overhaul of RCOMP/GCCE error parsing to fix 8901:
tzelaw
parents:
diff changeset
     5
  <!--Error Marker at index 1-->
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: 439
diff changeset
     6
  <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
     7
  <!--Error Marker at index 2-->
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: 439
diff changeset
     8
  <marker_info file="^EMPTY^" line_number="0" message="No such file or directory" severity="2" variable_name="^EMPTY^" external_path_string="test/test.s" />
125
b878114e8cc2 Overhaul of RCOMP/GCCE error parsing to fix 8901:
tzelaw
parents:
diff changeset
     9
</root>