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

Unified Diff: LayoutTests/inspector/debugger/debugger-activation-crash2.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-activation-crash2.html
diff --git a/LayoutTests/inspector/debugger/debugger-activation-crash2.html b/LayoutTests/inspector/debugger/debugger-activation-crash2.html
index b1a718ab1593c9b4208309a210a310e9bbc2c3ba..44a210268896eb742dd3bf515b7e13974bd54839 100644
--- a/LayoutTests/inspector/debugger/debugger-activation-crash2.html
+++ b/LayoutTests/inspector/debugger/debugger-activation-crash2.html
@@ -40,7 +40,7 @@ function test() {
function step3(callFrames)
{
- InspectorTest.captureStackTrace(callFrames, true);
+ InspectorTest.captureStackTrace(callFrames, null, { dropLineNumbers: true });
InspectorTest.completeDebuggerTest();
}
}
« no previous file with comments | « LayoutTests/inspector/debugger/async-callstack-expected.txt ('k') | LayoutTests/inspector/debugger/debugger-return-value.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698