Title: [244753] trunk/Tools
Revision
244753
Author
[email protected]
Date
2019-04-29 13:50:37 -0700 (Mon, 29 Apr 2019)

Log 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):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (244752 => 244753)


--- trunk/Tools/ChangeLog	2019-04-29 20:45:26 UTC (rev 244752)
+++ trunk/Tools/ChangeLog	2019-04-29 20:50:37 UTC (rev 244753)
@@ -1,5 +1,16 @@
 2019-04-29  Youenn Fablet  <[email protected]>
 
+        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):
+
+2019-04-29  Youenn Fablet  <[email protected]>
+
         getDisplayMedia should be called on user gesture
         https://bugs.webkit.org/show_bug.cgi?id=197356
         <rdar://problem/50296074>

Modified: trunk/Tools/Scripts/webkitpy/port/mac.py (244752 => 244753)


--- trunk/Tools/Scripts/webkitpy/port/mac.py	2019-04-29 20:45:26 UTC (rev 244752)
+++ trunk/Tools/Scripts/webkitpy/port/mac.py	2019-04-29 20:50:37 UTC (rev 244753)
@@ -266,8 +266,8 @@
             self._helper = None
 
     def logging_patterns_to_strip(self):
-        # FIXME: Remove this after <rdar://problem/15605007> is fixed
-        return [(re.compile('(AVF|GVA) info:.*\n'), '')]
+        # FIXME: Remove this after <rdar://problem/15605007> and <rdar://problem/35954459> are fixed.
+        return [(re.compile('(AVF|GVA) info:.*\n'), ''), ('AVDCreateGPUAccelerator: Error loading GPU renderer\n', '')]
 
     def stderr_patterns_to_strip(self):
         worthless_patterns = []
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to