[Webkit-unassigned] [Bug 47045] New: Sunspider 0.9.1 harness doesn't actually close() its test documents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 1 23:26:23 PDT 2010


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

           Summary: Sunspider 0.9.1 harness doesn't actually close() its
                    test documents
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www2.webkit.org/perf/sunspider-0.9.1/sunspider-
                    0.9.1/driver.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bzbarsky at mit.edu
                CC: jwalden+bwo at mit.edu


The step that goes to the next test looks like this:

        testFrame.contentDocument.open();
        testFrame.contentDocument.write(testContents[testIndex]);
        testFrame.contentDocument.close;

Note the lack of parens after "close".

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