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

abarth at webkit.org abarth at webkit.org
Wed Dec 22 14:44:44 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a2f9ab7592c957198cd0501b99a0dbe18d8a3f61
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 19 04:25:10 2010 +0000

    2010-10-18  Adam Barth  <abarth at webkit.org>
    
            Disable this test because it's failing on the bots and the authors
            aren't around to fix it.
    
            * Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70024 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 13c884f..f8f5fbe 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,12 @@
 2010-10-18  Adam Barth  <abarth at webkit.org>
 
+        Disable this test because it's failing on the bots and the authors
+        aren't around to fix it.
+
+        * Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py:
+
+2010-10-18  Adam Barth  <abarth at webkit.org>
+
         Reviewed by Eric Seidel.
 
         CC authors of flaky tests when the commit-queue hits a flaky test
diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py b/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
index a099eb7..a716cec 100644
--- a/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
+++ b/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
@@ -280,7 +280,10 @@ class RebaselineTest(unittest.TestCase):
             baseline = file + "-expected" + ext
             self.assertTrue(any(f.find(baseline) != -1 for f in file_list))
 
-    def test_reset_results(self):
+    # FIXME: This test is failing on the bots. Also, this test touches the
+    #        file system.  Unit tests should not read or write the file system.
+    #        https://bugs.webkit.org/show_bug.cgi?id=47879
+    def disabled_test_reset_results(self):
         file_list = []
         original_open = codecs.open
         try:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list