r5997 - trunk/eda/fped/test

werner at docs.openmoko.org werner at docs.openmoko.org
Fri Dec 10 07:56:44 CET 2010


Author: werner
Date: 2010-12-10 07:56:43 +0100 (Fri, 10 Dec 2010)
New Revision: 5997

Modified:
   trunk/eda/fped/test/tsort
Log:
- test/tsort: "Aborted" doesn't get reported on all platforms, so we just
  remove it completely (reported by Nobuhiro Iwamatsu)



Modified: trunk/eda/fped/test/tsort
===================================================================
--- trunk/eda/fped/test/tsort	2010-11-01 22:54:38 UTC (rev 5996)
+++ trunk/eda/fped/test/tsort	2010-12-10 06:56:43 UTC (rev 5997)
@@ -126,14 +126,12 @@
 	b a
 }
 EOF
-expect_sed 's/Aborted.*/Aborted/' <<EOF
+expect_sed '/Aborted/d' <<EOF
 cycle detected in partial order
-Aborted
 EOF
 
-# not entirely comfortable about the "Aborted (core dumped)". It's a system
-# message (from the shell) that may get mangled. Also, since few people keep
-# their cores these days, "(core dumped)" shouldn't really appear. Wonder why
-# it does. strace agrees that __WCOREFLAG is set ...
+# The "Aborted" can be reported with or without "(core dumped)", and sometimes
+# not at all. So we just remove it. We already know that tsort has detected
+# the problem.
 
 ###############################################################################




More information about the commitlog mailing list