[Webkit-unassigned] [Bug 15609] New: testkjs should made long-running to speed up run-javascriptcore-tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 22 01:28:08 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15609

           Summary: testkjs should made long-running to speed up run-
                    javascriptcore-tests
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


testkjs should made long-running to speed up run-javascriptcore-tests

DumpRenderTree has a "long running" option, where it will stay launched and sit
and wait for new data to come in and run it.  testkjs could benefit from such
as well.  I expect it would *drastically* reduce how long it takes to run
run-javascriptcore-tests (which is currently a ridiculously long time).

testkjs would need to make a new global object for each test, but would want to
keep around certain files in memory (the shell files) and just run those before
any test it's given.  A simple LRU cache of recently read-from-disk js files
would probably do the trick.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list