From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6986 invoked by alias); 7 Nov 2011 10:54:03 -0000 Received: (qmail 6979 invoked by uid 22791); 7 Nov 2011 10:54:02 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_MJ X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Nov 2011 10:53:49 +0000 From: "mjw at redhat dot com" To: systemtap@sourceware.org Subject: [Bug testsuite/13332] skipped.exp testcase can freeze processes/system Date: Mon, 07 Nov 2011 10:54:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: testsuite X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mjw at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2011-q4/txt/msg00152.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13332 --- Comment #1 from Mark Wielaard 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 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.