Results for spec@glsl-1.10@compiler@literals@invalid-float-suffix-f.vert

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0:00:00.174998
Stdout
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.10
// [end config]

void main() {
	// Float-suffixes are not in GLSL 1.10
	float f = 1.0f;
	gl_Position = vec4(1.0);
}

Stderr
Successfully compiled vertex shader /usr/local/lib/piglit/tests/spec/glsl-1.10/compiler/literals/invalid-float-suffix-f.vert: 
Environment
PIGLIT_SOURCE_DIR="/usr/local/lib/piglit" PIGLIT_PLATFORM="mixed_glx_egl"
Command /usr/local/lib/piglit/bin/glslparsertest /usr/local/lib/piglit/tests/spec/glsl-1.10/compiler/literals/invalid-float-suffix-f.vert fail 1.10
dmesg

        

Back to summary