[Webkit-unassigned] [Bug 127277] New: [EFL][WK2] fast/canvas/webgl/glsl-conformance.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 20 02:42:03 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=127277

           Summary: [EFL][WK2] fast/canvas/webgl/glsl-conformance.html is
                    failing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: m.pakula at samsung.com
                CC: demarchi at webkit.org


Layout test fast/canvas/webgl/glsl-conformance.html is failing since it was introduced in r161889 <http://trac.webkit.org/changeset/161889>.

The difference is error message format:
@@ -28,8 +28,8 @@
 PASS [vshaderWithVersion130/fshader]: vertex shader uses the #version not 100 directive should fail
 PASS [vshaderWithVersion120/fshader]: vertex shader uses the #version not 100 directive should fail
 PASS [vshaderWithVersion100/fshader]: vertex shader uses the #version 100 directive should succeed
-Program link log:ERROR: Input of fragment shader 'v_varying' not written by vertex shader
-
+Program link log:error: fragment shader varying v_varying not written by vertex shader
+.
 PASS [vshaderWithVersion100/fragmentShaderUsedVarying]: vertex shader with no varying and fragment shader with used varying must fail
 PASS [shaders/implicit/add_int_float.vert/fshader]: implicit cast adding integer to float should fail
 PASS [shaders/implicit/add_int_mat2.vert/fshader]: implicit cast adding integer to mat2 should fail

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list