The following tests fail on G45, ILK, and G965 platforms: spec.arb_fragment_program.kil-swizzle spec.arb_fragment_program.fp-kil The failure was bisected to the following commit: commit b97c5edd7aa31fb531a330742a9e20064591fec2 Author: Marek Olšák <marek.olsak@amd.com> Date: Fri Sep 6 14:01:51 2019 -0400 prog_to_nir, tgsi_to_nir: make sure kill doesn't discard NaNs Reviewed-by: Connor Abbott <cwabbott0@gmail.com> Test output: /tmp/build_root/m64/lib/piglit/bin/shader_runner /tmp/build_root/m64/lib/piglit/tests/spec/arb_fragment_program/kil-swizzle.shader_test -auto -fbo Probe color at (0,0) Expected: 0 255 0 0 Observed: 0 0 255 0 Test failure on line 35 /tmp/build_root/m32/lib/piglit/bin/fp-kil -auto -fbo GL_RENDERER = Mesa DRI Intel(R) Ironlake Desktop x86/MMX/SSE2 Probe color at (80,80) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 0.000000 1.000000 Probe color at (12,112) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 0.000000 1.000000
The failures seem unrelated to the commit.
The previous commit, 1bb26562767ea2f623952d1a1db08bb9e70c1762, passes on these platforms, and b97c5edd7aa31fb531a330742a9e20064591fec2 fails.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/1836.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.