Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        commitlog-requ...@lists.openmoko.org

You can reach the person managing the list at
        commitlog-ow...@lists.openmoko.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r5997 - trunk/eda/fped/test (wer...@docs.openmoko.org)
--- Begin Message ---
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.
 
 ###############################################################################




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to