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

Unified Diff: LayoutTests/inspector/debugger/debugger-return-value.html

Issue 74063002: DevTools: Support asynchronous call stacks on backend. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed test flakiness Created 7 years 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: LayoutTests/inspector/debugger/debugger-return-value.html
diff --git a/LayoutTests/inspector/debugger/debugger-return-value.html b/LayoutTests/inspector/debugger/debugger-return-value.html
index 12dd4360e38a9ca5558ebcf7241e2493f8791aca..1f12b5830f5dcdbd991e1ca5356b144d9875c696 100644
--- a/LayoutTests/inspector/debugger/debugger-return-value.html
+++ b/LayoutTests/inspector/debugger/debugger-return-value.html
@@ -35,7 +35,7 @@ var test = function()
WebInspector.panels.sources._stepOverButton.element.click();
InspectorTest.waitUntilResumed(InspectorTest.waitUntilPaused.bind(InspectorTest, step2));
} else {
- InspectorTest.captureStackTraceExtended(callFrames);
+ InspectorTest.captureStackTrace(callFrames, null, { printReturnValue: true });
InspectorTest.completeDebuggerTest();
}
++stepCount;
« no previous file with comments | « LayoutTests/inspector/debugger/debugger-activation-crash2.html ('k') | Source/bindings/v8/ScriptDebugServer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698