Results for spec/glsl-1.30/compiler/reserved/partition.frag

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 1.01925206184
note
Returncode was 1
command
/home/mks-hackers/piglit/framework/../bin/glslparsertest tests/spec/glsl-1.30/compiler/reserved/partition.frag fail 1.30
errors
  • Successfully compiled fragment shader tests/spec/glsl-1.30/compiler/reserved/partition.frag: Fragment shader was successfully compiled to run on hardware.
info
Returncode: 1

Errors:
Successfully compiled fragment shader tests/spec/glsl-1.30/compiler/reserved/partition.frag: Fragment shader was successfully compiled to run on hardware.



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

#version 130

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

Back to summary