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

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

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed 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 unified diff | Download patch
OLDNEW
1 Tests that blackboxed ranges are respected while stepping
1 foo: 8:4 2 foo: 8:4
2 blackboxedBoo: 3:12 3 blackboxedBoo: 3:12
3 notBlackboxedFoo: 3:12 4 notBlackboxedFoo: 3:12
4 blackboxedFoo: 10:12 5 blackboxedFoo: 10:12
5 notBlackboxedBoo: 17:12 6 notBlackboxedBoo: 17:12
6 testFunction: 2:4 7 testFunction: 2:4
7 8
8 Try to set positions: [{"lineNumber":0,"columnNumber":0},{"lineNumber":0,"column Number":0}] 9 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 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 Try to set positions: [{"lineNumber":0,"columnNumber":1},{"lineNumber":0,"column Number":0}]
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 testFunction: 3:4 46 testFunction: 3:4
46 47
47 action: stepOver 48 action: stepOver
48 action: stepInto 49 action: stepInto
49 foo: 10:0 50 foo: 10:0
50 blackboxedBoo: 3:12 51 blackboxedBoo: 3:12
51 notBlackboxedFoo: 3:12 52 notBlackboxedFoo: 3:12
52 blackboxedFoo: 10:12 53 blackboxedFoo: 10:12
53 notBlackboxedBoo: 17:12 54 notBlackboxedBoo: 17:12
54 testFunction: 3:4 55 testFunction: 3:4
56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698