Bug 141249 - [EFL][WK2] REGRESSION(r178526): test_ewk2_storage_manager has been failed for a long time
Summary: [EFL][WK2] REGRESSION(r178526): test_ewk2_storage_manager has been failed for...
Status: RESOLVED FIXED
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:
: 140652 (view as bug list)
Depends on:
Blocks: 132813
  Show dependency treegraph
 
Reported: 2015-02-04 07:53 PST by Gyuyoung Kim
Modified: 2015-03-16 07:33 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.18 KB, patch)
2015-03-16 03:49 PDT, Przemyslaw Piorkowski
no flags Details | Formatted Diff | Diff
Patch (1.44 KB, patch)
2015-03-16 05:55 PDT, Przemyslaw Piorkowski
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2015-02-04 07:53:23 PST
test_ewk2_storage_manager has been failed. We should fix this problem soon.


18/65 Test #18: test_ewk2_storage_manager ..........................***Failed   20.33 sec
Xlib:  extension "RANDR" missing on display ":55".
[==========] Running 2 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 2 tests from EWK2StorageManagerTest
[ RUN      ] EWK2StorageManagerTest.ewk_storage_manager_origins_async_get
ERR<7407>:ecore_evas modules/ecore_evas/engines/x/ecore_evas_x.c:4419 ecore_evas_gl_x11_options_new_internal() evas_engine_info_set() init engine 'opengl_x11' failed.
ERR<7407>:evas_main lib/evas/canvas/evas_gl.c:138 evas_gl_new() Evas GL engine not available.
../../Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_storage_manager.cpp:147: Failure
Value of: originData.isSynchronized
  Actual: false
Expected: true
[  FAILED  ] EWK2StorageManagerTest.ewk_storage_manager_origins_async_get (10085 ms)
[ RUN      ] EWK2StorageManagerTest.ewk_storage_manager_entries_for_origin_delete
ERR<7407>:ecore_evas modules/ecore_evas/engines/x/ecore_evas_x.c:4419 ecore_evas_gl_x11_options_new_internal() evas_engine_info_set() init engine 'opengl_x11' failed.
ERR<7407>:evas_main lib/evas/canvas/evas_gl.c:138 evas_gl_new() Evas GL engine not available.
../../Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_storage_manager.cpp:176: Failure
Value of: originData.isSynchronized
  Actual: false
Expected: true
[  FAILED  ] EWK2StorageManagerTest.ewk_storage_manager_entries_for_origin_delete (10084 ms)
[----------] 2 tests from EWK2StorageManagerTest (20169 ms total)

[----------] Global test environment tear-down
[==========] 2 tests from 1 test case ran. (20169 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] EWK2StorageManagerTest.ewk_storage_manager_origins_async_get
[  FAILED  ] EWK2StorageManagerTest.ewk_storage_manager_entries_for_origin_delete

 2 FAILED TESTS
Comment 1 Przemyslaw Piorkowski 2015-02-05 13:35:40 PST
Isn't it the same as https://bugs.webkit.org/show_bug.cgi?id=140652 ?
Comment 2 Gyuyoung Kim 2015-02-05 16:10:47 PST
*** Bug 140652 has been marked as a duplicate of this bug. ***
Comment 3 Gyuyoung Kim 2015-02-05 16:13:13 PST
(In reply to comment #1)
> Isn't it the same as https://bugs.webkit.org/show_bug.cgi?id=140652 ?

Oh, Sorry I missed it. Unfortunately I already mentioned this bug in below,

http://trac.webkit.org/changeset/179603/trunk/Source/WebKit2/PlatformEfl.cmake

I closed Bug 140652 as duplicated.
Comment 4 Przemyslaw Piorkowski 2015-02-09 13:44:35 PST
Did this test ever succeed ?
Comment 5 Gyuyoung Kim 2015-02-09 19:46:57 PST
(In reply to comment #4)
> Did this test ever succeed ?

AFAIK, this test was passed before.
Comment 6 Przemyslaw Piorkowski 2015-03-16 03:49:17 PDT
Created attachment 248718 [details]
Patch
Comment 7 Gyuyoung Kim 2015-03-16 05:11:41 PDT
Comment on attachment 248718 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=248718&action=review

> Source/WebKit2/PlatformEfl.cmake:518
> +    test_ewk2_storage_manager

Please remove 518 line as well.

# webkit.org/b/141249: test_ewk2_storage_manager
Comment 8 Przemyslaw Piorkowski 2015-03-16 05:55:40 PDT
Created attachment 248724 [details]
Patch
Comment 9 WebKit Commit Bot 2015-03-16 07:33:13 PDT
Comment on attachment 248724 [details]
Patch

Clearing flags on attachment: 248724

Committed r181554: <http://trac.webkit.org/changeset/181554>
Comment 10 WebKit Commit Bot 2015-03-16 07:33:19 PDT
All reviewed patches have been landed.  Closing bug.