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

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0:00:00.131503
Stdout
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);
%>

Stderr
Successfully compiled fragment shader /Users/vlee/workspace/piglit/tests/spec/glsl-1.10/compiler/special-characters/digraph-close-bracket.frag: (no compiler output)
Environment
PIGLIT_SOURCE_DIR="/Users/vlee/workspace/piglit" PIGLIT_PLATFORM="mixed_glx_egl"
Command /Users/vlee/workspace/piglit/bin/glslparsertest /Users/vlee/workspace/piglit/tests/spec/glsl-1.10/compiler/special-characters/digraph-close-bracket.frag fail 1.10
dmesg

        

Back to summary