From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9769 invoked by alias); 2 Nov 2011 12:38:29 -0000 Received: (qmail 9553 invoked by uid 22791); 2 Nov 2011 12:38:27 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Nov 2011 12:38:13 +0000 From: "mjw at redhat dot com" To: systemtap@sourceware.org Subject: [Bug testsuite/13373] New: FAILs for function.label(string) and new plt probe constructs in unprivileged myproc/probes tests Date: Wed, 02 Nov 2011 12:38:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: 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/msg00131.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13373 Bug #: 13373 Summary: FAILs for function.label(string) and new plt probe constructs in unprivileged myproc/probes tests Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: testsuite AssignedTo: systemtap@sourceware.org ReportedBy: mjw@redhat.com Classification: Unclassified The unprivileged_myproc.exp and unprivileged_probes.exp tests are smart. They detect all possible probe constructs and try to test them all. But that means that newer constructs like function.label(string) and the new plt probe constructs all generate FAILs. Currently 38 of them. These need to be added to these testcases. Running /home/mark/src/systemtap/testsuite/systemtap.unprivileged/unprivileged_myproc.exp ... FAIL: unprivileged myproc: not tested: process.library(string).function(string).label(string) FAIL: unprivileged myproc: not tested: process.library(string).plt FAIL: unprivileged myproc: not tested: process.library(string).plt.statement(number) FAIL: unprivileged myproc: not tested: process.library(string).plt(string) FAIL: unprivileged myproc: not tested: process.library(string).plt(string).statement(number) FAIL: unprivileged myproc: not tested: process.plt FAIL: unprivileged myproc: not tested: process.plt.statement(number) FAIL: unprivileged myproc: not tested: process.plt(string) FAIL: unprivileged myproc: not tested: process.plt(string).statement(number) FAIL: unprivileged myproc: not tested: process.provider(string).mark(string) FAIL: unprivileged myproc: not tested: process(string).library(string).function(string).label(string) FAIL: unprivileged myproc: not tested: process(string).library(string).plt FAIL: unprivileged myproc: not tested: process(string).library(string).plt.statement(number) FAIL: unprivileged myproc: not tested: process(string).library(string).plt(string) FAIL: unprivileged myproc: not tested: process(string).library(string).plt(string).statement(number) FAIL: unprivileged myproc: not tested: process(string).plt FAIL: unprivileged myproc: not tested: process(string).plt.statement(number) FAIL: unprivileged myproc: not tested: process(string).plt(string) FAIL: unprivileged myproc: not tested: process(string).plt(string).statement(number) Running /home/mark/src/systemtap/testsuite/systemtap.unprivileged/unprivileged_probes.exp ... FAIL: unprivileged probes: not tested: process.library(string).function(string).label(string) FAIL: unprivileged probes: not tested: process.library(string).plt FAIL: unprivileged probes: not tested: process.library(string).plt.statement(number) FAIL: unprivileged probes: not tested: process.library(string).plt(string) FAIL: unprivileged probes: not tested: process.library(string).plt(string).statement(number) FAIL: unprivileged probes: not tested: process.plt FAIL: unprivileged probes: not tested: process.plt.statement(number) FAIL: unprivileged probes: not tested: process.plt(string) FAIL: unprivileged probes: not tested: process.plt(string).statement(number) FAIL: unprivileged probes: not tested: process.provider(string).mark(string) FAIL: unprivileged probes: not tested: process(string).library(string).function(string).label(string) FAIL: unprivileged probes: not tested: process(string).library(string).plt FAIL: unprivileged probes: not tested: process(string).library(string).plt.statement(number) FAIL: unprivileged probes: not tested: process(string).library(string).plt(string) FAIL: unprivileged probes: not tested: process(string).library(string).plt(string).statement(number) FAIL: unprivileged probes: not tested: process(string).plt FAIL: unprivileged probes: not tested: process(string).plt.statement(number) FAIL: unprivileged probes: not tested: process(string).plt(string) FAIL: unprivileged probes: not tested: process(string).plt(string).statement(number) === systemtap Summary === # of expected passes 605 # of unexpected failures 38 # of expected failures 12 # of untested testcases 2 -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.