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

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

Issue 515583002: Disable running some change tests on unsupported backends. (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 49645fd45257a39b52f45d198802bc892f1ee451..434102c92a9e05f7a03c1a17b2155936e6245215 100644
--- a/test/cctest/compiler/test-changes-lowering.cc
+++ b/test/cctest/compiler/test-changes-lowering.cc
@@ -304,6 +304,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
@@ -409,4 +410,5 @@ 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