Results for glslparsertest/parser3.frag

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.249482870102
note Returncode was 1
command /usr/local/src/piglit/framework/../bin/glslparsertest tests/glslparsertest/shaders/parser3.frag fail 1.10
errors
  • Successfully compiled fragment shader tests/glslparsertest/shaders/parser3.frag: 0(13) : warning C1068: array index out of bounds
  • 0(13) : warning C1068: array index out of bounds
info
Returncode: 1

Errors:
Successfully compiled fragment shader tests/glslparsertest/shaders/parser3.frag: 0(13) : warning C1068: array index out of bounds
0(13) : warning C1068: array index out of bounds



Output:
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.10
//
// # NOTE: Config section was auto-generated from file
// # NOTE: 'glslparser.tests' at git revision
// # NOTE: 6cc17ae70b70d150aa1751f8e28db7b2a9bd50f0
// [end config]

void main()
{
    float f[3];
    f[3] = 1.0; // index of array greater than the size of the array
}

Back to summary