From 5f353a81ef3177d27c917f961b5f2b882e0bab83 Mon Sep 17 00:00:00 2001 From: "lrn@chromium.org" Date: Wed, 5 Oct 2011 08:11:53 +0000 Subject: [PATCH] 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 --- test/sputnik/sputnik.status | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.7.4