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

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

Issue 2651683005: [inspector] don't ignore uncaught exception if at least 1 frame isn't blackboxed (Closed)
Patch Set: 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
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:9:10) 6 frameworkAssert (framework.js:9: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
11 > all frames in framework: 11 > all frames in framework:
12 > mixed, top frame in framework: 12 > mixed, top frame in framework:
13 13
14 Running test: testUncaughtException 14 Running test: testUncaughtException
15 > all frames in framework: 15 > all frames in framework:
16 > mixed, top frame in framework: 16 > mixed, top frame in framework:
17 throwUncaughtError (framework.js:20:2)
18 (anonymous) (user.js:0:0)
19
17 20
18 Running test: testBreakpoint 21 Running test: testBreakpoint
19 > all frames in framework: 22 > all frames in framework:
20 breakpoint (framework.js:24:2) 23 breakpoint (framework.js:24:2)
21 (anonymous) (framework.js:0:0) 24 (anonymous) (framework.js:0:0)
22 25
23 > mixed, top frame in framework: 26 > mixed, top frame in framework:
24 breakpoint (framework.js:24:2) 27 breakpoint (framework.js:24:2)
25 (anonymous) (user.js:0:0) 28 (anonymous) (user.js:0:0)
26 29
(...skipping 14 matching lines...) Expand all
41 (anonymous) (user.js:0:0) 44 (anonymous) (user.js:0:0)
42 45
43 46
44 Running test: testCaughtSyntaxError 47 Running test: testCaughtSyntaxError
45 > all frames in framework: 48 > all frames in framework:
46 > mixed, top frame in framework: 49 > mixed, top frame in framework:
47 50
48 Running test: testCaughtJSONParseError 51 Running test: testCaughtJSONParseError
49 > all frames in framework: 52 > all frames in framework:
50 > mixed, top frame in framework: 53 > mixed, top frame in framework:
OLDNEW
« src/debug/debug.cc ('K') | « test/inspector/debugger/framework-break.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698