All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5)
@ 2018-08-01 18:36 bugzilla-daemon
  2018-08-01 18:37 ` bugzilla-daemon
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: bugzilla-daemon @ 2018-08-01 18:36 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1758 bytes --]

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3304 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5)
  2018-08-01 18:36 [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5) bugzilla-daemon
@ 2018-08-01 18:37 ` bugzilla-daemon
  2018-08-01 18:51 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2018-08-01 18:37 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 328 bytes --]

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)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1313 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5)
  2018-08-01 18:36 [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5) bugzilla-daemon
  2018-08-01 18:37 ` bugzilla-daemon
@ 2018-08-01 18:51 ` bugzilla-daemon
  2018-08-01 18:56 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2018-08-01 18:51 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 402 bytes --]

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1219 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5)
  2018-08-01 18:36 [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5) bugzilla-daemon
  2018-08-01 18:37 ` bugzilla-daemon
  2018-08-01 18:51 ` bugzilla-daemon
@ 2018-08-01 18:56 ` bugzilla-daemon
  2018-08-01 19:01 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2018-08-01 18:56 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 282 bytes --]

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1081 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5)
  2018-08-01 18:36 [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5) bugzilla-daemon
                   ` (2 preceding siblings ...)
  2018-08-01 18:56 ` bugzilla-daemon
@ 2018-08-01 19:01 ` bugzilla-daemon
  2018-08-03 12:50 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2018-08-01 19:01 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 427 bytes --]

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1318 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5)
  2018-08-01 18:36 [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5) bugzilla-daemon
                   ` (3 preceding siblings ...)
  2018-08-01 19:01 ` bugzilla-daemon
@ 2018-08-03 12:50 ` bugzilla-daemon
  2018-08-03 13:05 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2018-08-03 12:50 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 513 bytes --]

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1692 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5)
  2018-08-01 18:36 [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5) bugzilla-daemon
                   ` (4 preceding siblings ...)
  2018-08-03 12:50 ` bugzilla-daemon
@ 2018-08-03 13:05 ` bugzilla-daemon
  2018-10-19 20:05 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2018-08-03 13:05 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 453 bytes --]

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1111 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5)
  2018-08-01 18:36 [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5) bugzilla-daemon
                   ` (5 preceding siblings ...)
  2018-08-03 13:05 ` bugzilla-daemon
@ 2018-10-19 20:05 ` bugzilla-daemon
  2018-10-19 20:06 ` [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.2.2) bugzilla-daemon
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2018-10-19 20:05 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 327 bytes --]

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1126 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.2.2)
  2018-08-01 18:36 [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5) bugzilla-daemon
                   ` (6 preceding siblings ...)
  2018-10-19 20:05 ` bugzilla-daemon
@ 2018-10-19 20:06 ` bugzilla-daemon
  2019-03-10 17:11 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2018-10-19 20:06 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 517 bytes --]

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)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1168 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.2.2)
  2018-08-01 18:36 [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5) bugzilla-daemon
                   ` (7 preceding siblings ...)
  2018-10-19 20:06 ` [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.2.2) bugzilla-daemon
@ 2019-03-10 17:11 ` bugzilla-daemon
  2019-03-10 17:23 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2019-03-10 17:11 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 703 bytes --]

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)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2308 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.2.2)
  2018-08-01 18:36 [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5) bugzilla-daemon
                   ` (8 preceding siblings ...)
  2019-03-10 17:11 ` bugzilla-daemon
@ 2019-03-10 17:23 ` bugzilla-daemon
  2019-03-10 17:27 ` [Bug 107448] [r600g] 5 of 30 piglit sanity tests fail (PCIe, ppc64, mesa-18.3.4) bugzilla-daemon
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2019-03-10 17:23 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 7322 bytes --]

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 8815 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug 107448] [r600g] 5 of 30 piglit sanity tests fail (PCIe, ppc64, mesa-18.3.4)
  2018-08-01 18:36 [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5) bugzilla-daemon
                   ` (9 preceding siblings ...)
  2019-03-10 17:23 ` bugzilla-daemon
@ 2019-03-10 17:27 ` bugzilla-daemon
  2019-03-10 17:36 ` bugzilla-daemon
  2019-09-18 19:26 ` bugzilla-daemon
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2019-03-10 17:27 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 518 bytes --]

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)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1170 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug 107448] [r600g] 5 of 30 piglit sanity tests fail (PCIe, ppc64, mesa-18.3.4)
  2018-08-01 18:36 [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5) bugzilla-daemon
                   ` (10 preceding siblings ...)
  2019-03-10 17:27 ` [Bug 107448] [r600g] 5 of 30 piglit sanity tests fail (PCIe, ppc64, mesa-18.3.4) bugzilla-daemon
@ 2019-03-10 17:36 ` bugzilla-daemon
  2019-09-18 19:26 ` bugzilla-daemon
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2019-03-10 17:36 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 287 bytes --]

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1314 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug 107448] [r600g] 5 of 30 piglit sanity tests fail (PCIe, ppc64, mesa-18.3.4)
  2018-08-01 18:36 [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5) bugzilla-daemon
                   ` (11 preceding siblings ...)
  2019-03-10 17:36 ` bugzilla-daemon
@ 2019-09-18 19:26 ` bugzilla-daemon
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2019-09-18 19:26 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 842 bytes --]

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2499 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-09-18 19:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-01 18:36 [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5) bugzilla-daemon
2018-08-01 18:37 ` bugzilla-daemon
2018-08-01 18:51 ` bugzilla-daemon
2018-08-01 18:56 ` bugzilla-daemon
2018-08-01 19:01 ` bugzilla-daemon
2018-08-03 12:50 ` bugzilla-daemon
2018-08-03 13:05 ` bugzilla-daemon
2018-10-19 20:05 ` bugzilla-daemon
2018-10-19 20:06 ` [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.2.2) bugzilla-daemon
2019-03-10 17:11 ` bugzilla-daemon
2019-03-10 17:23 ` bugzilla-daemon
2019-03-10 17:27 ` [Bug 107448] [r600g] 5 of 30 piglit sanity tests fail (PCIe, ppc64, mesa-18.3.4) bugzilla-daemon
2019-03-10 17:36 ` bugzilla-daemon
2019-09-18 19:26 ` bugzilla-daemon

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.