From: lrn@chromium.org Date: Wed, 5 Oct 2011 08:11:53 +0000 (+0000) Subject: Fix sputnik test expectations to no longer expect the wrong behavior. X-Git-Tag: upstream/4.7.83~18287 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f353a81ef3177d27c917f961b5f2b882e0bab83;p=platform%2Fupstream%2Fv8.git Fix sputnik test expectations to no longer expect the wrong behavior. Review URL: http://codereview.chromium.org/8139023 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9520 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/sputnik/sputnik.status b/test/sputnik/sputnik.status index e8e77a6..99db598 100644 --- a/test/sputnik/sputnik.status +++ b/test/sputnik/sputnik.status @@ -187,6 +187,11 @@ S15.1.1.2_A2_T1: FAIL_OK # Infinity S15.1.1.3_A2_T1: FAIL_OK # undefined S15.1.1.3_A2_T2: FAIL_OK # undefined +# Array.prototype.to[Locale]String is generic in ES5. +S15.4.4.2_A2_T1: FAIL_OK +S15.4.4.3_A2_T1: FAIL_OK + + ##################### SKIPPED TESTS ##################### # These tests take a looong time to run in debug mode.