WebKit Bugzilla
Attachment 368456 Details for
Bug 197368
: Remove spurious GVA printf logging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-197368-20190429085639.patch (text/plain), 1.42 KB, created by
youenn fablet
on 2019-04-29 08:56:40 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
youenn fablet
Created:
2019-04-29 08:56:40 PDT
Size:
1.42 KB
patch
obsolete
>Subversion Revision: 244694 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 55e6841efafbbbb8511ef55591c48b5beaa8cecd..1b2081a4cb51bd8bc820a19df7b73adaa2c8737a 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,14 @@ >+2019-04-29 Youenn Fablet <youenn@apple.com> >+ >+ Remove spurious GVA printf logging >+ https://bugs.webkit.org/show_bug.cgi?id=197368 >+ <rdar://problem/35975256> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/webkitpy/port/mac.py: >+ (MacPort.logging_patterns_to_strip): >+ > 2019-04-26 Ryan Haddad <ryanhaddad@apple.com> > > Replace iOS build queue hardware >diff --git a/Tools/Scripts/webkitpy/port/mac.py b/Tools/Scripts/webkitpy/port/mac.py >index 50f4c588b6b15ee6eb1b6bc246ca46f84b4aa4ed..2145d021613743f622d7d8dfcc2aed613d2febe9 100644 >--- a/Tools/Scripts/webkitpy/port/mac.py >+++ b/Tools/Scripts/webkitpy/port/mac.py >@@ -266,8 +266,8 @@ class MacPort(DarwinPort): > 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 = []
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 197368
: 368456