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

Overview

Status: fail
Result: fail

Back to summary

Details

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

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


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

#version 130

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

Back to summary