Commit 32fa7f53 authored by Dmitry Gozman's avatar Dmitry Gozman Committed by Commit Bot

Reenable inspector-protocol/runtime/remote-object-id-cross-process.js

The issue has been fixed in V8.

Bug: 1137143
Change-Id: I513cb3e606586d694f094b46d326e09c75235a90
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514803
Commit-Queue: Dmitry Gozman <dgozman@chromium.org>
Commit-Queue: Andrey Kosyakov <caseq@chromium.org>
Reviewed-by: default avatarAndrey Kosyakov <caseq@chromium.org>
Cr-Commit-Position: refs/heads/master@{#823326}
parent 5328c94f
...@@ -246,8 +246,6 @@ crbug.com/309675 compositing/gestures/gesture-tapHighlight-simple-longPress.html ...@@ -246,8 +246,6 @@ crbug.com/309675 compositing/gestures/gesture-tapHighlight-simple-longPress.html
crbug.com/845267 [ Mac ] http/tests/inspector-protocol/page/page-lifecycleEvents.js [ Failure Pass ] crbug.com/845267 [ Mac ] http/tests/inspector-protocol/page/page-lifecycleEvents.js [ Failure Pass ]
crbug.com/1137143 http/tests/inspector-protocol/runtime/remote-object-id-cross-process.js [ Pass Failure ]
# Looks like a failure to get a paint on time. Test could be changed to use runAfterLayoutAndPaint # Looks like a failure to get a paint on time. Test could be changed to use runAfterLayoutAndPaint
# instead of a timeout, which may fix things. # instead of a timeout, which may fix things.
crbug.com/713049 images/color-profile-reflection.html [ Failure Pass ] crbug.com/713049 images/color-profile-reflection.html [ Failure Pass ]
......
...@@ -26,14 +26,11 @@ Runtime.evaluate { ...@@ -26,14 +26,11 @@ Runtime.evaluate {
sessionId : <string> sessionId : <string>
} }
Runtime.callFunctionOn { Runtime.callFunctionOn {
id : <number> error : {
result : { code : -32000
result : { message : Cannot find context with specified id
description : 17
type : number
value : 17
}
} }
id : <number>
sessionId : <string> sessionId : <string>
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment