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