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/13332] skipped.exp testcase can freeze processes/system


http://sourceware.org/bugzilla/show_bug.cgi?id=13332

--- Comment #1 from Mark Wielaard <mjw at redhat dot com> 2011-11-07 10:53:15 UTC ---
Since this test keep messing up systems I have made it UNTESTED for now:

commit 3780aaa7c3ddd4af58adcb24c186af0738340935
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Nov 7 11:52:17 2011 +0100

    PR13332 skipped.exp testcase can freeze processes/system.

    Mark skipped.exp as untested for now.

diff --git a/testsuite/systemtap.base/skipped.exp
b/testsuite/systemtap.base/skipped.exp
index 0239efc..bfb74ee 100644
--- a/testsuite/systemtap.base/skipped.exp
+++ b/testsuite/systemtap.base/skipped.exp
@@ -5,6 +5,10 @@ if {! [installtest_p]} { untested $test; return }
 set nr_cpus [exec sh -c "grep ^processor /proc/cpuinfo | wc -l"]
 if {$nr_cpus < 2} { unsupported $test; return }

+# See PR13332 skipped.exp testcase can freeze processes/system
+untested "$test PR13332 skipped.exp testcase can freeze processes/system"
+return
+
 set script {
 global f
 probe timer.profile { f++; snooze() }

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]