[Bug testsuite/15659] New: On rawhide, the "mount" subtests of the syscall.exp and nd_syscall.exp test fail
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Thu Jun 20 15:41:00 GMT 2013
http://sourceware.org/bugzilla/show_bug.cgi?id=15659
Bug ID: 15659
Summary: On rawhide, the "mount" subtests of the syscall.exp
and nd_syscall.exp test fail
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 (3.10.0-0.rc6.git0.4.fc20.x86_64), all the mount subtests of the
syscall.exp and nd_syscall.exp tests fail:
====
# make installcheck
...
# grep mount systemtap.sum
FAIL: 64-bit mount nd_syscall
FAIL: 32-bit mount nd_syscall
FAIL: 64-bit mount syscall
FAIL: 32-bit mount syscall
====
This isn't a fault in the syscall.exp and/or nd_syscall.exp tapsets, this is a
failure in the testcase. The umount() system call on rawhide is returning EPERM
on a mount point that doesn't exist (instead of ENOENT).
The testcase will need to be modified to expect both return values.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list