public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug testsuite/13373] New: FAILs for function.label(string) and new plt probe constructs in unprivileged myproc/probes tests
@ 2011-11-02 12:38 mjw at redhat dot com
  2011-11-09 17:07 ` [Bug testsuite/13373] " fche at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: mjw at redhat dot com @ 2011-11-02 12:38 UTC (permalink / raw)
  To: systemtap

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug testsuite/13373] FAILs for function.label(string) and new plt probe constructs in unprivileged myproc/probes tests
  2011-11-02 12:38 [Bug testsuite/13373] New: FAILs for function.label(string) and new plt probe constructs in unprivileged myproc/probes tests mjw at redhat dot com
@ 2011-11-09 17:07 ` fche at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: fche at redhat dot com @ 2011-11-09 17:07 UTC (permalink / raw)
  To: systemtap

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

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |fche at redhat dot com
         Resolution|                            |FIXED

--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> 2011-11-09 17:06:30 UTC ---
commit 3333b4e

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-09 17:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-02 12:38 [Bug testsuite/13373] New: FAILs for function.label(string) and new plt probe constructs in unprivileged myproc/probes tests mjw at redhat dot com
2011-11-09 17:07 ` [Bug testsuite/13373] " fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).