Revision: 9710
Author: [email protected]
Date: Wed Oct 19 08:34:32 2011
Log: Adapt sputnik test expectations to last change.
The version of Sputnik which we test against uses the obsolete ES3
specification when it comes to Function.prototype.apply, ignore some
test cases that are supposed to fail according to ES5.
[email protected]
TEST=sputnik
Review URL: http://codereview.chromium.org/8355005
http://code.google.com/p/v8/source/detail?r=9710
Modified:
/branches/bleeding_edge/test/sputnik/sputnik.status
=======================================
--- /branches/bleeding_edge/test/sputnik/sputnik.status Tue Oct 18 05:26:53
2011
+++ /branches/bleeding_edge/test/sputnik/sputnik.status Wed Oct 19 08:34:32
2011
@@ -187,6 +187,10 @@
S15.1.1.3_A2_T1: FAIL_OK # undefined
S15.1.1.3_A2_T2: FAIL_OK # undefined
+# Function.prototype.apply can handle arbitrary object as argument list.
+S15.3.4.3_A6_T1: FAIL_OK
+S15.3.4.3_A6_T4: FAIL_OK
+
# 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
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev