[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:21:42 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ebbf17bbb1878d128be1932efad379095a82af66
Author: dpranke at chromium.org <dpranke at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Sep 12 23:34:37 2010 +0000

    2010-09-12  Dirk Pranke  <dpranke at chromium.org>
    
            Unreviewed, expectations change.
    
            * platform/chromium/test_expectations.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67351 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index beb998d..6999956 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-12  Dirk Pranke  <dpranke at chromium.org>
+
+        Unreviewed, expectations change.
+
+        * platform/chromium/test_expectations.txt:
+
 2010-09-12  James Robinson  <jamesr at chromium.org>
 
         Unreviewed, rolling out r67328.
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index e26c5a5..0c4bb60 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -3138,3 +3138,11 @@ BUGWK45513 WIN : inspector/extensions-resources.html = TIMEOUT
 
 // Regressions from webkit r67182
 BUGWK45527 : fast/dom/replaceChild.html = IMAGE
+
+// Regression from r67285
+BUGWK45623 LINUX : fast/dynamic/first-letter-display-change.html = IMAGE
+
+// Comment out temporarily - these tests need rebaselines but the tool isn't
+// working
+BUGDPRANKE LINUX : svg/batik/text/textPosition.svg = TEXT
+BUGDPRANKE REBASELINE LINUX : svg/batik/text/textPosition2.svg = TEXT
diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py b/WebKitTools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py
index 3a9f923..6f35d66 100644
--- a/WebKitTools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py
+++ b/WebKitTools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py
@@ -738,7 +738,7 @@ class HtmlGenerator(object):
 
         _log.info('Launching html: "%s"', self._html_file)
 
-        html_uri = self._target_port.filename_to_uri(self._html_file)
+        html_uri = "file:///" + self._html_file
         webbrowser.open(html_uri, 1)
 
         _log.info('Html launched.')

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list