| Index: test/test262/test262.status
|
| diff --git a/test/test262/test262.status b/test/test262/test262.status
|
| index 80a302bef2de51b32c4aef1e52044e2464a9828a..fdbdc6511837b55d8e5d20cd329985b3e2dbe194 100644
|
| --- a/test/test262/test262.status
|
| +++ b/test/test262/test262.status
|
| @@ -29,12 +29,6 @@
|
| [ALWAYS, {
|
| ############################### BUGS ###################################
|
|
|
| - # Sequencing of getter side effects on receiver and argument properties
|
| - # is wrong. The receiver callback should be called before any arguments
|
| - # are evaluated.
|
| - # V8 Bug: http://code.google.com/p/v8/issues/detail?id=691
|
| - '11.2.3-3_3': [FAIL],
|
| -
|
| '15.5.4.9_CE': [['no_i18n', SKIP]],
|
|
|
| ######################## NEEDS INVESTIGATION ###########################
|
| @@ -105,7 +99,7 @@
|
| 'S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]],
|
| }], # ALWAYS
|
|
|
| -['arch == arm or arch == mipsel', {
|
| +['arch == arm or arch == mipsel or arch == a64', {
|
|
|
| # TODO(mstarzinger): Causes stack overflow on simulators due to eager
|
| # compilation of parenthesized function literals. Needs investigation.
|
| @@ -118,5 +112,5 @@
|
| 'S15.1.3.2_A2.5_T1': [SKIP],
|
| 'S15.1.3.3_A2.3_T1': [SKIP],
|
| 'S15.1.3.4_A2.3_T1': [SKIP],
|
| -}], # 'arch == arm or arch == mipsel'
|
| +}], # 'arch == arm or arch == mipsel or arch == a64'
|
| ]
|
|
|