add oracle warnings to ignore.

This commit is contained in:
kestes%walrus.com 2004-07-12 01:01:53 +00:00
Родитель 6dc442cff5
Коммит 14fbc5f3c7
1 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -5,8 +5,8 @@
# errors and creating links into the source code where the errors
# occurred.
# $Revision: 1.17 $
# $Date: 2004-07-10 14:47:00 $
# $Revision: 1.18 $
# $Date: 2004-07-12 01:01:53 $
# $Author: kestes%walrus.com $
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/default_conf/Error_Parse.pm,v $
# $Name: $
@ -187,6 +187,11 @@ sub line_type {
($line =~ m/does not intersect the widget.s view/) ||
# Oracle warnings caused by our autogenerated SQL
($line =~ m/SQLCompile: Ignoring error: ORA-/) ||
($line =~ m/0 Rows not loaded because all WHEN clauses were failed./) ||
# these are files which look like error messages
($line =~ m![\/\-\.]error[\/\-\.]!) ||