* [LTP] list of test that needs autoconf checks
@ 2009-05-25 20:50 Cyril Hrubis
[not found] ` <1243340564.6293.21.camel@subratamodak.linux.ibm.com>
0 siblings, 1 reply; 3+ messages in thread
From: Cyril Hrubis @ 2009-05-25 20:50 UTC (permalink / raw)
To: ltp-list
Hi,
I was trying to build ltp-20090430 on several different hardware and suse
flavours and following list of the tests is lacking autoconf checks for
presence of functionality added recently into kernel/glibc:
testcases/kernel/controllers/cgroup/getdelays.c
Has missing not only freepages_count and freepages_delay_total as already
mentioned in this list but also for kernel 2.6.22:
linux/cgroupstats.h: No such file or directory
'struct taskstats' has no member named 'nvcsw'
'struct taskstats' has no member named 'nivcsw'
'struct taskstats' has no member named 'read_bytes'
'struct taskstats' has no member named 'write_bytes'
'struct taskstats' has no member named 'cancelled_write_bytes'
'CGROUPSTATS_CMD_GET' undeclared (first use in this function)
'CGROUPSTATS_CMD_ATTR_FD' undeclared (first use in this function)
'CGROUPSTATS_TYPE_CGROUP_STATS' undeclared (first use in this function)
testcases/kernel/controllers/cgroup/test_6_2.c
clone() is missing on ia64 machines
testcases/kernel/syscalls/signalfd/signalfd01.c
sys/signalfd.h: No such file or directory (for glibc-2.4.31.54)
testcases/kernel/syscalls/splice/splice02.c
undefined reference to `splice' (from fcntl.h)
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LTP] list of test that needs autoconf checks
[not found] ` <1243340564.6293.21.camel@subratamodak.linux.ibm.com>
@ 2009-05-28 9:56 ` Cyril Hrubis
[not found] ` <1245346275.5041.29.camel@subratamodak.linux.ibm.com>
0 siblings, 1 reply; 3+ messages in thread
From: Cyril Hrubis @ 2009-05-28 9:56 UTC (permalink / raw)
To: Subrata Modak; +Cc: ltp-list
Hi,
> > Has missing not only freepages_count and freepages_delay_total as already
> > mentioned in this list but also for kernel 2.6.22:
> >
> > linux/cgroupstats.h: No such file or directory
> > 'struct taskstats' has no member named 'nvcsw'
> > 'struct taskstats' has no member named 'nivcsw'
> > 'struct taskstats' has no member named 'read_bytes'
> > 'struct taskstats' has no member named 'write_bytes'
> > 'struct taskstats' has no member named 'cancelled_write_bytes'
> > 'CGROUPSTATS_CMD_GET' undeclared (first use in this function)
> > 'CGROUPSTATS_CMD_ATTR_FD' undeclared (first use in this function)
> > 'CGROUPSTATS_TYPE_CGROUP_STATS' undeclared (first use in this function)
> >
> >
> > testcases/kernel/controllers/cgroup/test_6_2.c
>
> Do you plan to write this ?
I'll look at this, but it's low priority now.
> >
> > clone() is missing on ia64 machines
> >
>
> Same here :-)
Same here :-)
> >
> > testcases/kernel/syscalls/signalfd/signalfd01.c
> >
> > sys/signalfd.h: No such file or directory (for glibc-2.4.31.54)
> >
>
> It??s already there:
> http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/m4/ltp-signalfd.m4
> >
> > testcases/kernel/syscalls/splice/splice02.c
> >
>
> Yes, we need this also. We had some discussions on this very recently:
> http://marc.info/?t=124300498400006&r=1&w=2&n=3,
Thanks!
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LTP] list of test that needs autoconf checks
[not found] ` <1245346275.5041.29.camel@subratamodak.linux.ibm.com>
@ 2009-06-24 10:42 ` Cyril Hrubis
0 siblings, 0 replies; 3+ messages in thread
From: Cyril Hrubis @ 2009-06-24 10:42 UTC (permalink / raw)
To: Subrata Modak; +Cc: ltp-list
Hi!
> > > > Has missing not only freepages_count and freepages_delay_total as already
> > > > mentioned in this list but also for kernel 2.6.22:
> > > >
> > > > linux/cgroupstats.h: No such file or directory
> > > > 'struct taskstats' has no member named 'nvcsw'
> > > > 'struct taskstats' has no member named 'nivcsw'
> > > > 'struct taskstats' has no member named 'read_bytes'
> > > > 'struct taskstats' has no member named 'write_bytes'
> > > > 'struct taskstats' has no member named 'cancelled_write_bytes'
> > > > 'CGROUPSTATS_CMD_GET' undeclared (first use in this function)
> > > > 'CGROUPSTATS_CMD_ATTR_FD' undeclared (first use in this function)
> > > > 'CGROUPSTATS_TYPE_CGROUP_STATS' undeclared (first use in this function)
> > > >
> > > >
> > > > testcases/kernel/controllers/cgroup/test_6_2.c
> > >
> > > Do you plan to write this ?
> >
> > I'll look at this, but it's low priority now.
>
> Any luck here now ?
>
Well last two weeks I was passing exams on university. But I've started playing
with autoconf lately. I'll look at it hopefully soon.
Also some autoconf macros we have there are not working correctly on older
systems.
> > > >
> > > > clone() is missing on ia64 machines
> > > >
There is header that fixes this in clone testsuite (by proposing clone
definition for ia64). So may be we should create directory somwhere in ltp root
that will contain all such compile time and runtime tests so they could be
easily reused in any new code.
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-06-24 10:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-25 20:50 [LTP] list of test that needs autoconf checks Cyril Hrubis
[not found] ` <1243340564.6293.21.camel@subratamodak.linux.ibm.com>
2009-05-28 9:56 ` Cyril Hrubis
[not found] ` <1245346275.5041.29.camel@subratamodak.linux.ibm.com>
2009-06-24 10:42 ` Cyril Hrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox