* [Buildroot] [PATCH 0/3] package/ltp-testsuite
@ 2015-09-03 9:01 Anders Roxell
2015-09-03 9:01 ` [Buildroot] [PATCH 1/3] package/ltp-testsuite: enable realtime tests Anders Roxell
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Anders Roxell @ 2015-09-03 9:01 UTC (permalink / raw)
To: buildroot
Hi,
This patchset enables the power-management and realtime tests in LTP.
and bump ltp to release 20150420.
Cheers,
Anders
Anders Roxell (3):
package/ltp-testsuite: enable realtime tests
package/ltp-testsuite: enable power-management tests
package/ltp-testsuite: version bump to 20150420
package/ltp-testsuite/ltp-testsuite.hash | 2 +-
package/ltp-testsuite/ltp-testsuite.mk | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
--
2.1.4
^ permalink raw reply [flat|nested] 8+ messages in thread* [Buildroot] [PATCH 1/3] package/ltp-testsuite: enable realtime tests 2015-09-03 9:01 [Buildroot] [PATCH 0/3] package/ltp-testsuite Anders Roxell @ 2015-09-03 9:01 ` Anders Roxell 2015-09-04 12:31 ` Vicente Olivert Riera 2015-09-03 9:01 ` [Buildroot] [PATCH 2/3] package/ltp-testsuite: enable power-management tests Anders Roxell ` (2 subsequent siblings) 3 siblings, 1 reply; 8+ messages in thread From: Anders Roxell @ 2015-09-03 9:01 UTC (permalink / raw) To: buildroot Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- package/ltp-testsuite/ltp-testsuite.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk index acc1640..48733f2 100644 --- a/package/ltp-testsuite/ltp-testsuite.mk +++ b/package/ltp-testsuite/ltp-testsuite.mk @@ -9,6 +9,8 @@ LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).tar.xz LTP_TESTSUITE_SITE = http://downloads.sourceforge.net/project/ltp/LTP%20Source/ltp-$(LTP_TESTSUITE_VERSION) LTP_TESTSUITE_LICENSE = GPLv2 GPLv2+ LTP_TESTSUITE_LICENSE_FILES = COPYING +LTP_TESTSUITE_CONF_OPTS += \ + --with-realtime-testsuite # Needs libcap with file attrs which needs attr, so both required ifeq ($(BR2_PACKAGE_LIBCAP)$(BR2_PACKAGE_ATTR),yy) -- 2.1.4 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/3] package/ltp-testsuite: enable realtime tests 2015-09-03 9:01 ` [Buildroot] [PATCH 1/3] package/ltp-testsuite: enable realtime tests Anders Roxell @ 2015-09-04 12:31 ` Vicente Olivert Riera 0 siblings, 0 replies; 8+ messages in thread From: Vicente Olivert Riera @ 2015-09-04 12:31 UTC (permalink / raw) To: buildroot Dear Anders Roxell, On 09/03/2015 10:01 AM, Anders Roxell wrote: > Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > --- > package/ltp-testsuite/ltp-testsuite.mk | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk > index acc1640..48733f2 100644 > --- a/package/ltp-testsuite/ltp-testsuite.mk > +++ b/package/ltp-testsuite/ltp-testsuite.mk > @@ -9,6 +9,8 @@ LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).tar.xz > LTP_TESTSUITE_SITE = http://downloads.sourceforge.net/project/ltp/LTP%20Source/ltp-$(LTP_TESTSUITE_VERSION) > LTP_TESTSUITE_LICENSE = GPLv2 GPLv2+ > LTP_TESTSUITE_LICENSE_FILES = COPYING > +LTP_TESTSUITE_CONF_OPTS += \ > + --with-realtime-testsuite > > # Needs libcap with file attrs which needs attr, so both required > ifeq ($(BR2_PACKAGE_LIBCAP)$(BR2_PACKAGE_ATTR),yy) > Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Compile test for MIPS architecture: $ file output/target/usr/testcases/realtime/stress/pi-tests/testpi-3 output/target/usr/testcases/realtime/stress/pi-tests/testpi-3: ELF 32-bit MSB executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, with unknown capability 0x41000000 = 0xf676e75, with unknown capability 0x10000 = 0x70401, stripped Regards, Vincent. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 2/3] package/ltp-testsuite: enable power-management tests 2015-09-03 9:01 [Buildroot] [PATCH 0/3] package/ltp-testsuite Anders Roxell 2015-09-03 9:01 ` [Buildroot] [PATCH 1/3] package/ltp-testsuite: enable realtime tests Anders Roxell @ 2015-09-03 9:01 ` Anders Roxell 2015-09-04 12:31 ` Vicente Olivert Riera 2015-09-03 9:01 ` [Buildroot] [PATCH 3/3] package/ltp-testsuite: version bump to 20150420 Anders Roxell 2015-09-29 12:06 ` [Buildroot] [PATCH 0/3] package/ltp-testsuite Peter Korsgaard 3 siblings, 1 reply; 8+ messages in thread From: Anders Roxell @ 2015-09-03 9:01 UTC (permalink / raw) To: buildroot Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- package/ltp-testsuite/ltp-testsuite.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk index 48733f2..634fc45 100644 --- a/package/ltp-testsuite/ltp-testsuite.mk +++ b/package/ltp-testsuite/ltp-testsuite.mk @@ -10,6 +10,7 @@ LTP_TESTSUITE_SITE = http://downloads.sourceforge.net/project/ltp/LTP%20Source/l LTP_TESTSUITE_LICENSE = GPLv2 GPLv2+ LTP_TESTSUITE_LICENSE_FILES = COPYING LTP_TESTSUITE_CONF_OPTS += \ + --with-power-management-testsuite \ --with-realtime-testsuite # Needs libcap with file attrs which needs attr, so both required -- 2.1.4 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 2/3] package/ltp-testsuite: enable power-management tests 2015-09-03 9:01 ` [Buildroot] [PATCH 2/3] package/ltp-testsuite: enable power-management tests Anders Roxell @ 2015-09-04 12:31 ` Vicente Olivert Riera 0 siblings, 0 replies; 8+ messages in thread From: Vicente Olivert Riera @ 2015-09-04 12:31 UTC (permalink / raw) To: buildroot Dear Anders Roxell, On 09/03/2015 10:01 AM, Anders Roxell wrote: > Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > --- > package/ltp-testsuite/ltp-testsuite.mk | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk > index 48733f2..634fc45 100644 > --- a/package/ltp-testsuite/ltp-testsuite.mk > +++ b/package/ltp-testsuite/ltp-testsuite.mk > @@ -10,6 +10,7 @@ LTP_TESTSUITE_SITE = http://downloads.sourceforge.net/project/ltp/LTP%20Source/l > LTP_TESTSUITE_LICENSE = GPLv2 GPLv2+ > LTP_TESTSUITE_LICENSE_FILES = COPYING > LTP_TESTSUITE_CONF_OPTS += \ > + --with-power-management-testsuite \ > --with-realtime-testsuite > > # Needs libcap with file attrs which needs attr, so both required > Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Compile test for MIPS architecture: $ sha256sum output/build/ltp-testsuite-20140115/testcases/kernel/power_management/runpwtests.sh a6700d41611b926a495827de43ef96edd1b86cb65fd1e8a972d021c910edca2f output/build/ltp-testsuite-20140115/testcases/kernel/power_management/runpwtests.sh $ sha256sum output/target/usr/testcases/bin/runpwtests.sh a6700d41611b926a495827de43ef96edd1b86cb65fd1e8a972d021c910edca2f output/target/usr/testcases/bin/runpwtests.sh Regards, Vincent. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 3/3] package/ltp-testsuite: version bump to 20150420 2015-09-03 9:01 [Buildroot] [PATCH 0/3] package/ltp-testsuite Anders Roxell 2015-09-03 9:01 ` [Buildroot] [PATCH 1/3] package/ltp-testsuite: enable realtime tests Anders Roxell 2015-09-03 9:01 ` [Buildroot] [PATCH 2/3] package/ltp-testsuite: enable power-management tests Anders Roxell @ 2015-09-03 9:01 ` Anders Roxell 2015-09-04 12:31 ` Vicente Olivert Riera 2015-09-29 12:06 ` [Buildroot] [PATCH 0/3] package/ltp-testsuite Peter Korsgaard 3 siblings, 1 reply; 8+ messages in thread From: Anders Roxell @ 2015-09-03 9:01 UTC (permalink / raw) To: buildroot Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- package/ltp-testsuite/ltp-testsuite.hash | 2 +- package/ltp-testsuite/ltp-testsuite.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/ltp-testsuite/ltp-testsuite.hash b/package/ltp-testsuite/ltp-testsuite.hash index 77ec483..5923daf 100644 --- a/package/ltp-testsuite/ltp-testsuite.hash +++ b/package/ltp-testsuite/ltp-testsuite.hash @@ -1,2 +1,2 @@ # Locally computed: -sha256 c21b91407f94a0c55c4cd3f12a0dc30f1d17cd2d4c44598f81ca075843141496 ltp-full-20140115.tar.xz +sha256 ad504e6697b964787f51caad6d8a916caa367f241ac602545548488195216a80 ltp-full-20150420.tar.xz diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk index 634fc45..32038a0 100644 --- a/package/ltp-testsuite/ltp-testsuite.mk +++ b/package/ltp-testsuite/ltp-testsuite.mk @@ -4,7 +4,7 @@ # ################################################################################ -LTP_TESTSUITE_VERSION = 20140115 +LTP_TESTSUITE_VERSION = 20150420 LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).tar.xz LTP_TESTSUITE_SITE = http://downloads.sourceforge.net/project/ltp/LTP%20Source/ltp-$(LTP_TESTSUITE_VERSION) LTP_TESTSUITE_LICENSE = GPLv2 GPLv2+ -- 2.1.4 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 3/3] package/ltp-testsuite: version bump to 20150420 2015-09-03 9:01 ` [Buildroot] [PATCH 3/3] package/ltp-testsuite: version bump to 20150420 Anders Roxell @ 2015-09-04 12:31 ` Vicente Olivert Riera 0 siblings, 0 replies; 8+ messages in thread From: Vicente Olivert Riera @ 2015-09-04 12:31 UTC (permalink / raw) To: buildroot Dear Anders Roxell, On 09/03/2015 10:01 AM, Anders Roxell wrote: > Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > --- > package/ltp-testsuite/ltp-testsuite.hash | 2 +- > package/ltp-testsuite/ltp-testsuite.mk | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/package/ltp-testsuite/ltp-testsuite.hash b/package/ltp-testsuite/ltp-testsuite.hash > index 77ec483..5923daf 100644 > --- a/package/ltp-testsuite/ltp-testsuite.hash > +++ b/package/ltp-testsuite/ltp-testsuite.hash > @@ -1,2 +1,2 @@ > # Locally computed: > -sha256 c21b91407f94a0c55c4cd3f12a0dc30f1d17cd2d4c44598f81ca075843141496 ltp-full-20140115.tar.xz > +sha256 ad504e6697b964787f51caad6d8a916caa367f241ac602545548488195216a80 ltp-full-20150420.tar.xz > diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk > index 634fc45..32038a0 100644 > --- a/package/ltp-testsuite/ltp-testsuite.mk > +++ b/package/ltp-testsuite/ltp-testsuite.mk > @@ -4,7 +4,7 @@ > # > ################################################################################ > > -LTP_TESTSUITE_VERSION = 20140115 > +LTP_TESTSUITE_VERSION = 20150420 > LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).tar.xz > LTP_TESTSUITE_SITE = http://downloads.sourceforge.net/project/ltp/LTP%20Source/ltp-$(LTP_TESTSUITE_VERSION) > LTP_TESTSUITE_LICENSE = GPLv2 GPLv2+ > Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Compile test for MIPS architecture: $ grep ^LTP_TESTSUITE_VERSION package/ltp-testsuite/ltp-testsuite.mk LTP_TESTSUITE_VERSION = 20150420 $ file output/target/usr/testcases/bin/lftest output/target/usr/testcases/bin/lftest: ELF 32-bit MSB executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, with unknown capability 0x41000000 = 0xf676e75, with unknown capability 0x10000 = 0x70401, stripped Regards, Vincent. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 0/3] package/ltp-testsuite 2015-09-03 9:01 [Buildroot] [PATCH 0/3] package/ltp-testsuite Anders Roxell ` (2 preceding siblings ...) 2015-09-03 9:01 ` [Buildroot] [PATCH 3/3] package/ltp-testsuite: version bump to 20150420 Anders Roxell @ 2015-09-29 12:06 ` Peter Korsgaard 3 siblings, 0 replies; 8+ messages in thread From: Peter Korsgaard @ 2015-09-29 12:06 UTC (permalink / raw) To: buildroot >>>>> "Anders" == Anders Roxell <anders.roxell@linaro.org> writes: > Hi, > This patchset enables the power-management and realtime tests in LTP. > and bump ltp to release 20150420. > Cheers, > Anders > Anders Roxell (3): > package/ltp-testsuite: enable realtime tests > package/ltp-testsuite: enable power-management tests > package/ltp-testsuite: version bump to 20150420 Committed series, thanks! -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-09-29 12:06 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-09-03 9:01 [Buildroot] [PATCH 0/3] package/ltp-testsuite Anders Roxell 2015-09-03 9:01 ` [Buildroot] [PATCH 1/3] package/ltp-testsuite: enable realtime tests Anders Roxell 2015-09-04 12:31 ` Vicente Olivert Riera 2015-09-03 9:01 ` [Buildroot] [PATCH 2/3] package/ltp-testsuite: enable power-management tests Anders Roxell 2015-09-04 12:31 ` Vicente Olivert Riera 2015-09-03 9:01 ` [Buildroot] [PATCH 3/3] package/ltp-testsuite: version bump to 20150420 Anders Roxell 2015-09-04 12:31 ` Vicente Olivert Riera 2015-09-29 12:06 ` [Buildroot] [PATCH 0/3] package/ltp-testsuite Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox