Results for spec/glsl-1.30/compiler/keywords/sampler3D.frag

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.223381996155
note
Returncode was 1
errors
  • Successfully compiled fragment shader tests/spec/glsl-1.30/compiler/keywords/sampler3D.frag:
command
/home/mks-hackers/piglit/framework/../bin/glslparsertest tests/spec/glsl-1.30/compiler/keywords/sampler3D.frag fail 1.30
info
Returncode: 1

Errors:
Successfully compiled fragment shader tests/spec/glsl-1.30/compiler/keywords/sampler3D.frag: 


Output:
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.30
// [end config]
//
// Check that 'sampler3D' is a keyword.

#version 130

int f()
{
	int sampler3D;
	return 0;
}

Back to summary