Commit 07f2380d authored by Leszek Swirski's avatar Leszek Swirski Committed by Commit Bot

[js] Re-enable tests after landing v8 destructuring change

Re-enabling (with new expectations) after landing
https://crrev.com/c/1777702.

Bug: 999473
Change-Id: I2ed89ed157c9fed37fabfcccd638d05e6af1d12d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1777861Reviewed-by: default avatarMichael Lippautz <mlippautz@chromium.org>
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/master@{#695995}
parent b9018115
......@@ -6145,12 +6145,6 @@ crbug.com/919204 external/wpt/scroll-to-text-fragment/scroll-to-text-fragment.ht
crbug.com/999209 virtual/lazyload-image/http/tests/lazyload/style-dimension.html [ Timeout ]
# Disable tests with expectation mismatch
crbug.com/999473 external/wpt/streams/writable-streams/properties.any.sharedworker.html [ Pass Failure ]
crbug.com/999473 external/wpt/streams/writable-streams/properties.any.serviceworker.html [ Pass Failure ]
crbug.com/999473 external/wpt/streams/writable-streams/properties.any.html [ Pass Failure ]
crbug.com/999473 external/wpt/streams/writable-streams/properties.any.worker.html [ Pass Failure ]
crbug.com/1000051 [ Mac ] virtual/audio-service/media/controls/volume-slider.html [ Failure Timeout Pass ]
# Sheriff 2019-09-03
......
......@@ -7,7 +7,7 @@ PASS WritableStream.prototype.locked should have standard properties
PASS WritableStream.prototype.locked should be a getter
PASS WritableStream.prototype.abort should have standard properties
FAIL WritableStream.prototype.abort should be a method assert_equals: abort should take 1 arguments expected 1 but got 0
FAIL WritableStream.prototype.close should have standard properties Cannot destructure property `configurable` of 'undefined' or 'null'.
FAIL WritableStream.prototype.close should have standard properties Cannot destructure property 'configurable' of 'descriptor' as it is undefined.
FAIL WritableStream.prototype.close should be a method Cannot read property 'writable' of undefined
PASS WritableStream.prototype.getWriter should have standard properties
PASS WritableStream.prototype.getWriter should be a method
......
......@@ -7,7 +7,7 @@ PASS WritableStream.prototype.locked should have standard properties
PASS WritableStream.prototype.locked should be a getter
PASS WritableStream.prototype.abort should have standard properties
FAIL WritableStream.prototype.abort should be a method assert_equals: abort should take 1 arguments expected 1 but got 0
FAIL WritableStream.prototype.close should have standard properties Cannot destructure property `configurable` of 'undefined' or 'null'.
FAIL WritableStream.prototype.close should have standard properties Cannot destructure property 'configurable' of 'descriptor' as it is undefined.
FAIL WritableStream.prototype.close should be a method Cannot read property 'writable' of undefined
PASS WritableStream.prototype.getWriter should have standard properties
PASS WritableStream.prototype.getWriter should be a method
......
......@@ -7,7 +7,7 @@ PASS WritableStream.prototype.locked should have standard properties
PASS WritableStream.prototype.locked should be a getter
PASS WritableStream.prototype.abort should have standard properties
FAIL WritableStream.prototype.abort should be a method assert_equals: abort should take 1 arguments expected 1 but got 0
FAIL WritableStream.prototype.close should have standard properties Cannot destructure property `configurable` of 'undefined' or 'null'.
FAIL WritableStream.prototype.close should have standard properties Cannot destructure property 'configurable' of 'descriptor' as it is undefined.
FAIL WritableStream.prototype.close should be a method Cannot read property 'writable' of undefined
PASS WritableStream.prototype.getWriter should have standard properties
PASS WritableStream.prototype.getWriter should be a method
......
......@@ -7,7 +7,7 @@ PASS WritableStream.prototype.locked should have standard properties
PASS WritableStream.prototype.locked should be a getter
PASS WritableStream.prototype.abort should have standard properties
FAIL WritableStream.prototype.abort should be a method assert_equals: abort should take 1 arguments expected 1 but got 0
FAIL WritableStream.prototype.close should have standard properties Cannot destructure property `configurable` of 'undefined' or 'null'.
FAIL WritableStream.prototype.close should have standard properties Cannot destructure property 'configurable' of 'descriptor' as it is undefined.
FAIL WritableStream.prototype.close should be a method Cannot read property 'writable' of undefined
PASS WritableStream.prototype.getWriter should have standard properties
PASS WritableStream.prototype.getWriter should be a method
......
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