Bug 109395 - piglit.spec.arb_gpu_shader5.arb_gpu_shader5-xfb-streams-without-invocations broken
Summary: piglit.spec.arb_gpu_shader5.arb_gpu_shader5-xfb-streams-without-invocations b...
Status: RESOLVED FIXED
Alias: None
Product: piglit
Classification: Unclassified
Component: tests (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Eric Engestrom
QA Contact: Piglit Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-19 23:27 UTC by Mark Janes
Modified: 2019-01-21 00:37 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.