[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

mjs at apple.com mjs at apple.com
Thu Apr 8 00:34:54 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 95f38b6fb0b6b9d7f23128175e523dfc490ec17c
Author: mjs at apple.com <mjs at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 14 02:26:17 2009 +0000

    Fix minor problem in sunspider-compare-results which left it broken.
    
    Reviewed by Gavin Barraclaugh.
    
    * Scripts/sunspider-compare-results: Declare $parseonly
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52077 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index a423f36..6a842ac 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2009-12-13  Maciej Stachowiak  <mjs at apple.com>
+
+        Reviewed by Gavin Barraclaugh.
+
+        Fix minor problem in sunspider-compare-results which left it broken.
+
+        * Scripts/sunspider-compare-results: Declare $parseonly
+
 2009-12-12  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Oliver Hunt.
diff --git a/WebKitTools/Scripts/sunspider-compare-results b/WebKitTools/Scripts/sunspider-compare-results
index afbf5fd..3446cd8 100755
--- a/WebKitTools/Scripts/sunspider-compare-results
+++ b/WebKitTools/Scripts/sunspider-compare-results
@@ -42,6 +42,7 @@ my $showHelp = 0;
 my $suite = "";
 my $ubench = 0;
 my $v8 = 0;
+my $parseonly = 0;
 
 my $programName = basename($0);
 my $usage = <<EOF;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list