| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 1e9babab59adbe4373d68df04e920621c9167874..e8152d04500f90974ab7b96e7babdc0f7d8330e1 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -120,6 +120,9 @@
|
| # TODO(arv): TurboFan does not yet add [[HomeObject]] as needed.
|
| 'harmony/object-literals-super': [PASS, NO_VARIANTS],
|
|
|
| + # TODO(arv): TurboFan does not yet implement computed property names.
|
| + 'harmony/computed-property-names': [PASS, NO_VARIANTS],
|
| +
|
| ##############################################################################
|
| # Too slow in debug mode with --stress-opt mode.
|
| 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
|
|
|