diff --git a/src/gallium/drivers/r300/ci/r300-rs740-fails.txt b/src/gallium/drivers/r300/ci/r300-rs740-fails.txt index 93fb6ab3838..da9a55b0ef8 100644 --- a/src/gallium/drivers/r300/ci/r300-rs740-fails.txt +++ b/src/gallium/drivers/r300/ci/r300-rs740-fails.txt @@ -1014,6 +1014,9 @@ spec@glsl-1.10@execution@variable-indexing@vs-output-array-vec2-index-wr-no-unro # We write -nan to output, and don't end with zero spec@glsl-1.20@execution@const-builtin@glsl-const-builtin-normalize,Fail +# Loop unrolling regression +spec@glsl-1.20@execution@fs-function-inout-array-of-structs,Fail + # https://gitlab.freedesktop.org/mesa/mesa/-/issues/8618 spec@glsl-1.20@execution@fs-nan-builtin-max,Fail spec@glsl-1.20@execution@fs-nan-builtin-min,Fail diff --git a/src/gallium/drivers/r300/ci/r300-rv380-fails.txt b/src/gallium/drivers/r300/ci/r300-rv380-fails.txt index a45d52eaf60..d2a3f78b5df 100644 --- a/src/gallium/drivers/r300/ci/r300-rv380-fails.txt +++ b/src/gallium/drivers/r300/ci/r300-rv380-fails.txt @@ -1138,6 +1138,9 @@ spec@glsl-1.20@execution@clipping@vs-clip-vertex-primitives,Fail # Writes -NaN to the output and does not match the expected zero result. spec@glsl-1.20@execution@const-builtin@glsl-const-builtin-normalize,Fail +# Loop unrolling regression +spec@glsl-1.20@execution@fs-function-inout-array-of-structs,Fail + # See issue: # https://gitlab.freedesktop.org/mesa/mesa/-/issues/8618 spec@glsl-1.20@execution@fs-nan-builtin-max,Fail diff --git a/src/gallium/drivers/r300/ci/r300-rv410-fails.txt b/src/gallium/drivers/r300/ci/r300-rv410-fails.txt index c77f78e7f51..0645a94f2f2 100644 --- a/src/gallium/drivers/r300/ci/r300-rv410-fails.txt +++ b/src/gallium/drivers/r300/ci/r300-rv410-fails.txt @@ -1062,6 +1062,9 @@ spec@glsl-1.20@execution@clipping@vs-clip-vertex-primitives,Fail # We write -nan to output, and don't end with zero spec@glsl-1.20@execution@const-builtin@glsl-const-builtin-normalize,Fail +# Loop unrolling regression +spec@glsl-1.20@execution@fs-function-inout-array-of-structs,Fail + # https://gitlab.freedesktop.org/mesa/mesa/-/issues/8618 spec@glsl-1.20@execution@fs-nan-builtin-max,Fail spec@glsl-1.20@execution@fs-nan-builtin-min,Fail