| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index ba2ad8fd9078df75b1bf6bd70d98c54e9b3d7a14..f3046e5b2da559b1762d271e7869e0ea5b0bc683 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -108,6 +108,22 @@
|
| }], # ALWAYS
|
|
|
| ##############################################################################
|
| +['gc_stress == True', {
|
| + # Skip tests not suitable for GC stress.
|
| + 'allocation-site-info': [SKIP],
|
| + 'array-constructor-feedback': [SKIP],
|
| + 'array-feedback': [SKIP],
|
| + 'array-literal-feedback': [SKIP],
|
| + 'd8-performance-now': [SKIP],
|
| + 'elements-kind': [SKIP],
|
| + 'fast-prototype': [SKIP],
|
| + 'opt-elements-kind': [SKIP],
|
| + 'osr-elements-kind': [SKIP],
|
| + 'regress/regress-165637': [SKIP],
|
| + 'regress/regress-2249': [SKIP],
|
| +}], # 'gc_stress == True'
|
| +
|
| +##############################################################################
|
| ['arch == a64', {
|
|
|
| # Requires bigger stack size in the Genesis and if stack size is increased,
|
|
|