[Bug testsuite/13373] New: FAILs for function.label(string) and new plt probe constructs in unprivileged myproc/probes tests

mjw at redhat dot com sourceware-bugzilla@sourceware.org
Wed Nov 2 12:38:00 GMT 2011


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.



More information about the Systemtap mailing list