Reviewers: rossberg,

Message:
PTAL.

Description:
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

Committed: http://code.google.com/p/v8/source/detail?r=9710

Please review this at http://codereview.chromium.org/8355005/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M test/sputnik/sputnik.status


Index: test/sputnik/sputnik.status
diff --git a/test/sputnik/sputnik.status b/test/sputnik/sputnik.status
index ef546312bf526814f2bd3969df665b320fe23a5a..99baa029107ff7afe5913067c1cf509ac1d44304 100644
--- a/test/sputnik/sputnik.status
+++ b/test/sputnik/sputnik.status
@@ -187,6 +187,10 @@ 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

+# 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

Reply via email to