Bug 127277 - [EFL][WK2] fast/canvas/webgl/glsl-conformance.html is failing
Summary: [EFL][WK2] fast/canvas/webgl/glsl-conformance.html is failing
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 02:39 PST by Michal Pakula vel Rutka
Modified: 2017-03-11 10:42 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Pakula vel Rutka 2014-01-20 02:39:35 PST
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
Comment 1 Michael Catanzaro 2017-03-11 10:42:45 PST
Closing this bug because the EFL port has been removed from trunk.

If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.