Results for spec/glsl-1.20/compiler/built-in-functions/outerProduct-bvec3.vert

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 1.12187099457
note
Returncode was 1
command
/home/mks-hackers/piglit/framework/../bin/glslparsertest tests/spec/glsl-1.20/compiler/built-in-functions/outerProduct-bvec3.vert fail 1.20
errors
  • Successfully compiled vertex shader tests/spec/glsl-1.20/compiler/built-in-functions/outerProduct-bvec3.vert: Vertex shader was successfully compiled to run on hardware.
info
Returncode: 1

Errors:
Successfully compiled vertex shader tests/spec/glsl-1.20/compiler/built-in-functions/outerProduct-bvec3.vert: Vertex shader was successfully compiled to run on hardware.



Output:
Shader source:
/* [config]
 * expect_result: fail
 * glsl_version: 1.20
 * [end config]
 */
#version 120
void main () {
  gl_Position = vec4(0);
  outerProduct(bvec3(0), bvec3(0));
}

Back to summary