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

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

Issue 2633803002: [inspector] implemented blackboxing inside v8 (Closed)
Patch Set: addressed comments Created 3 years, 10 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 Checks that breaks in framework code correctly processed.
2
3 Running test: testConsoleAssert
4 > all frames in framework:
5 > mixed, top frame in framework:
6 frameworkAssert (framework.js:9:10)
7 (anonymous) (user.js:0:0)
8
9
10 Running test: testCaughtException
11 > all frames in framework:
12 > mixed, top frame in framework:
13
14 Running test: testUncaughtException
15 > all frames in framework:
16 > mixed, top frame in framework:
17
18 Running test: testBreakpoint
19 > all frames in framework:
20 breakpoint (framework.js:24:2)
21 (anonymous) (framework.js:0:0)
22
23 > mixed, top frame in framework:
24 breakpoint (framework.js:24:2)
25 (anonymous) (user.js:0:0)
26
27
28 Running test: testDebuggerStatement
29 > all frames in framework:
30 debuggerStatement (framework.js:28:2)
31 (anonymous) (framework.js:0:0)
32
33 > mixed, top frame in framework:
34 debuggerStatement (framework.js:28:2)
35 (anonymous) (user.js:0:0)
36
37
38 Running test: testSyncDOMBreakpoint
39 > all frames in framework:
40 > mixed, top frame in framework:
41 syncDOMBreakpoint (framework.js:32:2)
42 (anonymous) (user.js:0:0)
43
44
45 Running test: testAsyncDOMBreakpoint
46 > all frames in framework:
47 (anonymous) (user.js:0:0)
48
49
50 Running test: testCaughtSyntaxError
51 > all frames in framework:
52 > mixed, top frame in framework:
53
54 Running test: testCaughtJSONParseError
55 > all frames in framework:
56 > mixed, top frame in framework:
OLDNEW
« no previous file with comments | « test/inspector/debugger/framework-break.js ('k') | test/inspector/debugger/framework-precise-ranges.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698