Title: [115054] trunk/Tools
Revision
115054
Author
mnaga...@chromium.org
Date
2012-04-24 07:51:57 -0700 (Tue, 24 Apr 2012)

Log Message

[Chromium] Unreviewed test expectations update.
https://bugs.webkit.org/show_bug.cgi?id=84726

Mark webkitpy.layout_tests.servers.http_server_unittest.TestHttpServer.test_start_cmd as failing on Windows.

* Scripts/webkitpy/test/test_finder.py:
(TestFinder._default_names):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (115053 => 115054)


--- trunk/Tools/ChangeLog	2012-04-24 14:49:36 UTC (rev 115053)
+++ trunk/Tools/ChangeLog	2012-04-24 14:51:57 UTC (rev 115054)
@@ -1,3 +1,13 @@
+2012-04-24  Mikhail Naganov  <mnaga...@chromium.org>
+
+        [Chromium] Unreviewed test expectations update.
+        https://bugs.webkit.org/show_bug.cgi?id=84726
+
+        Mark webkitpy.layout_tests.servers.http_server_unittest.TestHttpServer.test_start_cmd as failing on Windows.
+
+        * Scripts/webkitpy/test/test_finder.py:
+        (TestFinder._default_names):
+
 2012-04-24  Christophe Dumez  <christophe.du...@intel.com>
 
         [EFL] Enable Web Timing

Modified: trunk/Tools/Scripts/webkitpy/test/test_finder.py (115053 => 115054)


--- trunk/Tools/Scripts/webkitpy/test/test_finder.py	2012-04-24 14:49:36 UTC (rev 115053)
+++ trunk/Tools/Scripts/webkitpy/test/test_finder.py	2012-04-24 14:51:57 UTC (rev 115054)
@@ -166,6 +166,9 @@
                                    'webkitpy.tool')
                 self._exclude(modules, win32_blacklist, 'fail horribly on win32', 54526)
 
+                win32_blacklist_84726 = ('webkitpy.layout_tests.servers.http_server_unittest.TestHttpServer.test_start_cmd')
+                self._exclude(modules, win32_blacklist_84726, 'fails on win32', 84726)
+
         return modules
 
     def _exclude(self, modules, module_prefixes, reason, bugid):
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to