v8/test/inspector/debugger/set-script-source-exception-expected.txt
luoe a81fbe802a Fix uncaught exception bug from liveEditScriptSource
BUG=chromium:683335
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel

Review-Url: https://codereview.chromium.org/2651153004
Cr-Commit-Position: refs/heads/master@{#42672}
2017-01-26 01:29:01 +00:00

24 lines
493 B
Plaintext

Check that setScriptSource completes correctly when an exception is thrown.
Running test: testIncorrectScriptId
{
error : {
code : -32000
message : Uncaught Script not found
}
id : <messageId>
}
Running test: testSourceWithSyntaxError
{
id : <messageId>
result : {
exceptionDetails : {
columnNumber : 2
exceptionId : <exceptionId>
lineNumber : 0
text : Invalid or unexpected token
}
}
}