This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/15964] poll_map.exp testcase timeout on ARM


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]