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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt

Issue 2249743006: [DevTools] Fill ExceptionDetails with more details, unify usage across protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: browser test Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 Tests separate compilation and run. 1 Tests separate compilation and run.
2 2
3 Bug 89646. 3 Bug 89646.
4 4
5 Running: testSuccessfulCompileAndRun 5 Running: testSuccessfulCompileAndRun
6 Compiling script 6 Compiling script
7 Running script 7 Running script
8 Script result: 3 8 Script result: 3
9 9
10 Running: testRunError 10 Running: testRunError
11 Compiling script 11 Compiling script
12 Running script 12 Running script
13 exceptionDetails: 13 exceptionDetails:
14 Uncaught ReferenceError: c is not defined 14 Uncaught ReferenceError: c is not defined
15 at test.js:1:16
15 line: 0, column: 15 16 line: 0, column: 15
16 exceptionDetails stack trace: 17 exceptionDetails stack trace:
17 url: test.js 18 url: test.js
18 function: 19 function:
19 line: 0 20 line: 0
20 21
21 Running: testCompileError 22 Running: testCompileError
22 Compiling script 23 Compiling script
23 exceptionDetails: 24 exceptionDetails:
24 Uncaught SyntaxError: Unexpected token } 25 Uncaught SyntaxError: Unexpected token }
25 line: 0, column: 0 26 line: 0, column: 0
26 no stack trace attached to exceptionDetails 27 no stack trace attached to exceptionDetails
27 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698