CVS commit by pmk: Don't count KJS in the output as a failure... sometimes these error messages are reported when the code catches the exception, which is ok M +1 -1 runtests.pl 1.6 --- khtmltests/js/mozilla/runtests.pl #1.5:1.6 @@ -61,5 +61,5 @@ my $negative_test = ($test =~ /-n\.js$/); - my $error_occurred = ($output =~ /failed!/sig || $output =~ /KJS/sig || 0 != $exitstatus || WIFSIGNALED($exitstatus)); + my $error_occurred = ($output =~ /failed!/sig || 0 != $exitstatus || WIFSIGNALED($exitstatus)); if ($SHOWOUTPUT) {