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

Unified Diff: test/inspector/runtime/compile-script-expected.txt

Issue 2369753004: [inspector] added inspector test runner [part 5] (Closed)
Patch Set: addressed comments Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/inspector/runtime/compile-script.js ('k') | test/inspector/runtime/console-api-repeated-in-console.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/compile-script-expected.txt
diff --git a/test/inspector/runtime/compile-script-expected.txt b/test/inspector/runtime/compile-script-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d305607f0f3c897a83900f3c596af7de6d86a7f4
--- /dev/null
+++ b/test/inspector/runtime/compile-script-expected.txt
@@ -0,0 +1,51 @@
+Compiling script: foo1.js
+ persist: false
+compilation result: {
+ exceptionDetails : {
+ columnNumber : 2
+ exception : {
+ className : SyntaxError
+ description : SyntaxError: Unexpected end of input
+ objectId : 0
+ subtype : error
+ type : object
+ }
+ exceptionId : 0
+ lineNumber : 1
+ scriptId : 0
+ text : Uncaught
+ }
+}
+-----
+Compiling script: foo2.js
+ persist: true
+Debugger.scriptParsed: foo2.js
+compilation result: {
+ scriptId : 0
+}
+-----
+Compiling script: foo3.js
+ persist: false
+compilation result: {
+}
+-----
+Compiling script: foo4.js
+ persist: false
+compilation result: {
+ exceptionDetails : {
+ columnNumber : 13
+ exception : {
+ className : SyntaxError
+ description : SyntaxError: Unexpected identifier
+ objectId : 0
+ subtype : error
+ type : object
+ }
+ exceptionId : 0
+ lineNumber : 0
+ scriptId : 0
+ text : Uncaught
+ }
+}
+-----
+
« no previous file with comments | « test/inspector/runtime/compile-script.js ('k') | test/inspector/runtime/console-api-repeated-in-console.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698