[Bug testsuite/15964] poll_map.exp testcase timeout on ARM
mjw at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Sep 17 09:11:00 GMT 2013
https://sourceware.org/bugzilla/show_bug.cgi?id=15964
Mark Wielaard <mjw at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mjw at redhat dot com
--- Comment #1 from Mark Wielaard <mjw at redhat dot com> ---
I do notice a recent commit that might help:
commit b313f94ed30b4342eb02def7d8e895f5d2af8008
Author: David Smith <dsmith@redhat.com>
Date: Thu Aug 20 08:41:03 2009 -0500
Two minor testcase fixes.
* testsuite/systemtap.base/poll_map.exp: Improved error handling.
* testsuite/systemtap.base/postgres.exp: Fixed typo.
diff --git a/testsuite/systemtap.base/poll_map.exp
b/testsuite/systemtap.base/poll_map.exp
index 5ade48e..85687b6 100644
--- a/testsuite/systemtap.base/poll_map.exp
+++ b/testsuite/systemtap.base/poll_map.exp
@@ -9,6 +9,6 @@ expect {
timeout { fail "$test (timeout)" }
eof { }
}
-close
+catch { close }
wait
if {$ok == 1} { pass "$test ($ok)" } { fail "$test ($ok)" }
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list