WebKit Bugzilla
Attachment 348312 Details for
Bug 189050
: REGRESSION (r235391): [iOS] TestWebKitAPI.WebKit.RestoreSessionStateWithoutNavigation is timing out
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch (text/plain), 1.24 KB, created by
Alex Christensen
on 2018-08-28 11:02:29 PDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Alex Christensen
Created:
2018-08-28 11:02:29 PDT
Size:
1.24 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 235429) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2018-08-28 Alex Christensen <achristensen@webkit.org> >+ >+ REGRESSION (r235391): [iOS] TestWebKitAPI.WebKit.RestoreSessionStateWithoutNavigation is timing out >+ https://bugs.webkit.org/show_bug.cgi?id=189050 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm: >+ This test wasn't run on iOS before. Let's re-introduce the WK_HAVE_C_SPI guard. >+ > 2018-08-27 Wenson Hsieh <wenson_hsieh@apple.com> > > [Attachment Support] Remove WebCore::AttachmentDisplayOptions and friends >Index: Tools/TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm >=================================================================== >--- Tools/TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm (revision 235409) >+++ Tools/TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm (working copy) >@@ -25,7 +25,7 @@ > > #include "config.h" > >-#if WK_API_ENABLED >+#if WK_API_ENABLED && WK_HAVE_C_SPI > > #include "JavaScriptTest.h" > #include "PlatformUtilities.h"
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
Flags:
thorton
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 189050
: 348312