[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
mjs at apple.com
mjs at apple.com
Tue Jan 5 23:48:41 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit ed3a3d3450223264bf966b51d2fbacfd0b8131e6
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