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/15881] New: unprivileged_myproc.exp test fails on rawhide


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

            Bug ID: 15881
           Summary: unprivileged_myproc.exp test fails on rawhide
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com

On rawhide (and elsewhere I believe), the unprivileged_myproc.exp testcase gets
8 FAILS:

====
Running ../../src/testsuite/systemtap.unprivileged/unprivileged_myproc.exp ...
FAIL: unprivileged myproc: --unprivileged
process(number).statement(number).absolute
FAIL: unprivileged myproc: --privilege=stapusr
process(number).statement(number).absolute.return
FAIL: unprivileged myproc: --privilege=stapsys
process.library(string).plt.statement(number)
FAIL: unprivileged myproc: --privilege=stapsys
process.library(string).plt(string).statement(number)
FAIL: unprivileged myproc: --privilege=stapsys
process(number).statement(number).absolute
FAIL: unprivileged myproc: --privilege=stapsys
process(number).statement(number).absolute.return
FAIL: unprivileged myproc: --privilege=stapsys
process(string).library(string).plt.statement(number)
FAIL: unprivileged myproc: --privilege=stapsys
process(string).library(string).plt(string).statement(number)

        === systemtap Summary ===

# of expected passes        267
# of unexpected failures    8
# of expected failures        4
# of known failures        12
# of untested testcases        8
====

The '.absolute' and '.absolute.return' failures aren't valid since inode
uprobes doesn't support those probe types.

-- 
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]