Status: fail
			Result: fail
		
| Detail | Value | 
|---|---|
| returncode | 1 | 
| time | 0.228893041611 | 
| note | Returncode was 1  | 
| errors | 
  | 
| command | /home/mks-hackers/piglit/framework/../bin/glslparsertest tests/spec/glsl-1.30/compiler/keywords/usampler1D.frag fail 1.30  | 
| info | Returncode: 1
Errors:
Successfully compiled fragment shader tests/spec/glsl-1.30/compiler/keywords/usampler1D.frag: 
Output:
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.30
// [end config]
//
// Check that 'usampler1D' is a keyword.
#version 130
int f()
{
	int usampler1D;
	return 0;
}
 |