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]

[PATCH] Re-enable itrace test


With the previous patch I posted today ([PATCH] fix for 'spinlock bad magic' error with itrace probe point), the itrace test now passes. The attached patch re-enables that test in the SystemTap testsuite.

Thanks.
-Maynard

diff -paur systemtap/testsuite/systemtap.base/itrace.exp systemtap-fix/testsuite/systemtap.base/itrace.exp
--- systemtap/testsuite/systemtap.base/itrace.exp	2009-03-17 20:29:44.000000000 -0400
+++ systemtap-fix/testsuite/systemtap.base/itrace.exp	2009-03-18 09:54:44.000000000 -0400
@@ -1,9 +1,5 @@
 # itrace test
 
-# temporarily disabled
-return
-
-
 # Initialize variables
 set utrace_support_found 0
 set exepath "[pwd]/ls_[pid]"

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