Changeset 196436 in webkit


Ignore:
Timestamp:
Feb 11, 2016 1:45:36 PM (8 years ago)
Author:
dburkart@apple.com
Message:

Large logs can bring down the webkit master
https://bugs.webkit.org/show_bug.cgi?id=122112

Reviewed by Lucas Forschler.

Implement the suggested fix of throwing away stdout / stderr.

  • BuildSlaveSupport/build.webkit.org-config/master.cfg:

(RunWebKit1LeakTests):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg

    r191843 r196436  
    653653
    654654class RunWebKit1LeakTests(RunWebKit1Tests):
     655    want_stdout = False
     656    want_stderr = False
    655657    warnOnWarnings = True
    656658    def start(self):
  • trunk/Tools/ChangeLog

    r196403 r196436  
     12016-02-11  Dana Burkart  <dburkart@apple.com>
     2
     3        Large logs can bring down the webkit master
     4        https://bugs.webkit.org/show_bug.cgi?id=122112
     5
     6        Reviewed by Lucas Forschler.
     7
     8        Implement the suggested fix of throwing away stdout / stderr.
     9
     10        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
     11        (RunWebKit1LeakTests):
     12
    1132016-02-10  Jason Marcell  <jmarcell@apple.com>
    214
Note: See TracChangeset for help on using the changeset viewer.