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

Side by Side Diff: test/inspector/debugger/framework-stepping-expected.txt

Issue 2832723004: [test/inspector] remove any usage of v8::Extension (Closed)
Patch Set: a Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 Checks stepping with blackboxed frames on stack 1 Checks stepping with blackboxed frames on stack
2 2
3 Running test: testStepIntoFromUser 3 Running test: testStepIntoFromUser
4 (anonymous) (expr.js:0:0) 4 (anonymous) (expr.js:0:0)
5 5
6 Executing stepInto... 6 Executing stepInto...
7 Executing stepInto... 7 Executing stepInto...
8 userFoo (user.js:23:2) 8 userFoo (user.js:23:2)
9 frameworkCall (framework.js:10:23) 9 frameworkCall (framework.js:10:23)
10 testStepFromUser (user.js:31:2) 10 testStepFromUser (user.js:31:2)
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 60
61 Executing stepOut... 61 Executing stepOut...
62 userBoo (user.js:27:2) 62 userBoo (user.js:27:2)
63 frameworkCall (framework.js:10:23) 63 frameworkCall (framework.js:10:23)
64 testStepFromUser (user.js:31:2) 64 testStepFromUser (user.js:31:2)
65 (anonymous) (expr.js:0:0) 65 (anonymous) (expr.js:0:0)
66 66
67 Executing resume... 67 Executing resume...
68 68
69 Running test: testStepIntoFromFramework 69 Running test: testStepIntoFromFramework
70 frameworkBreakAndCall (framework.js:14:2) 70 frameworkBreakAndCall (framework.js:14:12)
71 testStepFromFramework (user.js:35:2) 71 testStepFromFramework (user.js:35:2)
72 (anonymous) (expr.js:0:0) 72 (anonymous) (expr.js:0:0)
73 73
74 Executing stepInto... 74 Executing stepInto...
75 userFoo (user.js:23:2) 75 userFoo (user.js:23:2)
76 frameworkBreakAndCall (framework.js:15:23) 76 frameworkBreakAndCall (framework.js:15:23)
77 testStepFromFramework (user.js:35:2) 77 testStepFromFramework (user.js:35:2)
78 (anonymous) (expr.js:0:0) 78 (anonymous) (expr.js:0:0)
79 79
80 Executing resume... 80 Executing resume...
81 81
82 Running test: testStepOverFromFramework 82 Running test: testStepOverFromFramework
83 frameworkBreakAndCall (framework.js:14:2) 83 frameworkBreakAndCall (framework.js:14:12)
84 testStepFromFramework (user.js:35:2) 84 testStepFromFramework (user.js:35:2)
85 (anonymous) (expr.js:0:0) 85 (anonymous) (expr.js:0:0)
86 86
87 Executing stepOver... 87 Executing stepOver...
88 testStepFromFramework (user.js:36:0) 88 testStepFromFramework (user.js:36:0)
89 (anonymous) (expr.js:0:0) 89 (anonymous) (expr.js:0:0)
90 90
91 Executing resume... 91 Executing resume...
92 92
93 Running test: testStepOutFromFramework 93 Running test: testStepOutFromFramework
94 frameworkBreakAndCall (framework.js:14:2) 94 frameworkBreakAndCall (framework.js:14:12)
95 testStepFromFramework (user.js:35:2) 95 testStepFromFramework (user.js:35:2)
96 (anonymous) (expr.js:0:0) 96 (anonymous) (expr.js:0:0)
97 97
98 Executing stepOut... 98 Executing stepOut...
99 testStepFromFramework (user.js:36:0) 99 testStepFromFramework (user.js:36:0)
100 (anonymous) (expr.js:0:0) 100 (anonymous) (expr.js:0:0)
101 101
102 Executing resume... 102 Executing resume...
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698