WebKit Bugzilla
Attachment 369482 Details for
Bug 197734
: WinCairo WebKitTestRunner should take platform/wk2/TestExpectations into account
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-197734-20190509190447.patch (text/plain), 1.28 KB, created by
Fujii Hironori
on 2019-05-09 03:04:48 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Fujii Hironori
Created:
2019-05-09 03:04:48 PDT
Size:
1.28 KB
patch
obsolete
>Subversion Revision: 245092 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index badac537f00473be0357de86e2baf3282f319361..f7e4c36f0b51a10f6e0687071ba9fa4bc8bc05a3 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,14 @@ >+2019-05-09 Fujii Hironori <Hironori.Fujii@sony.com> >+ >+ WinCairo WebKitTestRunner should take platform/wk2/TestExpectations into account >+ https://bugs.webkit.org/show_bug.cgi?id=197734 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/webkitpy/port/win.py: >+ (WinCairoPort._search_paths): Add 'wk2' and >+ additional_platform_directory to paths as well as other ports do. >+ > 2019-05-08 Don Olmstead <don.olmstead@sony.com> > > Update ANGLE >diff --git a/Tools/Scripts/webkitpy/port/win.py b/Tools/Scripts/webkitpy/port/win.py >index 358ffdd357f02c7506b0de2d3d1565551485cd29..8db736f0911cb0feb82ec6ea57833f83871e6f08 100644 >--- a/Tools/Scripts/webkitpy/port/win.py >+++ b/Tools/Scripts/webkitpy/port/win.py >@@ -507,5 +507,8 @@ class WinCairoPort(WinPort): > > paths.append(self.port_name + '-' + wk_version) > paths.append(self.port_name) >+ if self.get_option('webkit_test_runner'): >+ paths.append('wk2') >+ paths.extend(self.get_option("additional_platform_directory", [])) > > return paths
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 197734
: 369482