| Summary: | REGRESSION(r188206): [EFL] Missing to adjust scrollbar size to ewk_view_contents_size_get API test | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Gyuyoung Kim <gyuyoung.kim> | ||||||
| Component: | WebKit EFL | Assignee: | Gyuyoung Kim <gyuyoung.kim> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | commit-queue, hs85.jeong, lucas.de.marchi, ossy | ||||||
| Priority: | P2 | ||||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Bug Depends on: | 147725 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
|
Description
Gyuyoung Kim
2015-09-02 18:46:10 PDT
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. |