I missed to fix other tests in r189256. I'm sorry about it. I upload an additional fix again :(
Created attachment 260471 [details] Patch
Comment on attachment 260471 [details] Patch Hmm, EFL API test is now fine. Is this flaky ? :(
gyuyoung, ewk_view_contents_size_get API test have failed for a long time. It doesn't looks flaky. https://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2/builds/25635/steps/API%20tests/logs/stdio [ RUN ] EWK2ViewTest.ewk_view_contents_size_get ../../Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_view.cpp:1328: Failure Value of: contentsWidth Actual: 390 Expected: environment->defaultWidth() / 2 Which is: 400 ../../Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_view.cpp:1329: Failure Value of: contentsHeight Actual: 290 Expected: environment->defaultHeight() / 2 Which is: 300 [ FAILED ] EWK2ViewTest.ewk_view_contents_size_get (219 ms)
Created attachment 266081 [details] Patch
(In reply to comment #3) > gyuyoung, ewk_view_contents_size_get API test have failed for a long time. > It doesn't looks flaky. > > https://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2/ > builds/25635/steps/API%20tests/logs/stdio > > [ RUN ] EWK2ViewTest.ewk_view_contents_size_get > ../../Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_view.cpp:1328: Failure > Value of: contentsWidth > Actual: 390 > Expected: environment->defaultWidth() / 2 > Which is: 400 > ../../Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_view.cpp:1329: Failure > Value of: contentsHeight > Actual: 290 > Expected: environment->defaultHeight() / 2 > Which is: 300 > [ FAILED ] EWK2ViewTest.ewk_view_contents_size_get (219 ms) I forget this. But this test was fine as soon as I update this fix. It is weird. Anyway now I reproduce this failure locally. And this patch is still valid for the failure.
Ossy, could you take a look ?
Comment on attachment 266081 [details] Patch rs=me
Comment on attachment 266081 [details] Patch Clearing flags on attachment: 266081 Committed r192754: <http://trac.webkit.org/changeset/192754>
All reviewed patches have been landed. Closing bug.