Status: fail
Result: fail
Detail | Value |
---|---|
returncode | 1 |
time | 0.403974056244 |
note | Returncode was 1 |
errors |
|
command | /home/mks-hackers/piglit/framework/../bin/glslparsertest tests/spec/glsl-1.20/compiler/qualifiers/in-01.vert fail 1.20 |
info | Returncode: 1 Errors: Successfully compiled vertex shader tests/spec/glsl-1.20/compiler/qualifiers/in-01.vert: Output: Shader source: // [config] // expect_result: fail // glsl_version: 1.20 // [end config] // // "in" is only allowed in parameter list in GLSL 1.20 #version 120 in vec4 foo; |