Fix test expectations after r10743.

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
This commit is contained in:
mstarzinger@chromium.org 2012-02-20 09:47:31 +00:00
parent 77079b6fd3
commit 71c444b6bc
2 changed files with 9 additions and 0 deletions

View 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

View 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