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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-runScript-async-expected.txt

Issue 2812333002: [DevTools] mark tests before V8 roll (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-async-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE ERROR: Uncaught (in promise) #<Object> 1 CONSOLE ERROR: Uncaught (in promise) #<Object>
2 Tests that Runtime.compileScript and Runtime.runScript work with awaitPromise fl ag. 2 Tests that Runtime.compileScript and Runtime.runScript work with awaitPromise fl ag.
3 3
4 Running test: testRunAndCompileWithoutAgentEnable 4 Running test: testRunAndCompileWithoutAgentEnable
5 { 5 {
6 code : 0 6 code : 0
7 message : Runtime agent is not enabled 7 message : Runtime agent is not enabled
8 } 8 }
9 { 9 {
10 code : 0 10 code : 0
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 columnNumber : 0 135 columnNumber : 0
136 exception : { 136 exception : {
137 objectId : 0 137 objectId : 0
138 type : object 138 type : object
139 value : { 139 value : {
140 a : 1 140 a : 1
141 } 141 }
142 } 142 }
143 exceptionId : 0 143 exceptionId : 0
144 lineNumber : 0 144 lineNumber : 0
145 stackTrace : {
146 callFrames : [
147 ]
148 }
149 text : Uncaught (in promise) 145 text : Uncaught (in promise)
150 } 146 }
151 result : { 147 result : {
152 type : object 148 type : object
153 value : { 149 value : {
154 a : 1 150 a : 1
155 } 151 }
156 } 152 }
157 } 153 }
158 154
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-async-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698