Title: [121825] trunk/Tools
Revision
121825
Author
[email protected]
Date
2012-07-03 20:27:50 -0700 (Tue, 03 Jul 2012)

Log Message

disable failing mock-chromium-mac python unit tests

Unreviewed, build fix.

Disable these tests until I can figure out why they're failing
on the bots.

* Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py:
(PortTest.disabled_test_chromium_mac_lion):
(PortTest.disabled_test_chromium_mac_lion_in_test_shell_mode):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (121824 => 121825)


--- trunk/Tools/ChangeLog	2012-07-04 02:59:30 UTC (rev 121824)
+++ trunk/Tools/ChangeLog	2012-07-04 03:27:50 UTC (rev 121825)
@@ -1,3 +1,16 @@
+2012-07-03  Dirk Pranke  <[email protected]>
+
+        disable failing mock-chromium-mac python unit tests
+
+        Unreviewed, build fix.
+
+        Disable these tests until I can figure out why they're failing
+        on the bots.
+
+        * Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py:
+        (PortTest.disabled_test_chromium_mac_lion):
+        (PortTest.disabled_test_chromium_mac_lion_in_test_shell_mode):
+
 2012-07-03  Ian Vollick  <[email protected]>
 
         Add vollick to the list of committers

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py (121824 => 121825)


--- trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py	2012-07-04 02:59:30 UTC (rev 121824)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py	2012-07-04 03:27:50 UTC (rev 121825)
@@ -1030,10 +1030,10 @@
     def assert_mock_port_works(self, port_name, args=[]):
         self.assertTrue(passing_run(args + ['--platform', 'mock-' + port_name, 'fast/harness/results.html'], tests_included=True, host=Host()))
 
-    def test_chromium_mac_lion(self):
+    def disabled_test_chromium_mac_lion(self):
         self.assert_mock_port_works('chromium-mac-lion')
 
-    def test_chromium_mac_lion_in_test_shell_mode(self):
+    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):
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to