Title: [133759] trunk/LayoutTests
Revision
133759
Author
vse...@chromium.org
Date
2012-11-07 07:13:01 -0800 (Wed, 07 Nov 2012)

Log Message

Layout Test inspector/debugger/script-formatter-breakpoints.html is failing
https://bugs.webkit.org/show_bug.cgi?id=101361

Unreviewed test fix.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (133758 => 133759)


--- trunk/LayoutTests/ChangeLog	2012-11-07 15:07:37 UTC (rev 133758)
+++ trunk/LayoutTests/ChangeLog	2012-11-07 15:13:01 UTC (rev 133759)
@@ -1,3 +1,13 @@
+2012-11-07  Vsevolod Vlasov  <vse...@chromium.org>
+
+        Layout Test inspector/debugger/script-formatter-breakpoints.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=101361
+
+        Unreviewed test fix.
+
+        * inspector/debugger/script-formatter-breakpoints.html:
+        * platform/chromium/TestExpectations:
+
 2012-11-07  Balazs Kelemen  <kbal...@webkit.org>
 
         [Qt] Unreviewed gardening

Modified: trunk/LayoutTests/inspector/debugger/script-formatter-breakpoints.html (133758 => 133759)


--- trunk/LayoutTests/inspector/debugger/script-formatter-breakpoints.html	2012-11-07 15:07:37 UTC (rev 133758)
+++ trunk/LayoutTests/inspector/debugger/script-formatter-breakpoints.html	2012-11-07 15:13:01 UTC (rev 133759)
@@ -69,7 +69,12 @@
             {
                 sourceFrame = frame;
                 InspectorTest.addResult("Adding breakpoint.");
+                InspectorTest.addSniffer(WebInspector.BreakpointManager.Breakpoint.prototype, "_addResolvedLocation", breakpointResolved);
                 InspectorTest.setBreakpoint(sourceFrame, 10, "", true);
+            }
+
+            function breakpointResolved()
+            {
                 InspectorTest.addSniffer(WebInspector.UISourceCode.prototype, "updateLiveLocations", didFormatPage);
                 InspectorTest.addResult("Formatting.");
                 sourceFrame._uiSourceCode.setFormatted(true);

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (133758 => 133759)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-11-07 15:07:37 UTC (rev 133758)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-11-07 15:13:01 UTC (rev 133759)
@@ -108,9 +108,6 @@
 # Has been failing since r133544-133546
 Bug(senorblanco) [ Release ] fast/js/toString-and-valueOf-override.html [ Failure ]
 
-# Failing since r133592.
-Bug(senorblanco) inspector/debugger/script-formatter-breakpoints.html [ Failure Timeout ]
-
 webkit.org/b/101362 [ Debug ] fast/dom/Window/customized-property-survives-gc.html [ Pass Slow ]
 
 # -----------------------------------------------------------------
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to