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

dpranke at chromium.org dpranke at chromium.org
Wed Dec 22 13:39:45 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 29db70dc95f4f306d37627caee36b73723212783
Author: dpranke at chromium.org <dpranke at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 22 19:38:45 2010 +0000

    2010-09-22  Dirk Pranke  <dpranke at chromium.org>
    
            Reviewed by Tony Chang.
    
            new-run-webkit-tests: r68063 broke linux python tests
    
            Add a missing "from __future__ import with_statement" to this
            new file; the perils of testing only on the Mac and by review :(
    
            https://bugs.webkit.org/show_bug.cgi?id=46293
    
            * Scripts/webkitpy/layout_tests/port/chromium_gpu.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68073 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 9286fc8..153d887 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -2,6 +2,19 @@
 
         Reviewed by Tony Chang.
 
+        new-run-webkit-tests: r68063 broke linux python tests
+
+        Add a missing "from __future__ import with_statement" to this
+        new file; the perils of testing only on the Mac and by review :(
+
+        https://bugs.webkit.org/show_bug.cgi?id=46293
+
+        * Scripts/webkitpy/layout_tests/port/chromium_gpu.py:
+
+2010-09-22  Dirk Pranke  <dpranke at chromium.org>
+
+        Reviewed by Tony Chang.
+
         Add a 'chromium-gpu' set of ports that will test the accelerated
         GPU paths. This patch adds:
 
diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py b/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py
index c003457..80602d9 100644
--- a/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py
+++ b/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py
@@ -24,6 +24,8 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+from __future__ import with_statement
+
 import codecs
 import os
 import sys

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list