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