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

Side by Side Diff: test/inspector/runtime/evaluate-async-expected.txt

Issue 2807273002: [inspector] store creation stack in current V8StackTraceImpl (Closed)
Patch Set: finally passed tests Created 3 years, 8 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 that Runtime.evaluate works with awaitPromise flag. 1 Tests that Runtime.evaluate works with awaitPromise flag.
2 2
3 Running test: testResolvedPromise 3 Running test: testResolvedPromise
4 { 4 {
5 id : <messageId> 5 id : <messageId>
6 result : { 6 result : {
7 result : { 7 result : {
8 description : 239 8 description : 239
9 type : number 9 type : number
10 value : 239 10 value : 239
11 } 11 }
12 } 12 }
13 } 13 }
14 14
15 Running test: testRejectedPromise 15 Running test: testRejectedPromise
16 { 16 {
17 id : <messageId> 17 id : <messageId>
18 result : { 18 result : {
19 exceptionDetails : { 19 exceptionDetails : {
20 columnNumber : 0 20 columnNumber : 0
21 exception : { 21 exception : {
22 description : 239 22 description : 239
23 type : number 23 type : number
24 value : 239 24 value : 239
25 } 25 }
26 exceptionId : <exceptionId> 26 exceptionId : <exceptionId>
27 lineNumber : 0 27 lineNumber : 0
28 stackTrace : {
29 callFrames : [
30 ]
31 }
32 text : Uncaught (in promise) 28 text : Uncaught (in promise)
33 } 29 }
34 result : { 30 result : {
35 description : 239 31 description : 239
36 type : number 32 type : number
37 value : 239 33 value : 239
38 } 34 }
39 } 35 }
40 } 36 }
41 37
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 scriptId : <scriptId> 82 scriptId : <scriptId>
87 text : Uncaught 83 text : Uncaught
88 } 84 }
89 result : { 85 result : {
90 description : 239 86 description : 239
91 type : number 87 type : number
92 value : 239 88 value : 239
93 } 89 }
94 } 90 }
95 } 91 }
OLDNEW
« no previous file with comments | « test/inspector/runtime/es6-module-expected.txt ('k') | test/inspector/runtime/exception-thrown-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698