https://bugs.freedesktop.org/show_bug.cgi?id=107448
Bug ID: 107448 Summary: [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5) Product: Mesa Version: unspecified Hardware: PowerPC OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 Assignee: dri-devel@lists.freedesktop.org Reporter: erhard_f@mailbox.org QA Contact: dri-devel@lists.freedesktop.org
Created attachment 140928 --> https://bugs.freedesktop.org/attachment.cgi?id=140928&action=edit results from 'pigllit run sanity' (18.1.5)
Machine is a PowerMac G5 11,2 + Radeon HD 6450.
Command /root/build/piglit/bin/shader_runner /root/build/piglit/test/spec/arb_tessellation_shader/execution/sanity.shader_test -auto -fbo
Stdout Probe color at (0,0) Expected: 0 255 0 255 Observed: 25 25 25 25 Test failure on line 57
Stderr Mesa: User error: GL_INVALID_ENUM in lGetFramebufferAttachmentParameteriv(invalid attachment GL_NONE)
Command /root/build/piglit/bin/glsl-1.50-transform-feedback-builtins -auto -fbo
Stdout Incorrect data for 'gl_Layer' output 0. Expected 1, got 16777216. Incorrect data for 'gl_Layer' output 1. Expected 3, got 50331648. Incorrect data for 'gl_Layer' output 2. Expected 5, got 83886080. Incorrect data for 'gl_ViewportIndex' output 0. Expected 1, got 16777216. Incorrect data for 'gl_ViewportIndex' output 1. Expected 2, got 33554432. Incorrect data for 'gl_ViewportIndex' output 2. Expected 3, got 50331648.
https://bugs.freedesktop.org/show_bug.cgi?id=107448
--- Comment #1 from erhard_f@mailbox.org --- Created attachment 140929 --> https://bugs.freedesktop.org/attachment.cgi?id=140929&action=edit html-summary from 'pigllit run sanity' (18.1.5)
https://bugs.freedesktop.org/show_bug.cgi?id=107448
--- Comment #2 from Ilia Mirkin imirkin@alum.mit.edu --- Observation:
bswap32(16777216) == 1 bswap32(50331648) == 3 bswap32(83886080) == 5
For the second test, probably some TF thing that needs to either be configured for BE or get byte-swapped somewhere.
https://bugs.freedesktop.org/show_bug.cgi?id=107448
--- Comment #3 from erhard_f@mailbox.org --- Hm, so you think the sanity test itself got broken and not a r600g component? I am no expert, sorry.
https://bugs.freedesktop.org/show_bug.cgi?id=107448
--- Comment #4 from Ilia Mirkin imirkin@alum.mit.edu --- (In reply to erhard_f from comment #3)
Hm, so you think the sanity test itself got broken and not a r600g component? I am no expert, sorry.
No clue. Just an observation for someone who will maybe at one point look into it.
https://bugs.freedesktop.org/show_bug.cgi?id=107448
--- Comment #5 from erhard_f@mailbox.org --- Created attachment 140950 --> https://bugs.freedesktop.org/attachment.cgi?id=140950&action=edit html-summary from 'pigllit run sanity' (18.0.5)
Same test failures with mesa 18.0.5. So I guess it's piglit itself failing, as at the time I did first piglit tests with 18.0.x on ppc64 (see bug #105463) the sanity tests passed.
https://bugs.freedesktop.org/show_bug.cgi?id=107448
erhard_f@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freedesktop.or | |g/show_bug.cgi?id=107470
https://bugs.freedesktop.org/show_bug.cgi?id=107448
--- Comment #6 from erhard_f@mailbox.org --- Meanwhile, on another machine (Talos II + Radeon HD 6450), another mesa (18.2.2) and rebuilt piglit from git-master. But same test-failures here.
https://bugs.freedesktop.org/show_bug.cgi?id=107448
erhard_f@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|[r600g] 2 of 5 piglit |[r600g] 2 of 5 piglit |sanity tests fail (PCIe, |sanity tests fail (PCIe, |ppc64, mesa-18.1.5) |ppc64, mesa-18.2.2)
https://bugs.freedesktop.org/show_bug.cgi?id=107448
erhard_f@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #140929|0 |1 is obsolete| | Attachment #140950|0 |1 is obsolete| |
--- Comment #7 from erhard_f@mailbox.org --- Created attachment 143610 --> https://bugs.freedesktop.org/attachment.cgi?id=143610&action=edit html-summary from 'pigllit run sanity' (18.3.4)
https://bugs.freedesktop.org/show_bug.cgi?id=107448
erhard_f@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #140928|0 |1 is obsolete| |
--- Comment #8 from erhard_f@mailbox.org --- Created attachment 143611 --> https://bugs.freedesktop.org/attachment.cgi?id=143611&action=edit results from 'pigllit run sanity' (18.3.4)
As mesa progresses, piglit sanity tests error count on ppc64 progresses. ;)
Command /root/build/piglit/bin/shader_runner /root/build/piglit/tests/spec/arb_tessellation_shader/execution/sanity.shader_test -auto -fboStderr Stderr Mesa: User error: GL_INVALID_ENUM in glGetFramebufferAttachmentParameteriv(invalid attachment GL_NONE) Stdout Probe color at (0,0) Expected: 0 255 0 255 Observed: 25 25 25 25 Test failure on line 57
Command /root/build/piglit/bin/shader_runner /root/build/piglit/generated_tests/spec/arb_tessellation_shader/execution/built-in-functions/tcs-any-bvec4-using-if.shader_test -auto -fbo Stderr Mesa: User error: GL_INVALID_ENUM in glGetFramebufferAttachmentParameteriv(invalid attachment GL_NONE) Stdout Probe color at (0,0) Expected: 0 0 255 255 Observed: 0 0 255 0 Test failure on line 92 Probe color at (4,0) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 93 Probe color at (8,0) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 94 Probe color at (12,0) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 95 Probe color at (16,0) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 96 Probe color at (20,0) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 97 Probe color at (24,0) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 98 Probe color at (28,0) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 99 Probe color at (32,0) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 100 Probe color at (36,0) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 101 Probe color at (40,0) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 102 Probe color at (44,0) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 103 Probe color at (48,0) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 104 Probe color at (52,0) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 105 Probe color at (56,0) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 106 Probe color at (60,0) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 107
Command /root/build/piglit/bin/shader_runner /root/build/piglit/tests/spec/arb_tessellation_shader/execution/barrier-patch.shader_test -auto -fbo Stderr Mesa: User error: GL_INVALID_ENUM in glGetFramebufferAttachmentParameteriv(invalid attachment GL_NONE) Stdout Probe color at (0,0) Expected: 0 255 0 255 Observed: 0 0 0 255 Test failure on line 79 Probe color at (0,0) Expected: 0 255 0 255 Observed: 0 0 0 255 Test failure on line 86
Command /root/build/piglit/bin/glsl-1.50-transform-feedback-builtins -auto -fbo Stderr Stdout Incorrect data for 'gl_Layer' output 0. Expected 1, got 16777216. Incorrect data for 'gl_Layer' output 1. Expected 3, got 50331648. Incorrect data for 'gl_Layer' output 2. Expected 5, got 83886080. Incorrect data for 'gl_ViewportIndex' output 0. Expected 1, got 16777216. Incorrect data for 'gl_ViewportIndex' output 1. Expected 2, got 33554432. Incorrect data for 'gl_ViewportIndex' output 2. Expected 3, got 50331648.
Command /root/build/piglit/bin/shader_runner /root/build/piglit/generated_tests/spec/amd_shader_trinary_minmax/execution/built-in-functions/tcs-max3-vec4-vec4-vec4.shader_test -auto -fbo Stderr Mesa: User error: GL_INVALID_ENUM in glGetFramebufferAttachmentParameteriv(invalid attachment GL_NONE)Stdout Probe color at (0,0) Expected: 0 255 0 255 Observed: 0 0 255 0 Test failure on line 160 Probe color at (4,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 161 Probe color at (8,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 162 Probe color at (12,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 163 Probe color at (16,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 164 Probe color at (20,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 165 Probe color at (24,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 166 Probe color at (28,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 167 Probe color at (32,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 168 Probe color at (36,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 169 Probe color at (40,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 170 Probe color at (44,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 171 Probe color at (48,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 172 Probe color at (52,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 173 Probe color at (56,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 174 Probe color at (60,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 1.000000 0.000000 Test failure on line 175
https://bugs.freedesktop.org/show_bug.cgi?id=107448
erhard_f@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|[r600g] 2 of 5 piglit |[r600g] 5 of 30 piglit |sanity tests fail (PCIe, |sanity tests fail (PCIe, |ppc64, mesa-18.2.2) |ppc64, mesa-18.3.4)
https://bugs.freedesktop.org/show_bug.cgi?id=107448
--- Comment #9 from erhard_f@mailbox.org --- According to on Comment 1 on bug #107470 this is most probably not a piglit bug itself, but a driver bug.
https://bugs.freedesktop.org/show_bug.cgi?id=107448
GitLab Migration User gitlab-migration@fdo.invalid changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|NEW |RESOLVED
--- Comment #10 from GitLab Migration User gitlab-migration@fdo.invalid --- -- 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/642.
dri-devel@lists.freedesktop.org