From 89617f06d13f78e225b3dceba0fb6856d4f8193f Mon Sep 17 00:00:00 2001 From: "ishell@chromium.org" Date: Thu, 6 Nov 2014 10:24:13 +0000 Subject: [PATCH] Skip tests that timeout on arm64 TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/709443002 Cr-Commit-Position: refs/heads/master@{#25183} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25183 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/mjsunit.status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 6321e7c..0ab7289 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -264,6 +264,8 @@ # Pass but take too long to run. Skip. # Some similar tests (with fewer iterations) may be included in arm64-js # tests. + 'asm/embenchen/box2d': [SKIP], + 'asm/embenchen/lua_binarytrees': [SKIP], 'big-object-literal': [SKIP], 'compiler/regress-arguments': [SKIP], 'compiler/regress-gvn': [SKIP], @@ -299,8 +301,6 @@ 'array-reduce': [PASS, SLOW], 'array-sort': [PASS, SLOW], 'array-splice': [PASS, SLOW], - 'asm/embenchen/box2d': [PASS, TIMEOUT], - 'asm/embenchen/lua_binarytrees': [PASS, TIMEOUT], 'bit-not': [PASS, SLOW], 'compiler/alloc-number': [PASS, SLOW], 'compiler/osr-assert': [PASS, SLOW], -- 2.7.4