Changeset 244753 in webkit


Ignore:
Timestamp:
Apr 29, 2019 1:50:37 PM (5 years ago)
Author:
youenn@apple.com
Message:

Remove spurious GVA printf logging
https://bugs.webkit.org/show_bug.cgi?id=197368
<rdar://problem/35975256>

Reviewed by Alexey Proskuryakov.

  • Scripts/webkitpy/port/mac.py:

(MacPort.logging_patterns_to_strip):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r244749 r244753  
     12019-04-29  Youenn Fablet  <youenn@apple.com>
     2
     3        Remove spurious GVA printf logging
     4        https://bugs.webkit.org/show_bug.cgi?id=197368
     5        <rdar://problem/35975256>
     6
     7        Reviewed by Alexey Proskuryakov.
     8
     9        * Scripts/webkitpy/port/mac.py:
     10        (MacPort.logging_patterns_to_strip):
     11
    1122019-04-29  Youenn Fablet  <youenn@apple.com>
    213
  • trunk/Tools/Scripts/webkitpy/port/mac.py

    r243732 r244753  
    267267
    268268    def logging_patterns_to_strip(self):
    269         # FIXME: Remove this after <rdar://problem/15605007> is fixed
    270         return [(re.compile('(AVF|GVA) info:.*\n'), '')]
     269        # FIXME: Remove this after <rdar://problem/15605007> and <rdar://problem/35954459> are fixed.
     270        return [(re.compile('(AVF|GVA) info:.*\n'), ''), ('AVDCreateGPUAccelerator: Error loading GPU renderer\n', '')]
    271271
    272272    def stderr_patterns_to_strip(self):
Note: See TracChangeset for help on using the changeset viewer.