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/19275] New: the stap_run testsuite function doesn't handle unexpected output


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

            Bug ID: 19275
           Summary: the stap_run testsuite function doesn't handle
                    unexpected output
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com
  Target Milestone: ---

In the following email, Zhou Wenjian realized that the stap_run function has a
problem. If there is output after the passing output, like a failure message,
it ignores it.

<https://sourceware.org/ml/systemtap/2015-q4/msg00083.html>

For example, if the test prints:

systemtap ending probe
systemtap test success
systemtap test failure

The staprun function would ignore the 'failure' line and pass the test. This
should be fixed.

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