| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 906f85631923b4dd57370debe90e44b54c046958..f32b242cb83e03ce23f43a7a570d1c3058bfdf80 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -201,6 +201,11 @@
|
| # Issue 488: this test sometimes times out.
|
| 'array-constructor': [PASS, TIMEOUT],
|
|
|
| + # Issue 4413: this test sometimes times out with TSAN because we trigger
|
| + # the slow path in C++ with holey arrays in Function.prototype.apply.
|
| + # TODO(bmeurer): Add fast support for holey arrays in apply.
|
| + 'apply': [PASS, TIMEOUT],
|
| +
|
| # Very slow on ARM and MIPS, contains no architecture dependent code.
|
| 'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch == arm64 or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64el or arch == mips64 or arch == mips', TIMEOUT]],
|
| 'regress/regress-3976': [PASS, NO_VARIANTS, ['arch == arm or arch == arm64 or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64el or arch == mips64 or arch == mips', SKIP]],
|
|
|