v8/test/inspector/debugger/framework-break-expected.txt
kozyatinskiy adc42c3a82 [inspector] take into account inlined frames in ::HasNonBlackboxedFrameOnStack
BUG=v8:5842, chromium:583193
R=yangguo@chromium.org,dgozman@chromium.org,alph@chromium.org

Review-Url: https://codereview.chromium.org/2656743003
Cr-Commit-Position: refs/heads/master@{#42715}
2017-01-26 21:32:53 +00:00

71 lines
1.7 KiB
Plaintext

Checks that breaks in framework code correctly processed.
Running test: testConsoleAssert
> all frames in framework:
> mixed, top frame in framework:
frameworkAssert (framework.js:10:10)
(anonymous) (user.js:0:0)
Running test: testCaughtException
> all frames in framework:
> mixed, top frame in framework:
Running test: testUncaughtException
> all frames in framework:
> mixed, top frame in framework:
throwUncaughtError (framework.js:21:2)
(anonymous) (user.js:0:0)
Running test: testUncaughtExceptionWithInlinedFrame
> mixed top frame in framework:
throwUserException (user.js:66:2)
inlinedWrapper (framework.js:56:4)
throwInlinedUncaughtError (framework.js:59:2)
(anonymous) (framework.js:0:0)
Running test: testBreakpoint
> all frames in framework:
breakpoint (framework.js:25:2)
(anonymous) (framework.js:0:0)
> mixed, top frame in framework:
breakpoint (framework.js:25:2)
(anonymous) (user.js:0:0)
Running test: testDebuggerStatement
> all frames in framework:
> mixed, top frame in framework:
Running test: testSyncDOMBreakpoint
> all frames in framework:
> mixed, top frame in framework:
syncDOMBreakpoint (framework.js:33:2)
(anonymous) (user.js:0:0)
Running test: testSyncDOMBreakpointWithInlinedUserFrame
> mixed, top frame in framework:
syncDOMBreakpoint (framework.js:33:2)
userFunction (user.js:70:2)
inlinedWrapper (framework.js:64:4)
syncDOMBreakpointWithInlinedUserFrame (framework.js:67:2)
(anonymous) (framework.js:0:0)
Running test: testAsyncDOMBreakpoint
> all frames in framework:
(anonymous) (user.js:0:0)
Running test: testCaughtSyntaxError
> all frames in framework:
> mixed, top frame in framework:
Running test: testCaughtJSONParseError
> all frames in framework:
> mixed, top frame in framework: