Bug 109395

Summary: piglit.spec.arb_gpu_shader5.arb_gpu_shader5-xfb-streams-without-invocations broken
Product: piglit Reporter: Mark Janes <mark.a.janes>
Component: testsAssignee: Eric Engestrom <fdo-bugs>
Status: RESOLVED FIXED QA Contact: Piglit Mailing List <piglit>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Mark Janes 2019-01-19 23:27:12 UTC
This test began failing with a seemingly unrelated piglit commit:
7c8ee3f0f13d8a2323aa26f4a85128c6191545b0
Author:     Eric Engestrom <eric.engestrom@intel.com>

util: simplify string duplication logic

Suggested-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>


stdout

/tmp/build_root/m64/lib/piglit/bin/arb_gpu_shader5-xfb-streams-without-invocations -auto -fbo
piglit: debug: Requested an OpenGL 3.2 Core Context, and received a matching 4.5 context

stderr

Failed to compile vertex shader: 0:8(1): error: syntax error, unexpected '[', expecting $end

source:
#version 450

void main() {
     gl_Position = vec4(0.0);
}


[
Comment 1 Caio Marcelo de Oliveira Filho 2019-01-20 00:59:31 UTC
Attempted fix posted to ML.

https://lists.freedesktop.org/archives/piglit/2019-January/025588.html

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.