| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index b55bb4335d4ab0416bb5d0e3cefdeb3659ccb6ca..5165daa8cde53165fde6455fa5949776586bffd5 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -296,6 +296,9 @@
|
| ##############################################################################
|
| ['arch == arm64 or arch == android_arm64', {
|
|
|
| + # arm64 TF timeout.
|
| + 'regress/regress-1257': [PASS, TIMEOUT],
|
| +
|
| # Requires bigger stack size in the Genesis and if stack size is increased,
|
| # the test requires too much time to run. However, the problem test covers
|
| # should be platform-independent.
|
| @@ -342,7 +345,7 @@
|
| 'bit-not': [PASS, SLOW],
|
| 'compiler/alloc-number': [PASS, SLOW],
|
| 'compiler/osr-assert': [PASS, SLOW],
|
| - 'compiler/osr-warm': [PASS, SLOW],
|
| + 'compiler/osr-warm': [PASS, TIMEOUT, SLOW],
|
| 'compiler/osr-with-args': [PASS, SLOW],
|
| 'debug-scopes': [PASS, SLOW],
|
| 'generated-transition-stub': [PASS, SLOW],
|
|
|