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 tapsets/15211] New: syscall.exp failures on rawhide


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

             Bug #: 15211
           Summary: syscall.exp failures on rawhide
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap@sourceware.org
        ReportedBy: dsmith@redhat.com
    Classification: Unclassified


When running the syscall.exp testsuite on rawhide
(3.8.0-0.rc6.git1.1.fc19.x86_64), I'm seeing the following failures:

====
Running ../../src/testsuite/systemtap.syscall/syscall.exp ...
FAIL: 64-bit openclose syscall
FAIL: 64-bit stat syscall
FAIL: 32-bit clock syscall
FAIL: 32-bit openclose syscall
FAIL: 32-bit stat syscall
FAIL: 32-bit timer syscall

        === systemtap Summary ===

# of expected passes        63
# of unexpected failures    6
# of unsupported tests        1
====

Looking through systemtap.log, I see some testcase issues (need to expect
'open(FILE, O_CREAT)' or 'creat(FILE)') and a genuine tapset issue (a
clock_settime() and timer_settime() argument is coming out as "UNKNOWN").

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]