[Webkit-unassigned] [Bug 52876] New: Chromium DRT should provide option to clear page resources between tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 21 02:13:18 PST 2011


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

           Summary: Chromium DRT should provide option to clear page
                    resources between tests
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wangxianzhu at google.com


For now Chromium DRT loads the next test directly after the previous test. Resources used by the previous test that are not GC'ed yet has potential influence on the next test, increasing the chance of flakyness.

For example, on an embedded system the number of active GL contexts has a small limit. When running the webgl tests in batch, the GL contexts allocated by the previous test may cause some later test fails to allocate a GL context.

I'll upload a patch that adds a command-line option like '--clear-between-tests' to Chromium DRT.

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