[Webkit-unassigned] [Bug 94747] New: Test cases under fast/filesystem/workers are flaky when using JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 13:56:59 PDT 2012


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

           Summary: Test cases under fast/filesystem/workers are flaky
                    when using JSC
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: leo.yang at torchmobile.com.cn
                CC: staikos at kde.org, yoli at rim.com, tonikitoo at webkit.org


These test cases sometimes can't complete because the worker object created by startWorker() has been gc'ed before the worker thread complete. We should reference the worker object returned by startWorker() to avoid being gc'ed.

Patch is coming.

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