Revision: 6533 http://ipcop.svn.sourceforge.net/ipcop/?rev=6533&view=rev Author: gespinasse Date: 2012-04-08 09:29:50 +0000 (Sun, 08 Apr 2012) Log Message: ----------- Report better glib test failure than the catch-all make ' Error '
Modified Paths: -------------- ipcop/trunk/tools/error-parser Modified: ipcop/trunk/tools/error-parser =================================================================== --- ipcop/trunk/tools/error-parser 2012-04-07 17:03:38 UTC (rev 6532) +++ ipcop/trunk/tools/error-parser 2012-04-08 09:29:50 UTC (rev 6533) @@ -85,6 +85,9 @@ $errorstring = "^FAIL:|^ERROR:|^XPASS:| FAILED | UNEXPECTED PASS |^UNSUPPORTED "; $errorstring .= "| program timed out|: FAIL |: FAIL|CRASH"; + # glib + if ( $f =~ m!glib[^c]! ) { $errorstring .= '| FAIL$'; } + # 'generated an error' come from libxml2, try to compile (if that compile) --with-minimum --with-output to trigger error # DBD-SQLite print twice that same message and should be still ok, so only match for libxml2 if ( $f =~ m!libxml2! ) { $errorstring .= "| generated an error"; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn