[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

tony at chromium.org tony at chromium.org
Wed Dec 22 17:56:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 67a05c3f3da956e338fbd9ca2679d818efa70f3f
Author: tony at chromium.org <tony at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 2 23:20:33 2010 +0000

    2010-12-02  Tony Chang  <tony at chromium.org>
    
            Unreviewed, rolling out r73164.
            http://trac.webkit.org/changeset/73164
            https://bugs.webkit.org/show_bug.cgi?id=50359
    
            broke debugger tests on win
    
            * Scripts/webkitpy/layout_tests/run_webkit_tests.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73207 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 56cde5c..b29551d 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-02  Tony Chang  <tony at chromium.org>
+
+        Unreviewed, rolling out r73164.
+        http://trac.webkit.org/changeset/73164
+        https://bugs.webkit.org/show_bug.cgi?id=50359
+
+        broke debugger tests on win
+
+        * Scripts/webkitpy/layout_tests/run_webkit_tests.py:
+
 2010-11-30  Mihai Parparita  <mihaip at chromium.org>
 
         Reviewed by Tony Chang.
diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests.py b/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
index f3b1da0..f4e92a6 100755
--- a/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
+++ b/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
@@ -1432,8 +1432,8 @@ def parse_args(args=None):
             default=False,
             help="Don't check the system dependencies (themes)"),
         optparse.make_option("--use-drt", action="store_true",
-            default=True,
-            help="(DEPRECATED)"),
+            default=None,
+            help="Use DumpRenderTree instead of test_shell"),
         optparse.make_option("--accelerated-compositing",
             action="store_true",
             help="Use hardware-accelated compositing for rendering"),

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list