[webkit-changes] cvs commit: WebKitTools/Scripts run-webkit-tests

Eric eseidel at opensource.apple.com
Tue Oct 11 02:33:29 PDT 2005


eseidel     05/10/11 02:33:29

  Modified:    .        ChangeLog
               Scripts  run-webkit-tests
  Log:
  Bug #: none
  Submitted by: eseidel
  Reviewed by: hyatt
          Checks for leaks in ImageDiff too.
  
          * Scripts/run-webkit-tests:
  
  Revision  Changes    Path
  1.115     +8 -0      WebKitTools/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKitTools/ChangeLog,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -r1.114 -r1.115
  --- ChangeLog	10 Oct 2005 06:35:11 -0000	1.114
  +++ ChangeLog	11 Oct 2005 09:33:28 -0000	1.115
  @@ -1,3 +1,11 @@
  +2005-10-11  Eric Seidel  <eseidel at apple.com>
  +
  +        Reviewed by hyatt.
  +
  +        Checks for leaks in ImageDiff too.
  +
  +        * Scripts/run-webkit-tests:
  +
   2005-10-09  Darin Adler  <darin at apple.com>
   
           * Scripts/check-dom-results: Dump ".xhtml" for tests in the xhtml directory.
  
  
  
  1.32      +2 -0      WebKitTools/Scripts/run-webkit-tests
  
  Index: run-webkit-tests
  ===================================================================
  RCS file: /cvs/root/WebKitTools/Scripts/run-webkit-tests,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- run-webkit-tests	10 Oct 2005 06:35:12 -0000	1.31
  +++ run-webkit-tests	11 Oct 2005 09:33:29 -0000	1.32
  @@ -154,6 +154,8 @@
   
   my $imageDiffToolPID;
   if ($pixelTests) {
  +    local %ENV;
  +    $ENV{MallocStackLogging} = 1 if $checkLeaks;
       $imageDiffToolPID = open2(\*DIFFIN, \*DIFFOUT, $imageDiffTool, "") or die "unable to open $imageDiffTool\n";
   }
   
  
  
  



More information about the webkit-changes mailing list