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

Side by Side Diff: test/inspector/debugger/stepping-with-blackboxed-ranges-expected.txt

Issue 2369753004: [inspector] added inspector test runner [part 5] (Closed)
Patch Set: addressed comments Created 4 years, 2 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
(Empty)
1 foo: 8:4
2 blackboxedBoo: 3:12
3 notBlackboxedFoo: 3:12
4 blackboxedFoo: 10:12
5 notBlackboxedBoo: 17:12
6 testFunction: 2:4
7
8 Try to set positions: [{"lineNumber":0,"columnNumber":0},{"lineNumber":0,"column Number":0}]
9 Input positions array is not sorted or contains duplicate values.
10 Try to set positions: [{"lineNumber":0,"columnNumber":1},{"lineNumber":0,"column Number":0}]
11 Input positions array is not sorted or contains duplicate values.
12 Try to set positions: [{"lineNumber":0,"columnNumber":-1}]
13 Position missing 'column' or 'column' < 0.
14 action: stepOut
15 notBlackboxedFoo: 4:4
16 blackboxedFoo: 10:12
17 notBlackboxedBoo: 17:12
18 testFunction: 2:4
19
20 action: stepOut
21 notBlackboxedBoo: 18:4
22 testFunction: 2:4
23
24 action: stepOut
25 testFunction: 3:4
26
27 action: stepInto
28 notBlackboxedBoo: 16:12
29 testFunction: 3:4
30
31 action: stepOver
32 action: stepInto
33 notBlackboxedFoo: 2:12
34 blackboxedFoo: 10:12
35 notBlackboxedBoo: 17:12
36 testFunction: 3:4
37
38 action: stepOver
39 action: stepInto
40 foo: 8:4
41 blackboxedBoo: 3:12
42 notBlackboxedFoo: 3:12
43 blackboxedFoo: 10:12
44 notBlackboxedBoo: 17:12
45 testFunction: 3:4
46
47 action: stepOver
48 action: stepInto
49 foo: 10:0
50 blackboxedBoo: 3:12
51 notBlackboxedFoo: 3:12
52 blackboxedFoo: 10:12
53 notBlackboxedBoo: 17:12
54 testFunction: 3:4
OLDNEW
« no previous file with comments | « test/inspector/debugger/stepping-with-blackboxed-ranges.js ('k') | test/inspector/debugger/update-call-frame-scopes.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698