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]

Re: Simple tests to check all probe aliases


Hi -

On Fri, Sep 21, 2007 at 03:17:20PM -0700, Mike Mason wrote:

> [...]  -u exposes both fixable and unfixable target variable
> problems.  I don't think we should ignore problems we can fix
> because we might expose some we can't. [...]

Unfortunately, a single test case will not help with this, in
that in any plausible run of the form

  stap -u -e 'probe syscall.* { }'

there will be a mixture of fixable and unfixable bugs.  So the test
case will always fail overall, and whatever fixing is possible will
be difficult to notice as progress until *everything* is solved.

- FChE


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