Changeset 19779 in webkit


Ignore:
Timestamp:
Feb 21, 2007 2:56:33 PM (17 years ago)
Author:
ggaren
Message:

Reduced --leaks mode to running only 750 tests at a time, in the hopes
of fixing intermittent crasher that may be caused by out of memory
conditions.

  • Scripts/run-webkit-tests:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r19778 r19779  
     12007-02-21  Geoffrey Garen  <ggaren@apple.com>
     2       
     3        Reduced --leaks mode to running only 750 tests at a time, in the hopes
     4        of fixing intermittent crasher that may be caused by out of memory
     5        conditions.
     6
     7        * Scripts/run-webkit-tests:
     8
    192007-02-21  Geoffrey Garen  <ggaren@apple.com>
    210
  • trunk/WebKitTools/Scripts/run-webkit-tests

    r19778 r19779  
    8989my $resetResults = 0;
    9090my $showHelp = 0;
    91 my $testsPerDumpTool = 1000;
     91my $testsPerDumpTool = 750;
    9292my $testHTTP = 1;
    9393my $testOnlySVGs = '';
Note: See TracChangeset for help on using the changeset viewer.