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

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

Issue 2656743003: [inspector] take into account inlined frames in ::HasNonBlackboxedFrameOnStack (Closed)
Patch Set: little fix in test Created 3 years, 11 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
« no previous file with comments | « test/inspector/debugger/framework-break.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Checks that breaks in framework code correctly processed. 1 Checks that breaks in framework code correctly processed.
2 2
3 Running test: testConsoleAssert 3 Running test: testConsoleAssert
4 > all frames in framework: 4 > all frames in framework:
5 > mixed, top frame in framework: 5 > mixed, top frame in framework:
6 frameworkAssert (framework.js:10:10) 6 frameworkAssert (framework.js:10:10)
7 (anonymous) (user.js:0:0) 7 (anonymous) (user.js:0:0)
8 8
9 9
10 Running test: testCaughtException 10 Running test: testCaughtException
(...skipping 29 matching lines...) Expand all
40 > all frames in framework: 40 > all frames in framework:
41 > mixed, top frame in framework: 41 > mixed, top frame in framework:
42 42
43 Running test: testSyncDOMBreakpoint 43 Running test: testSyncDOMBreakpoint
44 > all frames in framework: 44 > all frames in framework:
45 > mixed, top frame in framework: 45 > mixed, top frame in framework:
46 syncDOMBreakpoint (framework.js:33:2) 46 syncDOMBreakpoint (framework.js:33:2)
47 (anonymous) (user.js:0:0) 47 (anonymous) (user.js:0:0)
48 48
49 49
50 Running test: testSyncDOMBreakpointWithInlinedUserFrame
51 > mixed, top frame in framework:
52 syncDOMBreakpoint (framework.js:33:2)
53 userFunction (user.js:70:2)
54 inlinedWrapper (framework.js:64:4)
55 syncDOMBreakpointWithInlinedUserFrame (framework.js:67:2)
56 (anonymous) (framework.js:0:0)
57
58
50 Running test: testAsyncDOMBreakpoint 59 Running test: testAsyncDOMBreakpoint
51 > all frames in framework: 60 > all frames in framework:
52 (anonymous) (user.js:0:0) 61 (anonymous) (user.js:0:0)
53 62
54 63
55 Running test: testCaughtSyntaxError 64 Running test: testCaughtSyntaxError
56 > all frames in framework: 65 > all frames in framework:
57 > mixed, top frame in framework: 66 > mixed, top frame in framework:
58 67
59 Running test: testCaughtJSONParseError 68 Running test: testCaughtJSONParseError
60 > all frames in framework: 69 > all frames in framework:
61 > mixed, top frame in framework: 70 > mixed, top frame in framework:
OLDNEW
« no previous file with comments | « test/inspector/debugger/framework-break.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698