From: Chong Lu <Chong.Lu@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] piglit: enable ptest support
Date: Mon, 18 Aug 2014 13:39:30 +0800 [thread overview]
Message-ID: <53F19192.6080904@windriver.com> (raw)
In-Reply-To: <73bd8c6b08e4d483e4591c89d41b40042aa24e06.1408331425.git.Chong.Lu@windriver.com>
On 08/18/2014 11:11 AM, Chong Lu wrote:
> Install libpcre test suite and run it as ptest.
>
> Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
> ---
> meta/recipes-graphics/piglit/piglit/run-ptest | 5 +++++
> meta/recipes-graphics/piglit/piglit_git.bb | 10 +++++++---
> 2 files changed, 12 insertions(+), 3 deletions(-)
> create mode 100644 meta/recipes-graphics/piglit/piglit/run-ptest
>
> diff --git a/meta/recipes-graphics/piglit/piglit/run-ptest b/meta/recipes-graphics/piglit/piglit/run-ptest
> new file mode 100644
> index 0000000..fba2e8d
> --- /dev/null
> +++ b/meta/recipes-graphics/piglit/piglit/run-ptest
> @@ -0,0 +1,5 @@
> +#!/bin/sh
> +
> +env PIGLIT_BUILD_DIR=`pwd`/.. piglit-run.py `pwd`/tests/sanity.tests `pwd`/results/sanity.results 2>&1 | \
> + grep -E "pass ::|fail ::|skip ::|warn ::" | cut -d' ' -f11- | \
> + sed -e 's|pass ::|PASS:|' -e 's|warn ::|PASS:|' -e 's|fail ::|FAIL:|' -e 's|skip ::|SKIP:|'
> diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
> index 5c013ef..de4a839 100644
> --- a/meta/recipes-graphics/piglit/piglit_git.bb
> +++ b/meta/recipes-graphics/piglit/piglit_git.bb
> @@ -2,7 +2,8 @@ SUMMARY = "OpenGL driver testing framework"
> LICENSE = "MIT & LGPLv2+ & GPLv3 & GPLv2+ & BSD-3-Clause"
> LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0"
>
> -SRC_URI = "git://anongit.freedesktop.org/piglit"
> +SRC_URI = "git://anongit.freedesktop.org/piglit \
> + file://run-ptest"
>
> # From 2012/12/30.
> SRCREV = "bbeff5d21b06d37338ad28e42d88f499bef13268"
> @@ -13,7 +14,7 @@ S = "${WORKDIR}/git"
>
> DEPENDS = "virtual/libx11 libxrender waffle virtual/libgl libglu python-mako-native python-numpy-native"
>
> -inherit cmake pythonnative
> +inherit cmake pythonnative ptest
>
> # As piglit doesn't install, enforce in-tree builds so that we can easily copy
> # contents out of $S and $B.
> @@ -36,7 +37,6 @@ do_install() {
> cp -Pr lib/ ${D}${libdir}/piglit/
> cp -Pr framework/ ${D}${libdir}/piglit/
> cp -Pr generated_tests/ ${D}${libdir}/piglit/
> - cp -Pr tests/ ${D}${libdir}/piglit/
> cp -Pr templates/ ${D}${libdir}/piglit/
>
> sed -i -e 's|sys.path.append(.*)|sys.path.append("${libdir}/piglit")|' ${D}${bindir}/piglit-*.py
> @@ -46,3 +46,7 @@ do_install() {
> FILES_${PN}-dbg += "${libdir}/piglit/*/.debug/"
>
> RDEPENDS_${PN} = "python waffle python-json python-subprocess python-multiprocessing python-textutils python-netserver python-shell mesa-demos"
> +
> +do_install_ptest() {
> + cp -Pr tests/ ${D}${PTEST_PATH}/
> +}
Please ignore this one, I will resend.
Best Regards
Chong
next prev parent reply other threads:[~2014-08-18 5:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-18 3:11 [PATCH 0/1] piglit: enable ptest support Chong Lu
2014-08-18 3:11 ` [PATCH 1/1] " Chong Lu
2014-08-18 5:39 ` Chong Lu [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-08-18 5:39 [PATCH V2 0/1] " Chong Lu
2014-08-18 5:39 ` [PATCH 1/1] " Chong Lu
2014-08-28 14:09 ` Burton, Ross
2014-09-02 2:14 ` Robert Yang
2014-09-02 7:33 ` Robert Yang
2014-09-02 7:35 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53F19192.6080904@windriver.com \
--to=chong.lu@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.