Bug 47045

Summary: Sunspider 0.9.1 harness doesn't actually close() its test documents
Product: WebKit Reporter: Boris Zbarsky <bzbarsky>
Component: Tools / TestsAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal CC: jwalden+bwo, mjs
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
URL: http://www2.webkit.org/perf/sunspider-0.9.1/sunspider-0.9.1/driver.html
Attachments:
Description Flags
Patch dbates: review+

Description Boris Zbarsky 2010-10-01 23:26:23 PDT
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".
Comment 1 Maciej Stachowiak 2011-07-02 17:35:03 PDT
Created attachment 99565 [details]
Patch
Comment 2 Maciej Stachowiak 2011-07-02 18:35:37 PDT
Committed r90333: <http://trac.webkit.org/changeset/90333>