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

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

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: LayoutTests/fast/js/date-proto-generic-invocation-expected.txt
diff --git a/LayoutTests/fast/js/date-proto-generic-invocation-expected.txt b/LayoutTests/fast/js/date-proto-generic-invocation-expected.txt
deleted file mode 100644
index 90fc1c2fde2835d78a006b471db1987ddff42661..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/date-proto-generic-invocation-expected.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-This test verifies that the functions of the Date prototype object are not generic, as documented in ECMA-262 rev3 section 15.9.5 Properties of the Date Prototype Object.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS o.__proto__.toString() threw exception TypeError: Type error.
-PASS o.__proto__.toDateString() threw exception TypeError: Type error.
-PASS o.__proto__.toTimeString() threw exception TypeError: Type error.
-PASS o.__proto__.toGMTString() threw exception TypeError: Type error.
-PASS o.__proto__.toUTCString() threw exception TypeError: Type error.
-PASS o.__proto__.toLocaleString() threw exception TypeError: Type error.
-PASS o.__proto__.toLocaleDateString() threw exception TypeError: Type error.
-PASS o.__proto__.toLocaleTimeString() threw exception TypeError: Type error.
-PASS o.__proto__.getTime() threw exception TypeError: Type error.
-PASS o.__proto__.getYear() threw exception TypeError: Type error.
-PASS o.__proto__.getFullYear() threw exception TypeError: Type error.
-PASS o.__proto__.getMonth() threw exception TypeError: Type error.
-PASS o.__proto__.getDate() threw exception TypeError: Type error.
-PASS o.__proto__.getDay() threw exception TypeError: Type error.
-PASS o.__proto__.getHours() threw exception TypeError: Type error.
-PASS o.__proto__.getMinutes() threw exception TypeError: Type error.
-PASS o.__proto__.getSeconds() threw exception TypeError: Type error.
-PASS o.__proto__.getMilliseconds() threw exception TypeError: Type error.
-PASS o.__proto__.getTimezoneOffset() threw exception TypeError: Type error.
-PASS o.__proto__.setTime() threw exception TypeError: Type error.
-PASS o.__proto__.setMilliseconds() threw exception TypeError: Type error.
-PASS o.__proto__.setSeconds() threw exception TypeError: Type error.
-PASS o.__proto__.setMinutes() threw exception TypeError: Type error.
-PASS o.__proto__.setHours() threw exception TypeError: Type error.
-PASS o.__proto__.setDate() threw exception TypeError: Type error.
-PASS o.__proto__.setMonth() threw exception TypeError: Type error.
-PASS o.__proto__.setFullYear() threw exception TypeError: Type error.
-PASS o.__proto__.setYear() threw exception TypeError: Type error.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/js/cyclic-prototypes-expected.txt ('k') | LayoutTests/fast/js/deep-recursion-test-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698