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

philn at webkit.org philn at webkit.org
Wed Dec 22 13:06:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 201ca75800b55f0766529e59598c4ce06a3b44a3
Author: philn at webkit.org <philn at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 7 10:12:07 2010 +0000

    2010-09-07  Philippe Normand  <pnormand at igalia.com>
    
            Unreviewed, build fix.
    
            webkit-patch command to find the ports covering a specific layout test
            https://bugs.webkit.org/show_bug.cgi?id=42832
    
            * Scripts/webkitpy/layout_tests/port/chromium.py: Don't assume the
            tests are present when building the expectations. This is needed
            for the unittests.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66873 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index dd87e36..eea96c8 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,14 @@
+2010-09-07  Philippe Normand  <pnormand at igalia.com>
+
+        Unreviewed, build fix.
+
+        webkit-patch command to find the ports covering a specific layout test
+        https://bugs.webkit.org/show_bug.cgi?id=42832
+
+        * Scripts/webkitpy/layout_tests/port/chromium.py: Don't assume the
+        tests are present when building the expectations. This is needed
+        for the unittests.
+
 2010-09-06  Philippe Normand  <pnormand at igalia.com>
 
         Reviewed by Adam Barth.
diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium.py b/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium.py
index ba04c5c..d5e6ea7 100644
--- a/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium.py
+++ b/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium.py
@@ -248,7 +248,7 @@ class ChromiumPort(base.Port):
         expectations = test_expectations.TestExpectations(
             self, all_test_files, expectations_str, test_platform_name,
             is_debug_mode, is_lint_mode=True,
-            tests_are_present=True, overrides=overrides_str)
+            tests_are_present=False, overrides=overrides_str)
         tests_dir = self.layout_tests_dir()
         return [self.relative_test_filename(test)
                 for test in expectations.get_tests_with_result_type(test_expectations.SKIP)]

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list