Title: [147908] trunk/Tools
Revision
147908
Author
[email protected]
Date
2013-04-08 03:32:59 -0700 (Mon, 08 Apr 2013)

Log Message

[EFL] Mark ShouldGoToBackForwardListItem API test as failing
https://bugs.webkit.org/show_bug.cgi?id=114161

Reviewed by Gyuyoung Kim.

Mark ShouldGoToBackForwardListItem API test as failing for EFL port
as it is crashing due to Bug 111074.

* TestWebKitAPI/PlatformEfl.cmake:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (147907 => 147908)


--- trunk/Tools/ChangeLog	2013-04-08 09:46:20 UTC (rev 147907)
+++ trunk/Tools/ChangeLog	2013-04-08 10:32:59 UTC (rev 147908)
@@ -1,3 +1,15 @@
+2013-04-08  Christophe Dumez  <[email protected]>
+
+        [EFL] Mark ShouldGoToBackForwardListItem API test as failing
+        https://bugs.webkit.org/show_bug.cgi?id=114161
+
+        Reviewed by Gyuyoung Kim.
+
+        Mark ShouldGoToBackForwardListItem API test as failing for EFL port
+        as it is crashing due to Bug 111074.
+
+        * TestWebKitAPI/PlatformEfl.cmake:
+
 2013-04-07  David Kilzer  <[email protected]>
 
         Remove the rest of SVG_DOM_OBJC_BINDINGS

Modified: trunk/Tools/TestWebKitAPI/PlatformEfl.cmake (147907 => 147908)


--- trunk/Tools/TestWebKitAPI/PlatformEfl.cmake	2013-04-08 09:46:20 UTC (rev 147907)
+++ trunk/Tools/TestWebKitAPI/PlatformEfl.cmake	2013-04-08 10:32:59 UTC (rev 147908)
@@ -79,7 +79,6 @@
     ParentFrame
     PreventEmptyUserAgent
     PrivateBrowsingPushStateNoHistoryCallback
-    ShouldGoToBackForwardListItem
     UserMessage
     WKConnection
     WKPreferences
@@ -96,6 +95,7 @@
     DownloadDecideDestinationCrash
     NewFirstVisuallyNonEmptyLayoutFrames
     RestoreSessionStateContainingFormData
+    ShouldGoToBackForwardListItem
     WKPageGetScaleFactorNotZero
 )
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to