Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: test/cctest/compiler/test-changes-lowering.cc

Issue 513253002: ARM64: re-enable turbofan tests. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698