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

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

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
1 Tests separate compilation and run. 1 Tests separate compilation and run.
2 2
3 Bug 89646. 3 Bug 89646.
4 Debugger was enabled.
5 4
6 Running: testSuccessfulCompileAndRun 5 Running: testSuccessfulCompileAndRun
7 Compiling script 6 Compiling script
8 Running script 7 Running script
9 Script result: 3 8 Script result: 3
10 9
11 Running: testRunError 10 Running: testRunError
12 Compiling script 11 Compiling script
13 Running script 12 Running script
14 exceptionDetails: 13 exceptionDetails:
15 Uncaught ReferenceError: c is not defined 14 Uncaught ReferenceError: c is not defined
16 line: 1, column: 15 15 line: 1, column: 15
17 exceptionDetails stack trace: 16 exceptionDetails stack trace:
18 url: test.js 17 url: test.js
19 function: 18 function:
20 line: 1 19 line: 1
21 20
22 Running: testCompileError 21 Running: testCompileError
23 Compiling script 22 Compiling script
24 exceptionDetails: 23 exceptionDetails:
25 Uncaught SyntaxError: Unexpected token } 24 Uncaught SyntaxError: Unexpected token }
26 line: 1, column: 0 25 line: 1, column: 0
27 no stack trace attached to exceptionDetails 26 no stack trace attached to exceptionDetails
28 Debugger was disabled.
29 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698