Changeset 130792 in webkit
- Timestamp:
- Oct 9, 2012, 12:23:10 PM (13 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r130790 r130792 1 2012-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 1 15 2012-10-09 Ojan Vafai <ojan@chromium.org> 2 16 -
trunk/Tools/Scripts/webkitpy/layout_tests/port/xvfbdriver_unittest.py
r130415 r130792 80 80 self.cleanup_driver(driver) 81 81 82 def test_next_free_display(self):82 def disabled_test_next_free_display(self): 83 83 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" 84 84 executive = MockExecutive2(output)
Note:
See TracChangeset
for help on using the changeset viewer.