From 47ec7350269067e8123d1f58a6a990928ed99706 Mon Sep 17 00:00:00 2001 From: "mstarzinger@chromium.org" Date: Thu, 25 Sep 2014 08:44:15 +0000 Subject: [PATCH] Slightly adapt Math.fround test. R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/606583002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24215 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/asm/math-fround.js | 2 -- tools/run-tests.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/test/mjsunit/asm/math-fround.js b/test/mjsunit/asm/math-fround.js index 068917b..b1d37e9 100644 --- a/test/mjsunit/asm/math-fround.js +++ b/test/mjsunit/asm/math-fround.js @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// Flags: --turbo-asm - function Module(stdlib) { "use asm"; diff --git a/tools/run-tests.py b/tools/run-tests.py index d48b70c..c8481e6 100755 --- a/tools/run-tests.py +++ b/tools/run-tests.py @@ -87,7 +87,7 @@ TIMEOUT_SCALEFACTOR = {"debug" : 4, VARIANT_FLAGS = { "default": [], "stress": ["--stress-opt", "--always-opt"], - "turbofan": ["--turbo-filter=*", "--always-opt"], + "turbofan": ["--turbo-asm", "--turbo-filter=*", "--always-opt"], "nocrankshaft": ["--nocrankshaft"]} VARIANTS = ["default", "stress", "turbofan", "nocrankshaft"] -- 2.7.4