Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1070)

Unified Diff: third_party/WebKit/LayoutTests/fast/js/date-proto-generic-invocation-expected.txt

Issue 1815833002: Rebaseline, fix, or remove various tests dealing with V8 behavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/js/date-proto-generic-invocation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-proto-generic-invocation-expected.txt b/third_party/WebKit/LayoutTests/fast/js/date-proto-generic-invocation-expected.txt
index 4117f8bf22f40390809fa5464313778a5229adcf..6d5f7ae8ea46d0eeb2156ed8b46fa4160296c29d 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-proto-generic-invocation-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/date-proto-generic-invocation-expected.txt
@@ -3,34 +3,34 @@ This test verifies that the functions of the Date prototype object are not gener
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-FAIL o.__proto__.toString() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.toDateString() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.toTimeString() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.toGMTString() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.toUTCString() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.toLocaleString() should throw TypeError: Type error. Threw exception TypeError: Method invoked on an object that is not Date..
-FAIL o.__proto__.toLocaleDateString() should throw TypeError: Type error. Threw exception TypeError: Method invoked on an object that is not Date..
-FAIL o.__proto__.toLocaleTimeString() should throw TypeError: Type error. Threw exception TypeError: Method invoked on an object that is not Date..
-FAIL o.__proto__.getTime() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.getYear() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.getFullYear() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.getMonth() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.getDate() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.getDay() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.getHours() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.getMinutes() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.getSeconds() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.getMilliseconds() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.getTimezoneOffset() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.setTime() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.setMilliseconds() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.setSeconds() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.setMinutes() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.setHours() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.setDate() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.setMonth() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.setFullYear() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
-FAIL o.__proto__.setYear() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
+PASS o.__proto__.toString() threw exception TypeError: Method Date.prototype.toString called on incompatible receiver [object Object].
+PASS o.__proto__.toDateString() threw exception TypeError: Method Date.prototype.toDateString 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__.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__.toLocaleDateString() threw exception TypeError: Method invoked on an object that is not Date..
+PASS o.__proto__.toLocaleTimeString() threw exception TypeError: Method invoked on an object that is not Date..
+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__.getFullYear() threw exception TypeError: this is not a Date object..
+PASS o.__proto__.getMonth() threw exception TypeError: this is not a Date object..
+PASS o.__proto__.getDate() threw exception TypeError: this is not a Date object..
+PASS o.__proto__.getDay() threw exception TypeError: this is not a Date object..
+PASS o.__proto__.getHours() threw exception TypeError: this is not a Date object..
+PASS o.__proto__.getMinutes() threw exception TypeError: this is not a Date object..
+PASS o.__proto__.getSeconds() threw exception TypeError: this is not a Date object..
+PASS o.__proto__.getMilliseconds() threw exception TypeError: this is not a Date object..
+PASS o.__proto__.getTimezoneOffset() threw exception TypeError: this is not a Date object..
+PASS o.__proto__.setTime() threw exception TypeError: Method Date.prototype.setTime called on incompatible receiver [object Object].
+PASS o.__proto__.setMilliseconds() threw exception TypeError: Method Date.prototype.setMilliseconds called on incompatible receiver [object Object].
+PASS o.__proto__.setSeconds() threw exception TypeError: Method Date.prototype.setSeconds called on incompatible receiver [object Object].
+PASS o.__proto__.setMinutes() threw exception TypeError: Method Date.prototype.setMinutes called on incompatible receiver [object Object].
+PASS o.__proto__.setHours() threw exception TypeError: Method Date.prototype.setHours called on incompatible receiver [object Object].
+PASS o.__proto__.setDate() threw exception TypeError: Method Date.prototype.setDate called on incompatible receiver [object Object].
+PASS o.__proto__.setMonth() threw exception TypeError: Method Date.prototype.setMonth called on incompatible receiver [object Object].
+PASS o.__proto__.setFullYear() threw exception TypeError: Method Date.prototype.setFullYear called on incompatible receiver [object Object].
+PASS o.__proto__.setYear() threw exception TypeError: Method Date.prototype.setYear called on incompatible receiver [object Object].
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698