From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: <a-christidis@ti.com>, <openembedded-core@lists.openembedded.org>
Cc: <alex@linutronix.de>
Subject: Re: [master][PATCH] libsdl2: Add tests package and ptest support
Date: Wed, 03 Sep 2025 08:48:22 +0200 [thread overview]
Message-ID: <DCIYQ7V57RW9.1B4X57XG939RP@bootlin.com> (raw)
In-Reply-To: <20250827222051.367093-1-a-christidis@ti.com>
On Thu Aug 28, 2025 at 12:20 AM CEST, a-christidis wrote:
> From: Antonios Christidis <a-christidis@ti.com>
>
> The SDL2 software comes with its own set of tests. Following that
> introduce support for ptest.
>
> Signed-off-by: Antonios Christidis <a-christidis@ti.com>
> ---
Hi Antonios,
> --- /dev/null
> +++ b/meta/recipes-graphics/libsdl2/libsdl2/run-ptest
> @@ -0,0 +1,15 @@
> +#!/bin/sh
> +
> +test_array=("testdraw2" "testgeometry" "testsprite2" "testgles2" "testoffscreen")
Arrays are only valid with bash, not with POSIX shell. This is failing
on the autobuilder:
AssertionError:
Failed ptests:
{'libsdl2': 'START: ptest-runner\n'
'2025-09-03T06:28\n'
'/usr/lib/libsdl2/ptest/run-ptest: line 3: syntax error: '
'unexpected "("\n'
'\n'
'ERROR: Exit status is 2\n'
'DURATION: 0\n'}
https://autobuilder.yoctoproject.org/valkyrie/#/builders/73/builds/2215
Can you fix the syntax please?
Thanks,
Mathieu
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2025-09-03 6:48 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-27 22:20 [master][PATCH] libsdl2: Add tests package and ptest support a-christidis
2025-08-28 6:56 ` [OE-core] " Yoann Congal
2025-08-28 12:51 ` Alexander Kanavin
2025-08-28 15:23 ` Yoann Congal
2025-08-28 18:08 ` Alexander Kanavin
2025-09-02 15:22 ` [EXTERNAL] " Antonios Christidis
2025-09-02 16:32 ` Yoann Congal
2025-08-28 12:51 ` Alexander Kanavin
2025-09-02 15:20 ` [EXTERNAL] " Antonios Christidis
2025-09-03 12:46 ` Alexander Kanavin
2025-09-03 23:57 ` Antonios Christidis
2025-08-28 13:29 ` Joao Marcos Costa
2025-09-03 6:48 ` Mathieu Dubois-Briand [this message]
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=DCIYQ7V57RW9.1B4X57XG939RP@bootlin.com \
--to=mathieu.dubois-briand@bootlin.com \
--cc=a-christidis@ti.com \
--cc=alex@linutronix.de \
--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.