Reviewers: Benedikt Meurer,

Description:
ARM64: re-enable turbofan tests.

The tests were already passing.

BUG=

Please review this at https://codereview.chromium.org/513253002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -4 lines):
  M test/cctest/compiler/test-changes-lowering.cc


Index: test/cctest/compiler/test-changes-lowering.cc
diff --git a/test/cctest/compiler/test-changes-lowering.cc b/test/cctest/compiler/test-changes-lowering.cc index 434102c92a9e05f7a03c1a17b2155936e6245215..a9f6358a739c9bee940b719bdfe4bbdacd30aa17 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


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to