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
parent 2f77113b
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// Flags: --turbo-asm
function Module(stdlib) { function Module(stdlib) {
"use asm"; "use asm";
......
...@@ -87,7 +87,7 @@ TIMEOUT_SCALEFACTOR = {"debug" : 4, ...@@ -87,7 +87,7 @@ TIMEOUT_SCALEFACTOR = {"debug" : 4,
VARIANT_FLAGS = { VARIANT_FLAGS = {
"default": [], "default": [],
"stress": ["--stress-opt", "--always-opt"], "stress": ["--stress-opt", "--always-opt"],
"turbofan": ["--turbo-filter=*", "--always-opt"], "turbofan": ["--turbo-asm", "--turbo-filter=*", "--always-opt"],
"nocrankshaft": ["--nocrankshaft"]} "nocrankshaft": ["--nocrankshaft"]}
VARIANTS = ["default", "stress", "turbofan", "nocrankshaft"] VARIANTS = ["default", "stress", "turbofan", "nocrankshaft"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment