Summary: | [IVB/HSW] ogl-samples: gl-320-glsl-cast-fail failure | ||
---|---|---|---|
Product: | Mesa | Reporter: | meng <mengmeng.meng> |
Component: | Drivers/DRI/i965 | Assignee: | Ian Romanick <idr> |
Status: | CLOSED WONTFIX | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | eero.t.tamminen, jianx.zhou |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
meng
2014-03-20 11:10:24 UTC
This is the failing line: lowp int Count = lowp int(COUNT); I really hope that's not legal syntax for casting...definitely not excited about constructors with spaces in their name. Then again, I don't know what the syntax would be... Looking at the commit message adding this test "..added 320-glsl-cast and input-struct fail tests..." I wonder whether these two tests are supposed to fail. The name of this tests indicates it, but it's a bit weird why the test doesn't check that operation fails, and then report success for the failure test. (Maybe glslangValidator.exe from ogl-samples does that on Windows.) (In reply to Kenneth Graunke from comment #1) > This is the failing line: > > lowp int Count = lowp int(COUNT); This is not valid syntax in any version of GLSL. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.