Reviewers: rossberg,
Description:
Fix test expectations after r10743.
[email protected]
TEST=mozilla,sputnik
Please review this at https://chromiumcodereview.appspot.com/9421031/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M test/mozilla/mozilla.status
M test/sputnik/sputnik.status
Index: test/mozilla/mozilla.status
diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status
index
bc096d5ca16106e30b9ab5b3a7c359367c92cb5c..cc2925d660f03dca7dfc4058e5a1bf93f22bddef
100644
--- a/test/mozilla/mozilla.status
+++ b/test/mozilla/mozilla.status
@@ -213,6 +213,10 @@ js1_5/Array/regress-101964: PASS || FAIL if $mode ==
debug
# builtin to have undefined as the receiver.
ecma/String/15.5.4.6-2: FAIL_OK
+# Fail because it expects String.prototype.split to distinguish whether
+# separator was undefined or not passed at all.
+ecma/String/15.5.4.8-2: FAIL_OK
+
# Fail because of toLowerCase and toUpperCase conversion.
ecma/String/15.5.4.11-2: FAIL_OK
ecma/String/15.5.4.11-5: FAIL_OK
Index: test/sputnik/sputnik.status
diff --git a/test/sputnik/sputnik.status b/test/sputnik/sputnik.status
index
a587a6d4a2314296cdac083bf6c537528077c07c..048e852375c1ad5ec604b87982868701af8202a9
100644
--- a/test/sputnik/sputnik.status
+++ b/test/sputnik/sputnik.status
@@ -125,6 +125,11 @@ S15.5.2_D2: PASS || FAIL_OK
S15.5.4.11_D1.1_T1: PASS || FAIL_OK
S15.5.4.11_D1.1_T3: PASS || FAIL_OK
S12.6.4_D1: PASS || FAIL_OK
+S15.5.4.14_A1_T6: PASS || FAIL_OK
+S15.5.4.14_A1_T7: PASS || FAIL_OK
+S15.5.4.14_A1_T8: PASS || FAIL_OK
+S15.5.4.14_A1_T9: PASS || FAIL_OK
+S15.5.4.14_A2_T7: PASS || FAIL_OK
# We allow function declarations within statements
S12.6.2_A13_T1: FAIL_OK
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev