Title: [130792] trunk/Tools
Revision
130792
Author
zandober...@gmail.com
Date
2012-10-09 12:23:10 -0700 (Tue, 09 Oct 2012)

Log Message

XvfbDriver unit test is flaky on Linux builders
https://bugs.webkit.org/show_bug.cgi?id=98346

Reviewed by Adam Barth.

Temporarily skip the XvfbDriver test case that tests
the display number of the next free display. The test
is flaky on Linux builders.

* Scripts/webkitpy/layout_tests/port/xvfbdriver_unittest.py:
(XvfbDriverTest.disabled_test_next_free_display):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (130791 => 130792)


--- trunk/Tools/ChangeLog	2012-10-09 19:18:32 UTC (rev 130791)
+++ trunk/Tools/ChangeLog	2012-10-09 19:23:10 UTC (rev 130792)
@@ -1,3 +1,17 @@
+2012-10-09  Zan Dobersek  <zandober...@gmail.com>
+
+        XvfbDriver unit test is flaky on Linux builders
+        https://bugs.webkit.org/show_bug.cgi?id=98346
+
+        Reviewed by Adam Barth.
+
+        Temporarily skip the XvfbDriver test case that tests
+        the display number of the next free display. The test
+        is flaky on Linux builders.
+
+        * Scripts/webkitpy/layout_tests/port/xvfbdriver_unittest.py:
+        (XvfbDriverTest.disabled_test_next_free_display):
+
 2012-10-09  Ojan Vafai  <o...@chromium.org>
 
         Don't duplicated build numbers when merging flakiness dashboard JSON

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/xvfbdriver_unittest.py (130791 => 130792)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/xvfbdriver_unittest.py	2012-10-09 19:18:32 UTC (rev 130791)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/xvfbdriver_unittest.py	2012-10-09 19:23:10 UTC (rev 130792)
@@ -79,7 +79,7 @@
         self.assertDriverStartSuccessful(driver, expected_stderr=expected_stderr, expected_display=":0", pixel_tests=True)
         self.cleanup_driver(driver)
 
-    def test_next_free_display(self):
+    def disabled_test_next_free_display(self):
         output = "Xorg            /usr/bin/X :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none\nXvfb            Xvfb :1 -screen 0 800x600x24 -nolisten tcp"
         executive = MockExecutive2(output)
         driver = self.make_driver(executive=executive)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to