Results for spec/glsl-1.10/compiler/special-characters/digraph-close-bracket.vert

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.186237096786
note
Returncode was 1
command
/Users/vlee/workspace/piglit/framework/../bin/glslparsertest tests/spec/glsl-1.10/compiler/special-characters/digraph-close-bracket.vert fail 1.10
errors
  • Successfully compiled vertex shader tests/spec/glsl-1.10/compiler/special-characters/digraph-close-bracket.vert: (no compiler output)
info
Returncode: 1

Errors:
Successfully compiled vertex shader tests/spec/glsl-1.10/compiler/special-characters/digraph-close-bracket.vert: (no compiler output)


Output:
Shader source:
/* [config]
 * expect_result: fail
 * glsl_version: 1.10
 * check_link: false
 * [end config]
 *
 * There is no digraph interpretation in GLSL, so <% should not be
 * interpreted as {, and %> should not be interpreted as }.
 */

void main()
{
	gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
%>

Back to summary