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

Unified Diff: test/webkit/fast/js/date-big-setmonth-expected.txt

Issue 20280003: Migrate more tests from blink repository. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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
« no previous file with comments | « test/webkit/fast/js/date-big-setmonth.js ('k') | test/webkit/fast/js/date-negative-setmonth.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/fast/js/date-big-setmonth-expected.txt
diff --git a/test/webkit/array-sort-reentrance-expected.txt b/test/webkit/fast/js/date-big-setmonth-expected.txt
similarity index 91%
copy from test/webkit/array-sort-reentrance-expected.txt
copy to test/webkit/fast/js/date-big-setmonth-expected.txt
index 7119af90817eee9b7937e36da25e13456a8ba826..6132d7a31e0f7d697b15ea08969d893ed6e14d60 100644
--- a/test/webkit/array-sort-reentrance-expected.txt
+++ b/test/webkit/fast/js/date-big-setmonth-expected.txt
@@ -21,11 +21,12 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-This tests that a call to array.sort(compareFunction) does not crash from within a sort comparison function.
+This test checks for a regression against Date.setMonth fails with big values due to overflow.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+PASS d.valueOf() is new Date(1980, 8, 1).valueOf()
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « test/webkit/fast/js/date-big-setmonth.js ('k') | test/webkit/fast/js/date-negative-setmonth.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698