common/tools/brag/sbsToBrag.pl
changeset 817 3f844f503f99
parent 815 3ae590eac695
equal deleted inserted replaced
816:4fbec78cd97f 817:3f844f503f99
   154 			{regexp => qr{No bld\.inf found at}, severity => "major"},
   154 			{regexp => qr{No bld\.inf found at}, severity => "major"},
   155 			{regexp => qr{^Preprocessor exception}, severity => "major"},
   155 			{regexp => qr{^Preprocessor exception}, severity => "major"},
   156 			{regexp => qr{No such file or directory$}, severity => "major"},
   156 			{regexp => qr{No such file or directory$}, severity => "major"},
   157 			{regexp => qr{Can't find mmp file}, severity => "minor"},
   157 			{regexp => qr{Can't find mmp file}, severity => "minor"},
   158 			{regexp => qr{The make-engine exited with errors}, severity => "critical"},
   158 			{regexp => qr{The make-engine exited with errors}, severity => "critical"},
   159 			{regexp => qr{tool 'MS_.+?' from config '.*' did not return version '.*' as required\.}, severity => "inconsequential"},
       
   160 			{regexp => qr{tool '.+?' from config '.*' did not return version '.*' as required\.}, severity => "critical"},
   159 			{regexp => qr{tool '.+?' from config '.*' did not return version '.*' as required\.}, severity => "critical"},
   161 			{regexp => qr{Unknown build configuration '.*'}, severity => "critical"},
   160 			{regexp => qr{Unknown build configuration '.*'}, severity => "critical"},
   162 			{regexp => qr{No build configurations given}, severity => "critical"},
   161 			{regexp => qr{No build configurations given}, severity => "critical"},
   163 			{regexp => qr{Source of export does not exist:}, severity => "minor"},
   162 			{regexp => qr{Source of export does not exist:}, severity => "minor"},
   164 			{regexp => qr{Could not export}, severity => "minor"},
   163 			{regexp => qr{Could not export}, severity => "minor"},
   165 			{regexp => qr{Could not export}, severity => "minor"},
   164 			{regexp => qr{Could not export}, severity => "minor"},
   166 			{regexp => qr{Source zip for export does not exist:}, severity => "minor"},
   165 			{regexp => qr{Source zip for export does not exist:}, severity => "minor"},
   167 			{regexp => qr{^(INCLUDE|LIB) is not set in the environment and has no default}, severity => "inconsequential"},
       
   168 		);
   166 		);
   169 
   167 
   170 		foreach (@messageInterpretation)
   168 		foreach (@messageInterpretation)
   171 		{
   169 		{
   172 			if ($errorContext->{Chars} =~ $_->{regexp})
   170 			if ($errorContext->{Chars} =~ $_->{regexp})