[Webkit-unassigned] [Bug 131036] New: [EFL] Make run-perf-tests not to use xvfb

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 1 08:17:09 PDT 2014


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

           Summary: [EFL] Make run-perf-tests not to use xvfb
           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: zsborbely.u-szeged at partner.samsung.com
                CC: demarchi at webkit.org


Performance tests fail inside xvfb with the following error:

$ Tools/Scripts/run-perf-tests --platform=efl -2
Running 128 tests
Running Animation/balls.html (1 of 128)
error: Animation/balls.html
ERR<32384>:evas-gl_common evas_gl_shader.c:1039 _evas_gl_common_shader_program_source_init() Abort compile of shader vert (rect): #ifdef GL_ES
precision highp float;
#endif
attribute vec4 vertex;
attribute vec4 color;
uniform mat4 mvp;
varying vec4 col;
void main()
{
gl_Position = mvp * vertex;
col = color;
}

ERR<32384>:ecore_evas ecore_evas_x.c:254 _ecore_evas_x_gl_window_new() evas_engine_info_set() for engine 'opengl_x11' failed.
ERR<32384>:ecore_evas ecore_evas_x.c:3571 ecore_evas_gl_x11_options_new() evas_engine_info_set() init engine 'opengl_x11' failed.
ERR<32384>:evas_main evas_gl.c:42 evas_gl_new() Evas GL engine not available.
ERR<32398>: efreet_ini.c:336 efreet_ini_string_get() safety check failed: ini->section == NULL
ERR<32398>: efreet_ini.c:336 efreet_ini_string_get() safety check failed: ini->section == NULL
ERR<32398>: efreet_ini.c:359 efreet_ini_int_get() safety check failed: ini->section == NULL
ERR<32398>: efreet_ini.c:359 efreet_ini_int_get() safety check failed: ini->section == NULL
ERR<32398>: efreet_ini.c:336 efreet_ini_string_get() safety check failed: ini->section == NULL
ERR<32398>: efreet_ini.c:336 efreet_ini_string_get() safety check failed: ini->section == NULL
ERR<32398>: efreet_ini.c:359 efreet_ini_int_get() safety check failed: ini->section == NULL
ERR<32398>: efreet_ini.c:359 efreet_ini_int_get() safety check failed: ini->section == NULL
ERR<32398>: efreet_ini.c:336 efreet_ini_string_get() safety check failed: ini->section == NULL
ERR<32398>: efreet_ini.c:336 efreet_ini_string_get() safety check failed: ini->section == NULL
ERR<32398>: efreet_ini.c:359 efreet_ini_int_get() safety check failed: ini->section == NULL
ERR<32398>: efreet_ini.c:359 efreet_ini_int_get() safety check failed: ini->section == NULL

FAILED
Finished: 9.698913 s

-- 
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