Title: [147621] trunk/LayoutTests
Revision
147621
Author
[email protected]
Date
2013-04-04 04:11:07 -0700 (Thu, 04 Apr 2013)

Log Message

[SOUP] inspector/timeline/timeline-receive-response-event.html fails
https://bugs.webkit.org/show_bug.cgi?id=113860

Patch by Seokju Kwon <[email protected]> on 2013-04-04
Reviewed by Xan Lopez.

Copy the results of inspector/timeline/timeline-receive-response-event.html
to the efl and gtk platform dir.
Because test files are bigger than buffer size of ResourceHandleSoup.

* platform/efl/TestExpectations:
* platform/efl/inspector/timeline/timeline-receive-response-event-expected.txt: Added.
* platform/gtk/TestExpectations:
* platform/gtk/inspector/timeline/timeline-receive-response-event-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (147620 => 147621)


--- trunk/LayoutTests/ChangeLog	2013-04-04 11:10:19 UTC (rev 147620)
+++ trunk/LayoutTests/ChangeLog	2013-04-04 11:11:07 UTC (rev 147621)
@@ -1,3 +1,19 @@
+2013-04-04  Seokju Kwon  <[email protected]>
+
+        [SOUP] inspector/timeline/timeline-receive-response-event.html fails
+        https://bugs.webkit.org/show_bug.cgi?id=113860
+
+        Reviewed by Xan Lopez.
+
+        Copy the results of inspector/timeline/timeline-receive-response-event.html
+        to the efl and gtk platform dir.
+        Because test files are bigger than buffer size of ResourceHandleSoup.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/inspector/timeline/timeline-receive-response-event-expected.txt: Added.
+        * platform/gtk/TestExpectations:
+        * platform/gtk/inspector/timeline/timeline-receive-response-event-expected.txt: Added.
+
 2013-04-04  Jochen Eisinger  <[email protected]>
 
         [EFL][Qt] The layout test fast/loader/url-selected-user-gesture.html is failing.

Modified: trunk/LayoutTests/platform/efl/TestExpectations (147620 => 147621)


--- trunk/LayoutTests/platform/efl/TestExpectations	2013-04-04 11:10:19 UTC (rev 147620)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2013-04-04 11:11:07 UTC (rev 147621)
@@ -313,7 +313,6 @@
 inspector/debugger/live-edit.html
 inspector/debugger/live-edit-breakpoints.html
 inspector/debugger/debugger-compile-and-run.html
-inspector/timeline/timeline-receive-response-event.html
 
 webkit.org/b/88780 inspector/debugger/dom-breakpoints.html [ Timeout Failure ]
 webkit.org/b/88780 inspector/debugger/event-listener-breakpoints.html [ Failure ]

Added: trunk/LayoutTests/platform/efl/inspector/timeline/timeline-receive-response-event-expected.txt (0 => 147621)


--- trunk/LayoutTests/platform/efl/inspector/timeline/timeline-receive-response-event-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/inspector/timeline/timeline-receive-response-event-expected.txt	2013-04-04 11:11:07 UTC (rev 147621)
@@ -0,0 +1,19 @@
+Tests the Timeline API instrumentation of a SendRequest, ReceiveResponse etc.
+
+FunctionCall
+FunctionCall
+ResourceSendRequest
+    ResourceReceiveResponse
+    ResourceReceivedData
+    ResourceReceivedData
+    ResourceFinish
+EventDispatch
+    FunctionCall
+ResourceSendRequest
+    ResourceReceiveResponse
+    ResourceReceivedData
+    ResourceReceivedData
+    ResourceFinish
+EventDispatch
+    FunctionCall
+

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (147620 => 147621)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2013-04-04 11:10:19 UTC (rev 147620)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2013-04-04 11:11:07 UTC (rev 147621)
@@ -922,7 +922,6 @@
 Bug(GTK) inspector/debugger/scripts-panel.html [ Failure Pass ]
 Bug(GTK) inspector/elements/edit-dom-actions.html [ Failure Timeout Pass ]
 Bug(GTK) inspector/timeline/timeline-paint.html [ Failure ]
-Bug(GTK) inspector/timeline/timeline-receive-response-event.html [ Failure ]
 Bug(GTK) inspector/timeline/timeline-decode-resize.html [ Failure ]
 Bug(GTK) http/tests/inspector/resource-har-pages.html [ Failure ]
 Bug(GTK) http/tests/inspector/resource-parameters.html [ Timeout ]

Added: trunk/LayoutTests/platform/gtk/inspector/timeline/timeline-receive-response-event-expected.txt (0 => 147621)


--- trunk/LayoutTests/platform/gtk/inspector/timeline/timeline-receive-response-event-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/inspector/timeline/timeline-receive-response-event-expected.txt	2013-04-04 11:11:07 UTC (rev 147621)
@@ -0,0 +1,19 @@
+Tests the Timeline API instrumentation of a SendRequest, ReceiveResponse etc.
+
+FunctionCall
+FunctionCall
+ResourceSendRequest
+    ResourceReceiveResponse
+    ResourceReceivedData
+    ResourceReceivedData
+    ResourceFinish
+EventDispatch
+    FunctionCall
+ResourceSendRequest
+    ResourceReceiveResponse
+    ResourceReceivedData
+    ResourceReceivedData
+    ResourceFinish
+EventDispatch
+    FunctionCall
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to