Chromium Code Reviews

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

Issue 2832723004: [test/inspector] remove any usage of v8::Extension (Closed)
Patch Set: a Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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 25 matching lines...)
36 (anonymous) (user.js:0:0) 36 (anonymous) (user.js:0:0)
37 37
38 38
39 Running test: testDebuggerStatement 39 Running test: testDebuggerStatement
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:12)
dgozman 2017/04/20 23:16:38 why the change?
kozy 2017/04/20 23:38:19 "inspector.".length === 10
47 (anonymous) (user.js:0:0) 47 (anonymous) (user.js:0:0)
48 48
49 49
50 Running test: testSyncDOMBreakpointWithInlinedUserFrame 50 Running test: testSyncDOMBreakpointWithInlinedUserFrame
51 > mixed, top frame in framework: 51 > mixed, top frame in framework:
52 syncDOMBreakpoint (framework.js:33:2) 52 syncDOMBreakpoint (framework.js:33:12)
53 userFunction (user.js:70:2) 53 userFunction (user.js:70:2)
54 inlinedWrapper (framework.js:64:4) 54 inlinedWrapper (framework.js:64:4)
55 syncDOMBreakpointWithInlinedUserFrame (framework.js:67:2) 55 syncDOMBreakpointWithInlinedUserFrame (framework.js:67:2)
56 (anonymous) (framework.js:0:0) 56 (anonymous) (framework.js:0:0)
57 57
58 58
59 Running test: testAsyncDOMBreakpoint 59 Running test: testAsyncDOMBreakpoint
60 > all frames in framework: 60 > all frames in framework:
61 (anonymous) (user.js:0:0) 61 (anonymous) (user.js:0:0)
62 62
63 63
64 Running test: testCaughtSyntaxError 64 Running test: testCaughtSyntaxError
65 > all frames in framework: 65 > all frames in framework:
66 > mixed, top frame in framework: 66 > mixed, top frame in framework:
67 67
68 Running test: testCaughtJSONParseError 68 Running test: testCaughtJSONParseError
69 > all frames in framework: 69 > all frames in framework:
70 > mixed, top frame in framework: 70 > mixed, top frame in framework:
OLDNEW

Powered by Google App Engine