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

Unified Diff: LayoutTests/inspector/sources/debugger/skip-stack-frames-steps-expected.txt

Issue 210243002: DevTools: [Frameworks] Bugfix: do StepOut in framework code after StepIn limit is up. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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: LayoutTests/inspector/sources/debugger/skip-stack-frames-steps-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/skip-stack-frames-steps-expected.txt b/LayoutTests/inspector/sources/debugger/skip-stack-frames-steps-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1e92bed974833e520861022274522e9093e64690
--- /dev/null
+++ b/LayoutTests/inspector/sources/debugger/skip-stack-frames-steps-expected.txt
@@ -0,0 +1,34 @@
+
+Tests the skip stack frames feature when stepping.
+
+Debugger was enabled.
+Set timer for test function.
+Call stack:
+ 0) test1 (skip-stack-frames-steps.html:23)
+ 1) testFunction (skip-stack-frames-steps.html:11)
+
+Call stack:
+ 0) test2 (skip-stack-frames-steps.html:29)
+ 1) testFunction (skip-stack-frames-steps.html:11)
+
+Call stack:
+ 0) callback (skip-stack-frames-steps.html:16)
+ 1) Framework.safeRun (framework.js:8)
+ 2) Framework.safeRun (framework.js:10)
+ 3) test3 (skip-stack-frames-steps.html:34)
+ 4) testFunction (skip-stack-frames-steps.html:11)
+
+Call stack:
+ 0) test4 (skip-stack-frames-steps.html:41)
+ 1) testFunction (skip-stack-frames-steps.html:11)
+
+Call stack:
+ 0) callback (skip-stack-frames-steps.html:16)
+ 1) Framework.safeRun (framework.js:8)
+ 2) Framework.safeRun (framework.js:13)
+ 3) Framework.safeRun (framework.js:10)
+ 4) test5 (skip-stack-frames-steps.html:46)
+ 5) testFunction (skip-stack-frames-steps.html:11)
+
+Debugger was disabled.
+
« no previous file with comments | « LayoutTests/inspector/sources/debugger/skip-stack-frames-steps.html ('k') | Source/bindings/v8/ScriptDebugServer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698