Bug 11270 - The 'nd_syscall' tapset needs a testcase
Summary: The 'nd_syscall' tapset needs a testcase
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: testsuite (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-10 22:02 UTC by David Smith
Modified: 2010-02-10 22:37 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Smith 2010-02-10 22:02:19 UTC
Currently, nd_syscall.* probes have no testcase, so it remains untested. 
However, it should be fairly easy to copy & modify the existing
systemtap.syscall/syscall.exp testcase to test the nd_syscall probes.
Comment 1 David Smith 2010-02-10 22:37:15 UTC
Fixed in commit 4204807, which adds new nd_syscall.exp testcase.