Title: [134212] trunk/LayoutTests
Revision
134212
Author
[email protected]
Date
2012-11-12 04:39:59 -0800 (Mon, 12 Nov 2012)

Log Message

Web Inspector: Timeline: fix test expectations
https://bugs.webkit.org/show_bug.cgi?id=101737

Patch by Eugene Klyuchnikov <[email protected]> on 2012-11-12
Reviewed by Yury Semikhatsky.

The expected order of timeline records of specific types
have been changed: https://bugs.webkit.org/show_bug.cgi?id=101544

This change fixes test expectations.
Also removed expectation that test can fail.

* inspector/timeline/timeline-receive-response-event-expected.txt:
* platform/chromium/TestExpectations: Removed "fail" expectation.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (134211 => 134212)


--- trunk/LayoutTests/ChangeLog	2012-11-12 12:34:26 UTC (rev 134211)
+++ trunk/LayoutTests/ChangeLog	2012-11-12 12:39:59 UTC (rev 134212)
@@ -1,3 +1,19 @@
+2012-11-12  Eugene Klyuchnikov  <[email protected]>
+
+        Web Inspector: Timeline: fix test expectations
+        https://bugs.webkit.org/show_bug.cgi?id=101737
+
+        Reviewed by Yury Semikhatsky.
+
+        The expected order of timeline records of specific types
+        have been changed: https://bugs.webkit.org/show_bug.cgi?id=101544
+
+        This change fixes test expectations.
+        Also removed expectation that test can fail.
+
+        * inspector/timeline/timeline-receive-response-event-expected.txt:
+        * platform/chromium/TestExpectations: Removed "fail" expectation.
+
 2012-11-12  János Badics  <[email protected]>
 
         [Qt] Gardening after 134099 and 134100. Skipped two tests because layoutTestController

Modified: trunk/LayoutTests/inspector/timeline/timeline-receive-response-event-expected.txt (134211 => 134212)


--- trunk/LayoutTests/inspector/timeline/timeline-receive-response-event-expected.txt	2012-11-12 12:34:26 UTC (rev 134211)
+++ trunk/LayoutTests/inspector/timeline/timeline-receive-response-event-expected.txt	2012-11-12 12:39:59 UTC (rev 134212)
@@ -1,17 +1,17 @@
 Tests the Timeline API instrumentation of a SendRequest, ReceiveResponse etc.
 
 FunctionCall
+FunctionCall
 ResourceSendRequest
     ResourceReceiveResponse
     ResourceReceivedData
     ResourceFinish
-FunctionCall
+EventDispatch
+    FunctionCall
 ResourceSendRequest
     ResourceReceiveResponse
     ResourceReceivedData
     ResourceFinish
 EventDispatch
     FunctionCall
-EventDispatch
-    FunctionCall
 

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (134211 => 134212)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-11-12 12:34:26 UTC (rev 134211)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-11-12 12:39:59 UTC (rev 134212)
@@ -3561,7 +3561,7 @@
 webkit.org/b/90207 [ Mac Debug ] fast/forms/select/select-state-restore.html [ Pass Timeout ]
 
 # Flaky
-webkit.org/b/90430 inspector/timeline/timeline-receive-response-event.html [ Failure Pass Timeout ]
+webkit.org/b/90430 inspector/timeline/timeline-receive-response-event.html [ Pass Timeout ]
 
 crbug.com/135709 platform/chromium/compositing/scrollbars/custom-composited-different-track-parts.html [ ImageOnlyFailure Pass ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to