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

Unified Diff: test/inspector/debugger/continue-to-location-target-call-frames-expected.txt

Issue 2884613004: [inspector] added in-deeper-frame continue-to-location strategy
Patch Set: rebased Created 3 years, 7 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
« no previous file with comments | « test/inspector/debugger/continue-to-location-target-call-frames.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/continue-to-location-target-call-frames-expected.txt
diff --git a/test/inspector/debugger/continue-to-location-target-call-frames-expected.txt b/test/inspector/debugger/continue-to-location-target-call-frames-expected.txt
index 1f41dcfc6d979f83046abae4417c2f07daaa9512..3aae6702a0771e2f5f84742b8f04fbaf9e004f20 100644
--- a/test/inspector/debugger/continue-to-location-target-call-frames-expected.txt
+++ b/test/inspector/debugger/continue-to-location-target-call-frames-expected.txt
@@ -79,3 +79,72 @@ topLevel (test.js:23:2)
topLevel (test.js:23:2)
(anonymous) (expr.js:0:0)
+
+Running test: testRunAllDeeper
+Run test from: {"lineNumber":7,"columnNumber":2}
+ debugger;
+ #setTimeout(foo, 0);
+ callFunction(false, foo);
+
+testInDeeperFrame (test-deeper-frame.js:7:2)
+(anonymous) (expr.js:0:0)
+
+foo (test-deeper-frame.js:2:2)
+-- setTimeout --
+testInDeeperFrame (test-deeper-frame.js:7:2)
+(anonymous) (expr.js:0:0)
+
+Run test from: {"lineNumber":8,"columnNumber":2}
+ setTimeout(foo, 0);
+ #callFunction(false, foo);
+ callFunction(true, foo);
+
+testInDeeperFrame (test-deeper-frame.js:8:2)
+(anonymous) (expr.js:0:0)
+
+foo (test-deeper-frame.js:2:2)
+-- setTimeout --
+callFunction (test-deeper-frame.js:21:4)
+testInDeeperFrame (test-deeper-frame.js:8:2)
+(anonymous) (expr.js:0:0)
+
+Run test from: {"lineNumber":9,"columnNumber":2}
+ callFunction(false, foo);
+ #callFunction(true, foo);
+ [1].map(x => x * 2).map(foo);
+
+testInDeeperFrame (test-deeper-frame.js:9:2)
+(anonymous) (expr.js:0:0)
+
+foo (test-deeper-frame.js:2:2)
+-- Promise.resolve --
+callFunction (test-deeper-frame.js:19:22)
+testInDeeperFrame (test-deeper-frame.js:9:2)
+(anonymous) (expr.js:0:0)
+
+Run test from: {"lineNumber":10,"columnNumber":22}
+ callFunction(true, foo);
+ [1].map(x => x * 2).#map(foo);
+ callFunction(true, () => {
+
+testInDeeperFrame (test-deeper-frame.js:10:22)
+(anonymous) (expr.js:0:0)
+
+foo (test-deeper-frame.js:2:2)
+testInDeeperFrame (test-deeper-frame.js:10:22)
+(anonymous) (expr.js:0:0)
+
+Run test from: {"lineNumber":11,"columnNumber":2}
+ [1].map(x => x * 2).map(foo);
+ #callFunction(true, () => {
+ var a = 1;
+
+testInDeeperFrame (test-deeper-frame.js:11:2)
+(anonymous) (expr.js:0:0)
+
+callFunction (test-deeper-frame.js:12:12)
+-- Promise.resolve --
+callFunction (test-deeper-frame.js:19:22)
+testInDeeperFrame (test-deeper-frame.js:11:2)
+(anonymous) (expr.js:0:0)
+
« no previous file with comments | « test/inspector/debugger/continue-to-location-target-call-frames.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698