[Webkit-unassigned] [Bug 58110] New: [Chromium] Remove unneeded usage of V8::Lockers in IDB tests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 18:24:28 PDT 2011


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

           Summary: [Chromium] Remove unneeded usage of V8::Lockers in IDB
                    tests.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dimich at chromium.org
                CC: abarth at webkit.org, aa at chromium.org


Since webkit_unit_tests are not running v8 on multiple threads, there is no need to use v8::Locker class.
The problem with using it once is that every other test that runs late in the same process has to acquire a v8 lock too. Tests normally do not do that so they fail, especially on randomized runs.

This will make the patch in bug 58096 not needed.

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