Title: [121881] trunk/Tools
Revision
121881
Author
[email protected]
Date
2012-07-04 22:35:14 -0700 (Wed, 04 Jul 2012)

Log Message

Unreviewed Chromium gardening, Disable always failed python tests on Windows.
https://bugs.webkit.org/show_bug.cgi?id=90587

PortTest.qt_linux and mac_lion are always failed on Chromium Windows at
creating child process.

* Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py:
(PortTest.disabled_test_qt_linux):
(PortTest.disabled_test_mac_lion):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (121880 => 121881)


--- trunk/Tools/ChangeLog	2012-07-05 04:27:26 UTC (rev 121880)
+++ trunk/Tools/ChangeLog	2012-07-05 05:35:14 UTC (rev 121881)
@@ -1,5 +1,17 @@
 2012-07-04  Yoshifumi Inoue  <[email protected]>
 
+        Unreviewed Chromium gardening, Disable always failed python tests on Windows.
+        https://bugs.webkit.org/show_bug.cgi?id=90587
+
+        PortTest.qt_linux and mac_lion are always failed on Chromium Windows at
+        creating child process.
+
+        * Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py:
+        (PortTest.disabled_test_qt_linux):
+        (PortTest.disabled_test_mac_lion):
+
+2012-07-04  Yoshifumi Inoue  <[email protected]>
+
         [Tools] webkit_unittest.py got assertion
         https://bugs.webkit.org/show_bug.cgi?id=90579
 

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py (121880 => 121881)


--- trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py	2012-07-05 04:27:26 UTC (rev 121880)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py	2012-07-05 05:35:14 UTC (rev 121881)
@@ -1036,10 +1036,10 @@
     def disabled_test_chromium_mac_lion_in_test_shell_mode(self):
         self.assert_mock_port_works('chromium-mac-lion', args=['--additional-drt-flag=--test-shell'])
 
-    def test_qt_linux(self):
+    def disabled_test_qt_linux(self):
         self.assert_mock_port_works('qt-linux')
 
-    def test_mac_lion(self):
+    def disabled_test_mac_lion(self):
         self.assert_mock_port_works('mac-lion')
 
 if __name__ == '__main__':
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to