diff options
author | Randolph Sapp <rs@ti.com> | 2024-06-17 19:52:03 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-18 17:38:28 -0700 |
commit | 952ea2bab1a0d444d48372e88328a9d78ef4e3f8 (patch) | |
tree | 3efc2e7bce3ec51336902e25c0845a3d130a2d9e /meta-python/recipes-devtools/python/python3-matplotlib/matplotlib-disable-download.patch | |
parent | 487a2d569554ef62fa779f2ac39c4fe61b002bf8 (diff) | |
download | meta-openembedded-952ea2bab1a0d444d48372e88328a9d78ef4e3f8.tar.gz |
vulkan-cts: add workaround for createMeshShaderMiscTestsEXT
Remove the CXX flag "-O2" for GCC 13 and 14. 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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib/matplotlib-disable-download.patch')
0 files changed, 0 insertions, 0 deletions