Revision: 23468
Author:   [email protected]
Date:     Wed Aug 27 16:17:16 2014 UTC
Log:      Disable running some change tests on unsupported backends.

[email protected]
BUG=

Review URL: https://codereview.chromium.org/515583002
https://code.google.com/p/v8/source/detail?r=23468

Modified:
 /branches/bleeding_edge/test/cctest/compiler/test-changes-lowering.cc

=======================================
--- /branches/bleeding_edge/test/cctest/compiler/test-changes-lowering.cc Wed Aug 27 13:49:30 2014 UTC +++ /branches/bleeding_edge/test/cctest/compiler/test-changes-lowering.cc Wed Aug 27 16:17:16 2014 UTC
@@ -304,6 +304,7 @@


 #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
@@ -409,4 +410,5 @@
   }
 }

+#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