Commit 486c278c authored by Simon Zünd's avatar Simon Zünd Committed by Commit Bot

Re-enable console format web tests

For the V8 CL https://crrev.com/c/1350790 two web tests were
temporarily disabled. This CL re-enables them and rebaselines
one of them.

The rebasline is necessary as the CL https://crrev.com/c/1971832 that
changed the ordering of properties also modified the expectations.

R=petermarshall@chromium.org

Bug: chromium:924308
Change-Id: Idf57e2525480828da44b0e6dfb43a07b39af65ba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993803Reviewed-by: default avatarPeter Marshall <petermarshall@chromium.org>
Commit-Queue: Simon Zünd <szuend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#730104}
parent 3f1b364f
...@@ -3070,11 +3070,6 @@ crbug.com/400841 virtual/audio-service/media/video-canvas-draw.html [ Failure ] ...@@ -3070,11 +3070,6 @@ crbug.com/400841 virtual/audio-service/media/video-canvas-draw.html [ Failure ]
crbug.com/400829 virtual/stable/media/stable/video-object-fit-stable.html [ Failure ] crbug.com/400829 virtual/stable/media/stable/video-object-fit-stable.html [ Failure ]
crbug.com/400829 virtual/audio-service/media/stable/video-object-fit-stable.html [ Failure ] crbug.com/400829 virtual/audio-service/media/stable/video-object-fit-stable.html [ Failure ]
# These contain faulty expectations. https://chromium-review.googlesource.com/c/v8/v8/+/1350790 should fix the
# faulty return values but to allow landing that patch, the tests have to be deactivated in the meanwhile.
crbug.com/924308 http/tests/devtools/console/console-dir-es6.js [ Pass Failure ]
crbug.com/924308 http/tests/devtools/console/console-format-es6-2.js [ Pass Failure ]
# We only want to run one of the web-animations-api tests in stable mode. # We only want to run one of the web-animations-api tests in stable mode.
crbug.com/441553 virtual/stable/web-animations-api/* [ Skip ] crbug.com/441553 virtual/stable/web-animations-api/* [ Skip ]
# These tests *only* run in stable, to verify that these features are unsupported and throw exceptions. # These tests *only* run in stable, to verify that these features are unsupported and throw exceptions.
......
...@@ -20,10 +20,10 @@ console-format-es6-2.js:15 SetIterator {41, {…}} ...@@ -20,10 +20,10 @@ console-format-es6-2.js:15 SetIterator {41, {…}}
console-format-es6-2.js:16 [SetIterator] console-format-es6-2.js:16 [SetIterator]
globals[4] globals[4]
SetIterator {41, {…}} SetIterator {41, {…}}
console-format-es6-2.js:15 SetIterator {41, {…}} console-format-es6-2.js:15 SetIterator {41 => 41, {…} => {…}}
console-format-es6-2.js:16 [SetIterator] console-format-es6-2.js:16 [SetIterator]
globals[5] globals[5]
SetIterator {41, {…}} SetIterator {41 => 41, {…} => {…}}
console-format-es6-2.js:15 MapIterator {{…}} console-format-es6-2.js:15 MapIterator {{…}}
console-format-es6-2.js:16 [MapIterator] console-format-es6-2.js:16 [MapIterator]
globals[6] globals[6]
......
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