Results for spec@glsl-1.50@compiler@layout-not-case-sensitive-out.geom

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0:00:00.152334
Stdout
Shader source:
// [config]
// expect_result: pass
// glsl_version: 1.50
// check_link: true
// [end config]
//
// Section 4.3.8(Layout Qualifiers) of the GLSL 1.50 spec says:
// "identifiers are not case sensitive, unless explicitly noted
//  otherwise."

#version 150

layout(pOiNtS) out;
layout(triangles) in;
layout(max_vertices = 3) out;

void main()
{
}

Stderr
Failed to compile geometry shader /Users/vlee/workspace/piglit/tests/spec/glsl-1.50/compiler/layout-not-case-sensitive-out.geom: ERROR: 0:13: Unknown identifier 'pOiNtS' in layout

Environment
PIGLIT_SOURCE_DIR="/Users/vlee/workspace/piglit" PIGLIT_PLATFORM="mixed_glx_egl"
Command /Users/vlee/workspace/piglit/bin/glslparsertest /Users/vlee/workspace/piglit/tests/spec/glsl-1.50/compiler/layout-not-case-sensitive-out.geom pass 1.50 --check-link
dmesg

        

Back to summary