WebKit Bugzilla
Attachment 372759 Details for
Bug 199158
: webkitpy: Build style should be lower-case
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-199158-20190624075531.patch (text/plain), 1.31 KB, created by
Jonathan Bedard
on 2019-06-24 07:55:32 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jonathan Bedard
Created:
2019-06-24 07:55:32 PDT
Size:
1.31 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 246733) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2019-06-24 Jonathan Bedard <jbedard@apple.com> >+ >+ webkitpy: Build style should be lower-case >+ https://bugs.webkit.org/show_bug.cgi?id=199158 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/webkitpy/test/main.py: >+ (Tester._run_tests): Make all styles lower-case. >+ > 2019-06-24 Michael Catanzaro <mcatanzaro@igalia.com> > > Add user agent quirk for Google Drive >Index: Tools/Scripts/webkitpy/test/main.py >=================================================================== >--- Tools/Scripts/webkitpy/test/main.py (revision 246733) >+++ Tools/Scripts/webkitpy/test/main.py (working copy) >@@ -270,7 +270,7 @@ class Tester(object): > platform=_host.platform.os_name, > version=str(_host.platform.os_version), > version_name=_host.platform.os_version_name(), >- style='asan' if config.asan else configuration_to_use, >+ style='asan' if config.asan else configuration_to_use.lower(), > sdk=_host.platform.build_version(), > flavor=self._options.result_report_flavor, > ),
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 199158
: 372759