| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 37464e546ca93736aa64ce6ab099880150321312..228832b27b20428e0b7b7334aa49f69bb2774431 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -834,6 +834,13 @@
|
| }], # 'arch == ppc and simulator_run == True'
|
|
|
| ##############################################################################
|
| +['arch == ppc64', {
|
| +
|
| + # stack overflow
|
| + 'big-array-literal': [SKIP],
|
| +}], # 'arch == ppc64'
|
| +
|
| +##############################################################################
|
| ['ignition or ignition_turbofan', {
|
| # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
|
| 'array-literal-feedback': [FAIL],
|
|
|