RESOLVED FIXED 126509
[EFL] Fix failing WebKit1 API test of ewk_view_setting_tiled_backing_store
https://bugs.webkit.org/show_bug.cgi?id=126509
Summary [EFL] Fix failing WebKit1 API test of ewk_view_setting_tiled_backing_store
Jinwoo Song
Reported 2014-01-05 20:29:43 PST
[ RUN ] EWKTestBase.ewk_view_setting_tiled_backing_store /mnt/buildbot/efl-linux-slave-1/efl-linux-64-release-wk1/build/Source/WebKit/efl/tests/test_ewk_view.cpp:80: Failure Value of: ewk_view_setting_tiled_backing_store_enabled_get(webView()) Actual: true Expected: false [ FAILED ] EWKTestBase.ewk_view_setting_tiled_backing_store (35 ms) In WebKit1 EFL port, DRT is using tiled backing store webview so the setting value is set to true.
Attachments
Patch (1.55 KB, patch)
2014-01-05 20:33 PST, Jinwoo Song
no flags
Patch (3.49 KB, patch)
2014-01-05 21:50 PST, Jinwoo Song
no flags
Patch (3.52 KB, patch)
2014-01-05 23:14 PST, Jinwoo Song
no flags
Jinwoo Song
Comment 1 2014-01-05 20:33:54 PST
Ryuan Choi
Comment 2 2014-01-05 20:41:27 PST
Comment on attachment 220412 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=220412&action=review > Source/WebKit/efl/ChangeLog:8 > + In WebKit1 EFL port, DRT is using a webview based on tiled backing store, If I am right, DRT is using single backing store. I didn't know that test f/w uses tiled backing store as a default. What do you think about changing default as single?
Jinwoo Song
Comment 3 2014-01-05 21:49:35 PST
Comment on attachment 220412 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=220412&action=review >> Source/WebKit/efl/ChangeLog:8 >> + In WebKit1 EFL port, DRT is using a webview based on tiled backing store, > > If I am right, DRT is using single backing store. > I didn't know that test f/w uses tiled backing store as a default. > > What do you think about changing default as single? As we discussed in irc, it would be better to use single backing store in unit test as your suggestion.
Jinwoo Song
Comment 4 2014-01-05 21:50:31 PST
Ryuan Choi
Comment 5 2014-01-05 22:08:25 PST
(In reply to comment #4) > Created an attachment (id=220413) [details] > Patch Thanks, LGTM.
Gyuyoung Kim
Comment 6 2014-01-05 22:10:02 PST
Comment on attachment 220413 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=220413&action=review > Source/WebKit/efl/tests/test_ewk_view.cpp:75 > +* @brief Checking whether function properly get/set tiled backing store setting value. It would be nicer if you mention this fixing in ChangeLog as well.
Jinwoo Song
Comment 7 2014-01-05 23:14:56 PST
WebKit Commit Bot
Comment 8 2014-01-05 23:50:09 PST
Comment on attachment 220415 [details] Patch Clearing flags on attachment: 220415 Committed r161331: <http://trac.webkit.org/changeset/161331>
WebKit Commit Bot
Comment 9 2014-01-05 23:50:12 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.