Fix test expectations after r10743.
authormstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 20 Feb 2012 09:47:31 +0000 (09:47 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 20 Feb 2012 09:47:31 +0000 (09:47 +0000)
R=rossberg@chromium.org
TEST=mozilla,sputnik

Review URL: https://chromiumcodereview.appspot.com/9421031

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10747 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/mozilla/mozilla.status
test/sputnik/sputnik.status

index bc096d5ca16106e30b9ab5b3a7c359367c92cb5c..cc2925d660f03dca7dfc4058e5a1bf93f22bddef 100644 (file)
@@ -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 a587a6d4a2314296cdac083bf6c537528077c07c..048e852375c1ad5ec604b87982868701af8202a9 100644 (file)
@@ -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