Revision: 8474
Author:   [email protected]
Date:     Wed Jun 29 23:10:12 2011
Log:      Update test expectations for sputnik to match new revision.

We should coordinate landing this with an update of the tests on the
buildbots.

[email protected]

Review URL: http://codereview.chromium.org/7280006
http://code.google.com/p/v8/source/detail?r=8474

Modified:
 /branches/bleeding_edge/test/sputnik/README
 /branches/bleeding_edge/test/sputnik/sputnik.status

=======================================
--- /branches/bleeding_edge/test/sputnik/README Wed Feb 23 22:38:45 2011
+++ /branches/bleeding_edge/test/sputnik/README Wed Jun 29 23:10:12 2011
@@ -1,6 +1,6 @@
 To run the sputniktests you must check out the test suite from
 googlecode.com.  The test expectations are currently relative to
-version 94. To get the tests run the following command within
+version 97. To get the tests run the following command within
 v8/test/sputnik/

-  svn co http://sputniktests.googlecode.com/svn/trunk/ -r94 sputniktests
+  svn co http://sputniktests.googlecode.com/svn/trunk/ -r97 sputniktests
=======================================
--- /branches/bleeding_edge/test/sputnik/sputnik.status Fri Jun 24 09:54:47 2011 +++ /branches/bleeding_edge/test/sputnik/sputnik.status Wed Jun 29 23:10:12 2011
@@ -28,6 +28,20 @@
 prefix sputnik
 def FAIL_OK = FAIL, OKAY

+############################### BUGS ###################################
+
+# A bound function should fail on access to 'caller' and 'arguments'.
+S15.3.4.5_A1: FAIL
+S15.3.4.5_A2: FAIL
+
+# String replace and array sort leaks the global object to strict mode
+# callbacks.
+S15.5.4.11_A12: FAIL
+S15.4.4.11_A8: FAIL
+
+# '__proto__' should be treated as a normal property in JSON.
+S15.12.2_A1: FAIL
+
 ##################### DELIBERATE INCOMPATIBILITIES #####################

 # This tests precision of trignometric functions.  We're slightly off
@@ -40,6 +54,7 @@
 # We allow calls to regexp exec() with no arguments to fail for
 # compatibility reasons.
 S15.10.6.2_A1_T16: FAIL_OK
+S15.10.6.2_A12: FAIL_OK
 S15.10.6.3_A1_T16: FAIL_OK

 # We are silent in some regexp cases where the spec wants us to give
@@ -126,16 +141,8 @@
 S12.6.4_D1: PASS || FAIL_OK

 # We allow function declarations within statements
-S12.5_A9_T1: FAIL_OK
-S12.5_A9_T2: FAIL_OK
-# S12.6.2_A13_T3: FAIL_OK
-# S12.5_A9_T3: FAIL_OK
-# S12.6.1_A13_T3: FAIL_OK
-S12.1_A1: FAIL_OK
 S12.6.2_A13_T1: FAIL_OK
 S12.6.2_A13_T2: FAIL_OK
-S12.6.1_A13_T1: FAIL_OK
-S12.6.1_A13_T2: FAIL_OK
 S12.6.4_A13_T1: FAIL_OK
 S12.6.4_A13_T2: FAIL_OK
 #S12.6.4_A13_T3: FAIL_OK

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to