Changeset 130792 in webkit


Ignore:
Timestamp:
Oct 9, 2012, 12:23:10 PM (13 years ago)
Author:
zandobersek@gmail.com
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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r130790 r130792  
     12012-10-09  Zan Dobersek  <zandobersek@gmail.com>
     2
     3        XvfbDriver unit test is flaky on Linux builders
     4        https://bugs.webkit.org/show_bug.cgi?id=98346
     5
     6        Reviewed by Adam Barth.
     7
     8        Temporarily skip the XvfbDriver test case that tests
     9        the display number of the next free display. The test
     10        is flaky on Linux builders.
     11
     12        * Scripts/webkitpy/layout_tests/port/xvfbdriver_unittest.py:
     13        (XvfbDriverTest.disabled_test_next_free_display):
     14
    1152012-10-09  Ojan Vafai  <ojan@chromium.org>
    216
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/xvfbdriver_unittest.py

    r130415 r130792  
    8080        self.cleanup_driver(driver)
    8181
    82     def test_next_free_display(self):
     82    def disabled_test_next_free_display(self):
    8383        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"
    8484        executive = MockExecutive2(output)
Note: See TracChangeset for help on using the changeset viewer.