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: Many UNTESTED messages in test results


Mike Mason wrote:
What does it mean (besides the obvious) when I see a lot of UNTESTED messages (~80) in the test results? What would cause this?

It means that the test wasn't run... But that's ok because you (probably) ran "make check" instead of "make installcheck". The first one skips tests that actually run probes, therefore you'll get lots of "UNTESTED" messages.


In general, any test that is UNTESTED didn't get run because you told it not to run ("make check" vs. "make installcheck") or perhaps the test checks for a certain system feature you don't have.

--
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)


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