Changeset 100605 in webkit


Ignore:
Timestamp:
Nov 17, 2011 4:53:37 AM (12 years ago)
Author:
Philippe Normand
Message:

[GTK] Disable ref tests
https://bugs.webkit.org/show_bug.cgi?id=72599

Reviewed by Xan Lopez.

  • Scripts/webkitpy/layout_tests/port/gtk.py: Enforce disabled ref

tests to avoid massive flakiness.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r100602 r100605  
     12011-11-17  Philippe Normand  <pnormand@igalia.com>
     2
     3        [GTK] Disable ref tests
     4        https://bugs.webkit.org/show_bug.cgi?id=72599
     5
     6        Reviewed by Xan Lopez.
     7
     8        * Scripts/webkitpy/layout_tests/port/gtk.py: Enforce disabled ref
     9        tests to avoid massive flakiness.
     10
    1112011-11-17  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
    212
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py

    r100350 r100605  
    6969    def __init__(self, host, **kwargs):
    7070        WebKitPort.__init__(self, host, **kwargs)
     71
     72        # FIXME: Disable ref tests for now, they make the buildbots very flaky :(
     73        # https://bugs.webkit.org/show_bug.cgi?id=72601
     74        self.set_option_default("no_ref_tests", True)
     75
    7176        self._version = self.port_name
    7277
Note: See TracChangeset for help on using the changeset viewer.