WebKit Bugzilla
Attachment 368477 Details for
Bug 197373
: Bug to test new EWS functionality
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
fix-flaky-api-tests.patch (text/plain), 1.21 KB, created by
Aakash Jain
on 2019-04-29 13:04:07 PDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-04-29 13:04:07 PDT
Size:
1.21 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 244424) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2019-04-18 Aakash Jain <aakash_jain@apple.com> >+ >+ [ews-build] Increase timeout for WebKitPerl Tests >+ https://bugs.webkit.org/show_bug.cgi?id=197059 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/ews-build/steps.py: >+ (RunWebKitPerlTests.__init__): >+ > 2019-04-17 Tim Horton <timothy_horton@apple.com> > > [iOS Sim Debug] REGRESSION (r244151) TestWebKitAPI.WebKit.OverrideViewportArguments is failing (197028) >Index: Tools/BuildSlaveSupport/ews-build/steps.py >=================================================================== >--- Tools/BuildSlaveSupport/ews-build/steps.py (revision 244424) >+++ Tools/BuildSlaveSupport/ews-build/steps.py (working copy) >@@ -456,7 +456,7 @@ class RunWebKitPerlTests(shell.ShellComm > command = ['Tools/Scripts/test-webkitperl'] > > def __init__(self, **kwargs): >- super(RunWebKitPerlTests, self).__init__(timeout=2 * 60, **kwargs) >+ super(RunWebKitPerlTests, self).__init__(timeout=3 * 60, **kwargs) > > > class RunWebKitPyTests(shell.ShellCommand):
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 197373
:
368464
|
368468
|
368469
|
368471
|
368477
|
368601