Tests that Runtime.compileScript and Runtime.runScript work with awaitPromise flag. Running test: testRunAndCompileWithoutAgentEnable { error : { code : -32000 message : Runtime agent is not enabled } id : } { error : { code : -32000 message : Runtime agent is not enabled } id : } Running test: testSyntaxErrorInScript { id : result : { exceptionDetails : { columnNumber : 1 exception : { className : SyntaxError description : SyntaxError: Unexpected token } objectId : subtype : error type : object } exceptionId : lineNumber : 1 scriptId : text : Uncaught } } } Running test: testSyntaxErrorInEvalInScript { id : result : { exceptionDetails : { columnNumber : 0 exception : { className : SyntaxError description : SyntaxError: Unexpected token } at boo.js:2:2 objectId : subtype : error type : object } exceptionId : lineNumber : 0 scriptId : stackTrace : { callFrames : [ [0] : { columnNumber : 1 functionName : lineNumber : 1 scriptId : url : boo.js } ] } text : Uncaught } result : { className : SyntaxError description : SyntaxError: Unexpected token } at boo.js:2:2 objectId : subtype : error type : object } } } Running test: testRunNotCompiledScript { error : { code : -32000 message : No script with given id } id : } Running test: testRunCompiledScriptAfterAgentWasReenabled { error : { code : -32000 message : Runtime agent is not enabled } id : } { error : { code : -32000 message : No script with given id } id : } Running test: testRunScriptWithPreview { id : result : { result : { className : Object description : Object objectId : preview : { description : Object overflow : false properties : [ [0] : { name : a type : number value : 1 } ] type : object } type : object } } } Running test: testRunScriptReturnByValue { id : result : { result : { type : object value : { a : 1 } } } } Running test: testAwaitNotPromise { id : result : { result : { type : object value : { a : 1 } } } } Running test: testAwaitResolvedPromise { id : result : { result : { type : object value : { a : 1 } } } } Running test: testAwaitRejectedPromise { id : result : { exceptionDetails : { columnNumber : 0 exception : { type : object value : { a : 1 } } exceptionId : lineNumber : 0 text : Uncaught (in promise) } result : { type : object value : { a : 1 } } } }