Results for spec/glsl-1.50/compiler/interface-blocks-name-reused-globally.vert

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0.046245098114
Info
Returncode: 1

Errors:
Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable
Successfully compiled and linked vertex shader tests/spec/glsl-1.50/compiler/interface-blocks-name-reused-globally.vert: 


Output:
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.50
// check_link: true
// [end config]
//
// GLSLangSpec.1.50.11, 4.3.7 Interface Blocks:
// "Block names have no other use within a shader beyond interface matching;
//  it is an error to use a block name at global scope for anything other than
//  as a block name."
//
// Tests that an interface block name may not be reused globally as anything
// other than as a block name.

#version 150

vec4 block;

out block {
    vec4 a;
} inst;

void main()
{
}


Command /home/airlied/devel/xorg/piglit/bin/glslparsertest tests/spec/glsl-1.50/compiler/interface-blocks-name-reused-globally.vert fail 1.50 --check-link
Traceback
None
dmesg

        

Back to summary