Result: crash
Detail | Value |
---|---|
Returncode | -11 |
Time | 0:00:00.181859 |
Stdout |
Shader source: #version 300 es /* [config] * expect_result: fail * glsl_version: 3.00 * [end config] * * Section 4.3.3 "Constant Expressions" of the OpenGL GLSL ES 3.00.4 spec * says: * * "However, the sequence operator ( , ) and the assignment operators ( =, * +=, ...) are not included in the operators that can create a constant * expression." */ precision mediump float; const float f = cos((1.0, 2.0)); out vec4 fragdata; void main() { fragdata = vec4(f); } |
Stderr |
Successfully compiled fragment shader /usr/local/lib/piglit/tests/spec/glsl-es-3.00/compiler/const-initializer/from-sequence-in-function.frag: 0:18(22): warning: left-hand operand of comma expression has no effect |
Environment |
PIGLIT_SOURCE_DIR="/usr/local/lib/piglit" PIGLIT_PLATFORM="mixed_glx_egl" |
Command | /usr/local/lib/piglit/bin/glslparsertest_gles2 /usr/local/lib/piglit/tests/spec/glsl-es-3.00/compiler/const-initializer/from-sequence-in-function.frag fail 3.00 |
dmesg |