Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints.html

Issue 2647083002: [DevTools] disable frameworks tests for V8 roll (Closed)
Patch Set: addressed comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints.html
index 706eae8f83119a4b29a837cf14e9aa2a0bd54146..df20996931ddfa483fb109e13577e72cf0fd9386 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints.html
@@ -120,7 +120,7 @@ function test()
"StepOver", "Print", // should break at the first "remover()"
"StepOver", "StepOver", "StepOver", "Print", // enter testElementClicked()
"StepOut", "StepOver", "StepOver", "StepOver", "StepOver", "Print", // enter testElementClicked()
- "StepOver", "StepOver", "Print",
+ "StepOver", "StepOver", "StepOver", "Print",
"Resume",
], next);
},
@@ -138,17 +138,6 @@ function test()
], next);
},
- function testSteppingOutOnEventListenerBreakpointAllBlackboxed(next)
- {
- var pane = self.runtime.sharedInstance(Sources.EventListenerBreakpointsSidebarPane);
- pane._setBreakpoint("listener:click");
- InspectorTest.evaluateInPageWithTimeout("addFewBlackboxedListenersAndClick(false)");
- InspectorTest.waitUntilPausedAndPerformSteppingActions([
- "StepOut", "Print",
- "Resume",
- ], next);
- },
-
function testSteppingOutOnEventListenerBreakpointAllBlackboxedButOne(next)
{
var pane = self.runtime.sharedInstance(Sources.EventListenerBreakpointsSidebarPane);

Powered by Google App Engine
This is Rietveld 408576698