Commit 0be404b0 authored by Yury Semikhatsky's avatar Yury Semikhatsky Committed by Commit Bot

Rebaseline and enable some of devtools tests that were disabled until v8 roll

Bug: 906847
Bug: v8:8672
Change-Id: I885ab765ebdf6c8dea965092317d73844e9c3809
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744524
Auto-Submit: Yury Semikhatsky <yurys@chromium.org>
Commit-Queue: Dmitry Gozman <dgozman@chromium.org>
Reviewed-by: default avatarDmitry Gozman <dgozman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#685297}
parent 65b8d4fe
......@@ -2822,13 +2822,6 @@ crbug.com/957181 virtual/omt-worker-fetch/external/wpt/resource-timing/nested-co
# Chrome touch-action computation ignores div transforms.
crbug.com/715148 external/wpt/pointerevents/pointerevent_touch-action-rotated-divs_touch-manual.html [ Skip ]
# Disabled until v8 roll.
crbug.com/906847 inspector-protocol/runtime/runtime-getProperties.js [ Skip ]
crbug.com/906847 inspector-protocol/debugger/debugger-scope-skip-variables-with-empty-name.js [ Skip ]
crbug.com/v8/8672 http/tests/devtools/bindings/suspendtarget-bindings.js [ Skip ]
crbug.com/v8/8672 http/tests/devtools/bindings/suspendtarget-navigator.js [ Skip ]
crbug.com/v8/8672 http/tests/devtools/tracing/decode-resize.js [ Skip ]
# Stack trace layout changes, disabled until v8 roll.
crbug.com/v8/8742 fast/events/window-onerror-11.html [ Failure Pass ]
crbug.com/v8/8742 fast/events/window-onerror-12.html [ Failure Pass ]
......
......@@ -51,13 +51,15 @@ Workspace: 2 uiSourceCodes.
Running: Resuming targets.
Removed: 0 uiSourceCodes
Workspace: 8 uiSourceCodes.
Workspace: 10 uiSourceCodes.
[+] debugger:///VM[XXX]
[+] debugger:///VM[XXX] sourcemap-script.js
[+] debugger:///VM[XXX] _test_detachFrame.js
http://127.0.0.1:8000/devtools/bindings/resources/sourcemap-frame.html
[+] http://127.0.0.1:8000/devtools/bindings/resources/sourcemap-sass.scss
[+] http://127.0.0.1:8000/devtools/bindings/resources/sourcemap-script.js
[+] http://127.0.0.1:8000/devtools/bindings/resources/sourcemap-style.css
[+] http://127.0.0.1:8000/devtools/bindings/resources/sourcemap-typescript.ts
http://127.0.0.1:8000/devtools/resources/inspected-page.html
[+] _test_detachFrame.js
......@@ -61,6 +61,8 @@ top
127.0.0.1:8000
devtools/resources
inspected-page.html
(no domain)
_test_detachFrame.js
frame2 (sourcemap-frame.html)
127.0.0.1:8000
devtools/bindings/resources
......
Tests that we do not report scope variables with empty names.
{
internalProperties : [
[0] : {
name : [[StableObjectId]]
value : {
description : 1
type : number
value : 1
}
}
]
result : [
[0] : {
configurable : true
......
......@@ -4,7 +4,6 @@ Properties of Object(5)
foo own string cat
Internal properties
[[PrimitiveValue]] number 5
[[StableObjectId]] number 1
Properties of Not own properties
__defineGetter__ inherited function undefined
__defineSetter__ inherited function undefined
......@@ -22,8 +21,6 @@ Properties of Not own properties
toLocaleString inherited function undefined
toString inherited function undefined
valueOf inherited function undefined
Internal properties
[[StableObjectId]] number 2
Properties of Accessor only properties
b own no value, getter, setter
d own no value, setter
......@@ -33,8 +30,6 @@ Properties of array
2 own string blue
__proto__ own object undefined
length own number 3
Internal properties
[[StableObjectId]] number 3
Properties of Bound function
__proto__ own function undefined
length own number 0
......@@ -42,12 +37,9 @@ Properties of Bound function
Internal properties
[[BoundArgs]] object undefined
[[BoundThis]] object undefined
[[StableObjectId]] number 4
[[TargetFunction]] function undefined
Properties of Event with user defined property
__proto__ own object undefined
eventPhase own no value, getter
isTrusted own boolean false
Internal properties
[[StableObjectId]] number 5
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