[Webkit-unassigned] [Bug 93195] New: [chromium] DRT needs to clear its cache between tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 4 23:20:37 PDT 2012


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

           Summary: [chromium] DRT needs to clear its cache between tests
           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: fischman at chromium.org
                CC: feature-media-reviews at chromium.org


While investigating bug 92824 I ran across the fact that if one layouttest loads a resource and then another test that runs in the same process requests that resource after calling testRunner.setWillSendRequestReturnsNull(true) then the second test will still see information about the resource, presumably from some sort of cache (in-memory? on-disk? IDK) that DRT is maintaining between tests.  This breaks test hermeticness and should be fixed.

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