Commit 97039a23 authored by Yury Semikhatsky's avatar Yury Semikhatsky Committed by Commit Bot

Updated expectations in preparation to v8 rollout

Bug: v8:9509
Change-Id: I7a7da029e95edf845456673e7a776bf7ac5e1aed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743875
Commit-Queue: Yury Semikhatsky <yurys@chromium.org>
Auto-Submit: Yury Semikhatsky <yurys@chromium.org>
Reviewed-by: default avatarDmitry Gozman <dgozman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#685363}
parent 0874cf1d
...@@ -2821,6 +2821,11 @@ crbug.com/957181 virtual/omt-worker-fetch/external/wpt/resource-timing/nested-co ...@@ -2821,6 +2821,11 @@ crbug.com/957181 virtual/omt-worker-fetch/external/wpt/resource-timing/nested-co
# Chrome touch-action computation ignores div transforms. # Chrome touch-action computation ignores div transforms.
crbug.com/715148 external/wpt/pointerevents/pointerevent_touch-action-rotated-divs_touch-manual.html [ Skip ] crbug.com/715148 external/wpt/pointerevents/pointerevent_touch-action-rotated-divs_touch-manual.html [ Skip ]
# Rebaseline after next v8 roll.
crbug.com/v8/9509 inspector-protocol/runtime/runtime-callFunctionOn-async.js [ Failure Pass ]
crbug.com/v8/9509 inspector-protocol/runtime/runtime-await-promise.js [ Failure Pass ]
crbug.com/v8/9509 inspector-protocol/runtime/runtime-runScript-async.js [ Failure Pass ]
# Stack trace layout changes, disabled until v8 roll. # 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-11.html [ Failure Pass ]
crbug.com/v8/8742 fast/events/window-onerror-12.html [ Failure Pass ] crbug.com/v8/8742 fast/events/window-onerror-12.html [ Failure Pass ]
......
...@@ -14,11 +14,22 @@ Running test: testRejectedPromise ...@@ -14,11 +14,22 @@ Running test: testRejectedPromise
exceptionDetails : { exceptionDetails : {
columnNumber : 0 columnNumber : 0
exception : { exception : {
className : Object
description : Object
objectId : <number> objectId : <number>
type : object preview : {
value : { description : Object
a : 1 overflow : false
properties : [
[0] : {
name : a
type : number
value : 1
}
]
type : object
} }
type : object
} }
exceptionId : 0 exceptionId : 0
lineNumber : 0 lineNumber : 0
......
...@@ -104,11 +104,22 @@ Running test: testFunctionReturnRejectedPromise ...@@ -104,11 +104,22 @@ Running test: testFunctionReturnRejectedPromise
exceptionDetails : { exceptionDetails : {
columnNumber : 0 columnNumber : 0
exception : { exception : {
className : Object
description : Object
objectId : <number> objectId : <number>
type : object preview : {
value : { description : Object
a : 3 overflow : false
properties : [
[0] : {
name : a
type : number
value : 3
}
]
type : object
} }
type : object
} }
exceptionId : 0 exceptionId : 0
lineNumber : 0 lineNumber : 0
......
...@@ -137,11 +137,22 @@ Running test: testAwaitRejectedPromise ...@@ -137,11 +137,22 @@ Running test: testAwaitRejectedPromise
exceptionDetails : { exceptionDetails : {
columnNumber : 0 columnNumber : 0
exception : { exception : {
className : Object
description : Object
objectId : <number> objectId : <number>
type : object preview : {
value : { description : Object
a : 1 overflow : false
properties : [
[0] : {
name : a
type : number
value : 1
}
]
type : object
} }
type : object
} }
exceptionId : 0 exceptionId : 0
lineNumber : 0 lineNumber : 0
......
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