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/4391] New: syscall timer test is failing on s390x


The syscall timer test is failing on s390x because the following are all
returning -EINVAL.

 syscall(SYS_timer_gettime, tid, &val);

  syscall(SYS_timer_settime, 0, tid, &val, &oval);
 
  syscall(SYS_timer_getoverrun, tid);

  syscall(SYS_timer_delete, tid);


*timer: timer_create (CLOCK_REALTIME, 0x0000000000000000, 0x000003ffff95cad8) = 0
timer: timer_gettime (1617920, 0x000003ffff95cab8) = -22 (EINVAL)
timer: timer_settime (0, 1617920, [-6960576.000000,0.000001],
0x000003ffff95ca98) = -22 (EINVAL)
timer: timer_getoverrun (1617920) = -22 (EINVAL)
timer: timer_delete (1617920) = -22 (EINVAL)
timer: exit_group (0) = 
  timer: exit (0) = 
--------- EXPECTED and NOT MATCHED ----------
timer: timer_gettime \(0, [x0-9a-fA-F]+\) = 0
timer: timer_settime \(0, 0, \[0.000000,0.000000\], [x0-9a-fA-F]+\) = 0
timer: timer_getoverrun \(0\) = 0
timer: timer_delete \(0\) = 0

-- 
           Summary: syscall timer test is failing on s390x
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P2
         Component: testsuite
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: dwilder at us dot ibm dot com


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]