Results for spec@glsl-1.50@compiler@invariant-qualifier-in-out-block-01.vert

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0:00:00.150440
Stdout
Shader source:
// [config]
// expect_result: pass
// glsl_version: 1.50
// [end config]
//
// Tests that the invariant qualifier can be applied to a member of an out block.

#version 150

out block {
    invariant vec4 x;
};

void main()
{
}

Stderr
Failed to compile vertex shader /usr/local/lib/piglit/tests/spec/glsl-1.50/compiler/invariant-qualifier-in-out-block-01.vert: 0:10(1): error: invariant qualifiers cannot be used with interface blocks members

Environment
PIGLIT_SOURCE_DIR="/usr/local/lib/piglit" PIGLIT_PLATFORM="mixed_glx_egl"
Command /usr/local/lib/piglit/bin/glslparsertest /usr/local/lib/piglit/tests/spec/glsl-1.50/compiler/invariant-qualifier-in-out-block-01.vert pass 1.50
dmesg

        

Back to summary