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

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

Issue 2379303002: Revert "[inspector] added inspector test runner [part 3-5]" (Closed)
Patch Set: Created 4 years, 2 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
(Empty)
1 Tests that Runtime.evaluate works with awaitPromise flag.
2
3 Running test: testResolvedPromise
4 {
5 result : {
6 description : 239
7 type : number
8 value : 239
9 }
10 }
11
12 Running test: testRejectedPromise
13 {
14 exceptionDetails : {
15 columnNumber : 0
16 exception : {
17 description : 239
18 objectId : 0
19 type : number
20 value : 239
21 }
22 exceptionId : 0
23 lineNumber : 0
24 scriptId : (scriptId)
25 stackTrace : {
26 callFrames : [
27 ]
28 }
29 text : Uncaught (in promise)
30 }
31 result : {
32 description : 239
33 type : number
34 value : 239
35 }
36 }
37
38 Running test: testPrimitiveValueInsteadOfPromise
39 {
40 code : -32000
41 message : Result of the evaluation is not a promise
42 }
43
44 Running test: testObjectInsteadOfPromise
45 {
46 code : -32000
47 message : Result of the evaluation is not a promise
48 }
49
50 Running test: testPendingPromise
51 {
52 result : {
53 type : object
54 value : {
55 a : 239
56 }
57 }
58 }
59
60 Running test: testExceptionInEvaluate
61 {
62 exceptionDetails : {
63 columnNumber : 0
64 exception : {
65 description : 239
66 objectId : 0
67 type : number
68 value : 239
69 }
70 exceptionId : 0
71 lineNumber : 0
72 scriptId : (scriptId)
73 text : Uncaught
74 }
75 result : {
76 description : 239
77 type : number
78 value : 239
79 }
80 }
81
OLDNEW
« no previous file with comments | « test/inspector/runtime/evaluate-async.js ('k') | test/inspector/runtime/evaluate-with-context-id-equal-zero.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698