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

jhoneycutt at apple.com jhoneycutt at apple.com
Wed Dec 22 11:47:45 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 625b00acc12b65f6b4aea27416d22edb8504fa8e
Author: jhoneycutt at apple.com <jhoneycutt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 6 23:07:27 2010 +0000

    Fix a missed variable rename.
    
    Unreviewed.
    
    * Scripts/old-run-webkit-tests:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64878 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 973ecd2..f6ecf4a 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,13 @@
 2010-08-06  Jon Honeycutt  <jhoneycutt at apple.com>
 
+        Fix a missed variable rename.
+
+        Unreviewed.
+
+        * Scripts/old-run-webkit-tests:
+
+2010-08-06  Jon Honeycutt  <jhoneycutt at apple.com>
+
         mac-wk2/Skipped should be used on Windows when running regression tests
         https://bugs.webkit.org/show_bug.cgi?id=43494
 
diff --git a/WebKitTools/Scripts/old-run-webkit-tests b/WebKitTools/Scripts/old-run-webkit-tests
index c6028c7..97ef3dc 100755
--- a/WebKitTools/Scripts/old-run-webkit-tests
+++ b/WebKitTools/Scripts/old-run-webkit-tests
@@ -2164,7 +2164,7 @@ sub readSkippedFiles($)
     # Because nearly all of the skipped tests for WebKit 2 on Mac are due to
     # cross-platform issues, Windows will use both the Mac and Windows skipped
     # lists to avoid maintaining separate lists.
-    push(@skippedFilePaths, catdir($platformBaseDirectory, "mac-wk2")) if $platform eq "win-wk2";
+    push(@skippedFileDirectories, catdir($platformBaseDirectory, "mac-wk2")) if $platform eq "win-wk2";
 
     foreach my $level (@skippedFileDirectories) {
         if (open SKIPPED, "<", "$level/Skipped") {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list