From: Randolph Sapp <rs@ti.com>
To: <rs@ti.com>, <denis@denix.org>, <reatmon@ti.com>
Cc: <detheridge@ti.com>, <meta-arago@lists.yoctoproject.org>
Subject: Re: [meta-arago][scarthgap/master][PATCH] vulkan-cts: add workaround for createMeshShaderMiscTestsEXT
Date: Fri, 28 Jun 2024 11:41:03 -0500 [thread overview]
Message-ID: <D2BSSNT8QZSY.1QELCDQLTS9K2@ti.com> (raw)
In-Reply-To: <17DB236B4EF787C6.28936@lists.yoctoproject.org>
On Fri Jun 21, 2024 at 4:49 PM CDT, Randolph Sapp via lists.yoctoproject.org wrote:
> From: Randolph Sapp <rs@ti.com>
>
> Remove the CXX flag "-O2" for GCC 13 and 14 on aarch64 platforms.
> There's a bug with ARM GCC that breaks the iteration of "types" in the
> createMeshShaderMiscTestsEXT function. This issue is not present for
> clang or x86_64 GCC 14.
>
> It seems that the array is not initialized before the first iteration.
> In testing this can result in a random value being used. This can
> manifest in LINES type being processed twice, resulting in the following
> error:
>
> FATAL ERROR: Failed to initialize dEQP: Test case with non-unique name
> 'no_lines' added to group 'misc'.
>
> Signed-off-by: Randolph Sapp <rs@ti.com>
> ---
>
> Taking too long for this to hit master so the backport probably won't come in
> time for scarthgap. Submitting this in the meantime.
>
> .../recipes-graphics/vk-gl-cts/vulkan-cts_1.3.7.3.bbappend | 2 ++
> 1 file changed, 2 insertions(+)
> create mode 100644 meta-arago-distro/recipes-graphics/vk-gl-cts/vulkan-cts_1.3.7.3.bbappend
>
> diff --git a/meta-arago-distro/recipes-graphics/vk-gl-cts/vulkan-cts_1.3.7.3.bbappend b/meta-arago-distro/recipes-graphics/vk-gl-cts/vulkan-cts_1.3.7.3.bbappend
> new file mode 100644
> index 00000000..7af2057f
> --- /dev/null
> +++ b/meta-arago-distro/recipes-graphics/vk-gl-cts/vulkan-cts_1.3.7.3.bbappend
> @@ -0,0 +1,2 @@
> +# Workaround an optimization bug that breaks createMeshShaderMiscTestsEXT
> +OECMAKE_CXX_FLAGS:remove:toolchain-gcc:aarch64 = "-O2"
Don't worry about this patch anymore. The guys in meta-openembedded pulled my
backport already.
- Randolph
next parent reply other threads:[~2024-06-28 16:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <17DB236B4EF787C6.28936@lists.yoctoproject.org>
2024-06-28 16:41 ` Randolph Sapp [this message]
2024-06-21 21:49 [meta-arago][scarthgap/master][PATCH] vulkan-cts: add workaround for createMeshShaderMiscTestsEXT rs
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=D2BSSNT8QZSY.1QELCDQLTS9K2@ti.com \
--to=rs@ti.com \
--cc=denis@denix.org \
--cc=detheridge@ti.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=reatmon@ti.com \
/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.