[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop:[5178] ipcop/trunk/tools/error-parser
From:       gespinasse () users ! sourceforge ! net
Date:       2010-11-27 8:19:57
Message-ID: E1PMG0j-00033T-NO () sfp-svn-2 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 5178
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5178&view=rev
Author:   gespinasse
Date:     2010-11-27 08:19:57 +0000 (Sat, 27 Nov 2010)

Log Message:
-----------
Simplify the logic : do not add Error match only for sed

Modified Paths:
--------------
    ipcop/trunk/tools/error-parser

Modified: ipcop/trunk/tools/error-parser
===================================================================
--- ipcop/trunk/tools/error-parser	2010-11-27 07:25:10 UTC (rev 5177)
+++ ipcop/trunk/tools/error-parser	2010-11-27 08:19:57 UTC (rev 5178)
@@ -70,13 +70,12 @@
 		# ' program timed out' from gcc
 		# 'generated an error' from libxml2, try to compile (if that compile) \
--with-minimum --with-output to trigger error  $errorstring= "^FAIL:|^ERROR:|^XPASS:| \
                FAILED | UNEXPECTED PASS |^UNSUPPORTED | program timed out| generated \
                an error";
-		# Add " Error " match on a few package only
-		# because XFAIL may generate Error like with sed
-		# Those packages are the one with log needing more investigations
-		# With Error, we will catch for sure the makefile error but may not print the \
                specific message
-		if ( $f =~ m!bash|e2fsprogs|expat|flex|gawk|glib[^c]|glibc|gnupg|libxml2|module-init-tools|openssh|openssl|pcre! \
                ) {
-			$errorstring= "$errorstring| Error [0-9]\+\$";
-		}
+
+		# Add " Error " match for every package but sed
+		# sed produce 'make[4]: *** [utf8-x] Error 1' that result in XFAIL, so not a real \
error +		# We will catch for sure the makefile error but may not print the specific \
message +		if ( $f !~ m!sed! ) { $errorstring= "$errorstring| Error [0-9]\+\$"; }
+		
 		if ( $f =~ m!^tcl|^expect! ) {
 			# without ending space on FAILED, that would wrongly match on flex
 			$errorstring= " .+ .+ FAILED"; # to not match twice on the same error


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic