Bug 47045 - Sunspider 0.9.1 harness doesn't actually close() its test documents
Summary: Sunspider 0.9.1 harness doesn't actually close() its test documents
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Maciej Stachowiak
URL: http://www2.webkit.org/perf/sunspider...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-01 23:26 PDT by Boris Zbarsky
Modified: 2011-07-02 18:35 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.96 KB, patch)
2011-07-02 17:35 PDT, Maciej Stachowiak
dbates: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>