Commit a7300d2c authored by Frank Tang's avatar Frank Tang Committed by Commit Bot

Mark date-proto-generic-invocation as Skip for now

date-proto-generic-invocation has an errorneous expectation. When
a fix for crbug.com/v8/7961 was landed, that led to a test failure.

This CL marks the test for Skip and fix the expectation manually.
See https://test-results.appspot.com/data/layout_results/linux-blink-gen-property-trees/350/layout-test-results/results.html

Once the fix for bug v8:7961 [1] is landed and rolled to Chromium,
the Skip line can be dropped.

[1] https://chromium-review.googlesource.com/c/v8/v8/+/1195539

Bug: v8:7961
Change-Id: I904d31dcb37fc1742aef15aa65302c7545a29015
Reviewed-on: https://chromium-review.googlesource.com/1196032Reviewed-by: default avatarJungshik Shin <jshin@chromium.org>
Commit-Queue: Jungshik Shin <jshin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#587731}
parent def75d3d
...@@ -2472,6 +2472,9 @@ crbug.com/591500 [ Win10 ] virtual/threaded/printing/subframes-percentage-height ...@@ -2472,6 +2472,9 @@ crbug.com/591500 [ Win10 ] virtual/threaded/printing/subframes-percentage-height
# TODO(ftang,jshin) Remove once v8 is rolled to include a fix for v8/7958. # TODO(ftang,jshin) Remove once v8 is rolled to include a fix for v8/7958.
crbug.com/v8/7958 fast/js/string-prototype-properties.html [ Skip ] crbug.com/v8/7958 fast/js/string-prototype-properties.html [ Skip ]
# TODO(ftang) Remove once v8 is rolled to include a fix for v8/7961.
crbug.com/v8/7961 fast/js/date-proto-generic-invocation.html [ Skip ]
# TODO(chrishtr) uncomment ones marked crbug.com/591500 after fixing crbug.com/665259. # TODO(chrishtr) uncomment ones marked crbug.com/591500 after fixing crbug.com/665259.
crbug.com/591500 [ Win10 ] printing/fixed-positioned-headers-and-footers-absolute-covering-some-pages.html [ Failure ] crbug.com/591500 [ Win10 ] printing/fixed-positioned-headers-and-footers-absolute-covering-some-pages.html [ Failure ]
crbug.com/591500 [ Win10 ] virtual/threaded/printing/fixed-positioned-headers-and-footers-absolute-covering-some-pages.html [ Failure ] crbug.com/591500 [ Win10 ] virtual/threaded/printing/fixed-positioned-headers-and-footers-absolute-covering-some-pages.html [ Failure ]
......
...@@ -8,9 +8,9 @@ PASS o.__proto__.toDateString() threw exception TypeError: Method Date.prototype ...@@ -8,9 +8,9 @@ PASS o.__proto__.toDateString() threw exception TypeError: Method Date.prototype
PASS o.__proto__.toTimeString() threw exception TypeError: Method Date.prototype.toTimeString called on incompatible receiver [object Object]. PASS o.__proto__.toTimeString() threw exception TypeError: Method Date.prototype.toTimeString called on incompatible receiver [object Object].
PASS o.__proto__.toGMTString() threw exception TypeError: Method Date.prototype.toUTCString called on incompatible receiver [object Object]. PASS o.__proto__.toGMTString() threw exception TypeError: Method Date.prototype.toUTCString called on incompatible receiver [object Object].
PASS o.__proto__.toUTCString() threw exception TypeError: Method Date.prototype.toUTCString called on incompatible receiver [object Object]. PASS o.__proto__.toUTCString() threw exception TypeError: Method Date.prototype.toUTCString called on incompatible receiver [object Object].
PASS o.__proto__.toLocaleString() threw exception TypeError: Method invoked on an object that is not Date.. PASS o.__proto__.toLocaleString() threw exception TypeError: Method Date.prototype.toLocaleString called on incompatible receiver [object Object].
PASS o.__proto__.toLocaleDateString() threw exception TypeError: Method invoked on an object that is not Date.. PASS o.__proto__.toLocaleDateString() threw exception TypeError: Method Date.prototype.toLocaleDateString called on incompatible receiver [object Object].
PASS o.__proto__.toLocaleTimeString() threw exception TypeError: Method invoked on an object that is not Date.. PASS o.__proto__.toLocaleTimeString() threw exception TypeError: Method Date.prototype.toLocaleTimeString called on incompatible receiver [object Object].
PASS o.__proto__.getTime() threw exception TypeError: this is not a Date object.. PASS o.__proto__.getTime() threw exception TypeError: this is not a Date object..
PASS o.__proto__.getYear() threw exception TypeError: Method Date.prototype.getYear called on incompatible receiver [object Object]. PASS o.__proto__.getYear() threw exception TypeError: Method Date.prototype.getYear called on incompatible receiver [object Object].
PASS o.__proto__.getFullYear() threw exception TypeError: this is not a Date object.. PASS o.__proto__.getFullYear() threw exception TypeError: this is not a Date object..
......
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