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

Unified Diff: test/inspector/runtime/runtime-restore-expected.txt

Issue 2713023004: [inspector] added reconnect method for tests (Closed)
Patch Set: rebased Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/inspector/runtime/runtime-restore.js ('k') | test/inspector/runtime/set-or-map-entries.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/runtime-restore-expected.txt
diff --git a/test/inspector/runtime/runtime-restore-expected.txt b/test/inspector/runtime/runtime-restore-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d95051bd2d5241b630048888e278f18810abb4db
--- /dev/null
+++ b/test/inspector/runtime/runtime-restore-expected.txt
@@ -0,0 +1,115 @@
+Checks that Runtime agent correctly restore its state.
+
+Running test: testExecutionContextsNotificationsOnRestore
+{
+ method : Runtime.executionContextCreated
+ params : {
+ context : {
+ id : 1
+ name :
+ origin :
+ }
+ }
+}
+will reconnect..
+{
+ method : Runtime.executionContextsCleared
+ params : {
+ }
+}
+{
+ method : Runtime.executionContextCreated
+ params : {
+ context : {
+ id : 1
+ name :
+ origin :
+ }
+ }
+}
+
+Running test: testConsoleAPICalledAfterRestore
+will reconnect..
+{
+ method : Runtime.consoleAPICalled
+ params : {
+ args : [
+ [0] : {
+ description : 42
+ type : number
+ value : 42
+ }
+ ]
+ executionContextId : <executionContextId>
+ stackTrace : {
+ callFrames : [
+ [0] : {
+ columnNumber : 8
+ functionName :
+ lineNumber : 0
+ scriptId : <scriptId>
+ url :
+ }
+ ]
+ }
+ timestamp : <timestamp>
+ type : log
+ }
+}
+
+Running test: testSetCustomObjectFormatterEnabled
+will reconnect..
+will reconnect..
+{
+ method : Runtime.consoleAPICalled
+ params : {
+ args : [
+ [0] : {
+ className : Object
+ customPreview : {
+ bindRemoteObjectFunctionId : <bindRemoteObjectFunctionId>
+ formatterObjectId : <formatterObjectId>
+ hasBody : true
+ header : ["span",{},"Header formatted ",42]
+ }
+ description : Object
+ objectId : <objectId>
+ preview : {
+ description : Object
+ overflow : false
+ properties : [
+ [0] : {
+ name : name
+ type : number
+ value : 42
+ }
+ ]
+ type : object
+ }
+ type : object
+ }
+ ]
+ executionContextId : <executionContextId>
+ stackTrace : {
+ callFrames : [
+ [0] : {
+ columnNumber : 8
+ functionName :
+ lineNumber : 0
+ scriptId : <scriptId>
+ url :
+ }
+ ]
+ }
+ timestamp : <timestamp>
+ type : log
+ }
+}
+{
+ id : <messageId>
+ result : {
+ result : {
+ type : undefined
+ }
+ }
+}
« no previous file with comments | « test/inspector/runtime/runtime-restore.js ('k') | test/inspector/runtime/set-or-map-entries.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698