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/21802] New: improve the syscall/nd_syscall test cases


https://sourceware.org/bugzilla/show_bug.cgi?id=21802

            Bug ID: 21802
           Summary: improve the syscall/nd_syscall test cases
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: testsuite
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com
  Target Milestone: ---

The testsuite/systemtap.examples/check.exp test case has the following feature:

# To restrict scripts to test, set the CHECK_ONLY environment variable.
# For example, to only test the badname and fntimes scripts, run:
#
#    make installcheck RUNTESTFLAGS="check.exp" CHECK_ONLY="badname fntimes"

It would be nice if the testsuite/systemtap.syscall/syscall.exp and
testsuite/systemtap.syscall/nd_syscall.exp test cases supported something
similar to allow testing of only certain syscalls. It would look something
like:

    make installcheck RUNTESTFLAGS=syscall.exp CHECK_ONLY="accept4 getgroups"

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