All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] Failing tests (aio01/aio02) show up in log file but not failed list
@ 2017-03-27 22:18 Steve Ellcey
  2017-03-28 12:27 ` Cyril Hrubis
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Ellcey @ 2017-03-27 22:18 UTC (permalink / raw)
  To: ltp


I noticed an odd thing when running LTP.  There are two tests that
show up as FAIL in my results/LTP*.log file (aio01 and aio02) but are
not listed in the LTP*.failed list in the output directory.

Does anyone know why these tests don't get listed?  All my other
failures show up in both places.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [LTP] Failing tests (aio01/aio02) show up in log file but not failed list
  2017-03-27 22:18 [LTP] Failing tests (aio01/aio02) show up in log file but not failed list Steve Ellcey
@ 2017-03-28 12:27 ` Cyril Hrubis
  2017-03-28 15:42   ` Steve Ellcey
  0 siblings, 1 reply; 4+ messages in thread
From: Cyril Hrubis @ 2017-03-28 12:27 UTC (permalink / raw)
  To: ltp

Hi!
> I noticed an odd thing when running LTP.  There are two tests that
> show up as FAIL in my results/LTP*.log file (aio01 and aio02) but are
> not listed in the LTP*.failed list in the output directory.

Can you post a snippet of the log that shows the failure?

I glanced over the code, but there does not seem to be any obvious
mistakes.

> Does anyone know why these tests don't get listed?  All my other
> failures show up in both places.

Without further debugging, no idea.

-- 
Cyril Hrubis
chrubis@suse.cz

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [LTP] Failing tests (aio01/aio02) show up in log file but not failed list
  2017-03-28 12:27 ` Cyril Hrubis
@ 2017-03-28 15:42   ` Steve Ellcey
  2017-03-29  8:30     ` Cyril Hrubis
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Ellcey @ 2017-03-28 15:42 UTC (permalink / raw)
  To: ltp

On Tue, 2017-03-28 at 14:27 +0200, Cyril Hrubis wrote:
> Hi!
> > 
> > I noticed an odd thing when running LTP.  There are two tests that
> > show up as FAIL in my results/LTP*.log file (aio01 and aio02) but
> > are
> > not listed in the LTP*.failed list in the output directory.
> Can you post a snippet of the log that shows the failure?
> 
> I glanced over the code, but there does not seem to be any obvious
> mistakes.
> 
> > 
> > Does anyone know why these tests don't get listed?  All my other
> > failures show up in both places.
> Without further debugging, no idea.

Here is the output for aio01.  Is there an aio01 command that I am
missing?  It looks like this is something that should have been built
when I built LTP but I don't see it in the install directory and I
 don't see any reference to it in my build output.  I do see aio01.c
and a Makefile for it in the source tree.

Steve Ellcey



<<<execution_status>>>
initiation_status="ok"
duration=1983 termination_type=exited termination_id=0 corefile=no
cutime=1646326 cstime=241114
<<<test_end>>>
<<<test_start>>>
tag=aio01 stime=1490643879
cmdline="aio01"
contacts=""
analysis=exit
<<<test_output>>>
<<<execution_status>>>
initiation_status="pan(4455): execvp of 'aio01' (tag aio01)
failed.  errno:2  No such file or directory"duration=0
termination_type=exited termination_id=2 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=aio02 stime=1490643879
cmdline="aio_tio"
contacts=""
analysis=exit
<<<test_output>>>
<<<execution_status>>>
initiation_status="pan(4455): execvp of 'aio_tio' (tag aio02)
failed.  errno:2  No such file or directory"
duration=0 termination_type=exited termination_id=2 corefile=no
cutime=0 cstime=0
<<<test_end>>>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [LTP] Failing tests (aio01/aio02) show up in log file but not failed list
  2017-03-28 15:42   ` Steve Ellcey
@ 2017-03-29  8:30     ` Cyril Hrubis
  0 siblings, 0 replies; 4+ messages in thread
From: Cyril Hrubis @ 2017-03-29  8:30 UTC (permalink / raw)
  To: ltp

Hi!
> Here is the output for aio01. ??Is there an aio01 command that I am
> missing? ??It looks like this is something that should have been built
> when I built LTP but I don't see it in the install directory and I
> ??don't see any reference to it in my build output. ??I do see aio01.c
> and a Makefile for it in the source tree.

Looking into the testcases/kernel/io/Makefile the aio directories are
skipped on compilation when there are no aio libs installed instead the
more usual way where we build stubs binaries that report TCONF. May be
worth of fixing but this is not very important.

-- 
Cyril Hrubis
chrubis@suse.cz

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-29  8:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-27 22:18 [LTP] Failing tests (aio01/aio02) show up in log file but not failed list Steve Ellcey
2017-03-28 12:27 ` Cyril Hrubis
2017-03-28 15:42   ` Steve Ellcey
2017-03-29  8:30     ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.