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

Overview

Status: fail
Result: fail

Back to summary

Details

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

Errors:
Successfully compiled fragment shader tests/spec/glsl-1.10/compiler/special-characters/digraph-close-bracket.frag: (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_FragColor = vec4(1.0);
%>

Back to summary