Title: [145490] trunk/LayoutTests
Revision
145490
Author
[email protected]
Date
2013-03-11 23:52:47 -0700 (Mon, 11 Mar 2013)

Log Message

Unreviewed test flakiness fix.

* inspector/debugger/xhr-breakpoints.html:
* platform/chromium/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (145489 => 145490)


--- trunk/LayoutTests/ChangeLog	2013-03-12 06:43:54 UTC (rev 145489)
+++ trunk/LayoutTests/ChangeLog	2013-03-12 06:52:47 UTC (rev 145490)
@@ -1,3 +1,10 @@
+2013-03-11  Vsevolod Vlasov  <[email protected]>
+
+        Unreviewed test flakiness fix.
+
+        * inspector/debugger/xhr-breakpoints.html:
+        * platform/chromium/TestExpectations:
+
 2013-03-11  Filip Pizlo  <[email protected]>
 
         DFG overflow check elimination is too smart for its own good

Modified: trunk/LayoutTests/inspector/debugger/xhr-breakpoints.html (145489 => 145490)


--- trunk/LayoutTests/inspector/debugger/xhr-breakpoints.html	2013-03-12 06:43:54 UTC (rev 145489)
+++ trunk/LayoutTests/inspector/debugger/xhr-breakpoints.html	2013-03-12 06:52:47 UTC (rev 145490)
@@ -13,6 +13,7 @@
 
 function test()
 {
+    WebInspector.showPanel("scripts");
     var pane = WebInspector.panels.scripts.sidebarPanes.xhrBreakpoints;
     InspectorTest.runDebuggerTestSuite([
         function testXHRBreakpoint(next)

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (145489 => 145490)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2013-03-12 06:43:54 UTC (rev 145489)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2013-03-12 06:52:47 UTC (rev 145490)
@@ -3730,9 +3730,6 @@
 webkit.org/b/110963 [ Win7 Debug ] inspector/debugger/debugger-scripts-reload.html [ Pass Timeout Crash ]
 webkit.org/b/110963 [ Win7 Debug ] inspector/debugger/debugger-autocontinue-on-syntax-error.html [ Pass Timeout Crash ]
 
-# Flaky
-webkit.org/b/99389 [ Win ] inspector/debugger/xhr-breakpoints.html [ Pass Failure ]
-
 # Added by bug 89826
 webkit.org/b/94003 [ Win ] fast/css/word-spacing-characters-complex-text.html [ ImageOnlyFailure ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to