[Webkit-unassigned] [Bug 99681] New: [EFL][WK2] Move ewk_{init, shutdown}() to the main() function of EFL API test.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 21:56:38 PDT 2012


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

           Summary: [EFL][WK2] Move ewk_{init,shutdown}() to the main()
                    function of EFL API test.
           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: eunmi15.lee at samsung.com
                CC: demarchi at webkit.org


The ewk_{init,shutdown} is called whenever processing the each test (i.e. creating and deleting ewk_view),
so tests can be failed if EFL libraries functions are called between ewk_shutdown() and next ewk_init().

In the current codes,
initializing and shutdown are done in the RunLoop() and RunLoop() is created only one time during testing, so there is no problem.
However, the problem appears when we move initializing and shutdown of EFL libraries to the ewk_{init, shutdown}() by https://bugs.webkit.org/show_bug.cgi?id=97173.

The initializing and shutdown codes have to be in the ewk_{init,shutdown} not RunLoop().
So, I fix the EFL API test codes firstly to prevent before failing tests by https://bugs.webkit.org/show_bug.cgi?id=97173.

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