summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/set-script-source-exception-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/debugger/set-script-source-exception-expected.txt')
-rw-r--r--deps/v8/test/inspector/debugger/set-script-source-exception-expected.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/debugger/set-script-source-exception-expected.txt b/deps/v8/test/inspector/debugger/set-script-source-exception-expected.txt
new file mode 100644
index 0000000000..03624e989c
--- /dev/null
+++ b/deps/v8/test/inspector/debugger/set-script-source-exception-expected.txt
@@ -0,0 +1,23 @@
+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
+ }
+ }
+}