From fb7e3c8f954d97eb46932854a842d4b6ab9b334a Mon Sep 17 00:00:00 2001 From: "rodolph.perfetta@arm.com" Date: Fri, 29 Aug 2014 09:49:50 +0000 Subject: [PATCH] ARM64: re-enable turbofan tests. The tests were already passing. BUG= R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/513253002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23514 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/cctest/compiler/test-changes-lowering.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/cctest/compiler/test-changes-lowering.cc b/test/cctest/compiler/test-changes-lowering.cc index 434102c..a9f6358 100644 --- a/test/cctest/compiler/test-changes-lowering.cc +++ b/test/cctest/compiler/test-changes-lowering.cc @@ -303,10 +303,7 @@ TEST(RunChangeBitToBool) { } -#ifndef V8_TARGET_ARCH_ARM64 #if V8_TURBOFAN_BACKEND -// TODO(titzer): disabled on ARM64 because calling into the runtime to -// allocate uses the wrong stack pointer. // TODO(titzer): disabled on ARM TEST(RunChangeInt32ToTaggedSmi) { @@ -411,4 +408,3 @@ TEST(RunChangeFloat64ToTagged) { } #endif // V8_TURBOFAN_BACKEND -#endif // !V8_TARGET_ARCH_ARM64 -- 2.7.4