Reviewers: Michael Starzinger, Weiliang,

Message:
PTAL

Description:
Disable RunAllocate test case for turbofan unsupported platform.

  "RunAllocate" test case is added in d6945db7. it invokes
Linkage::GetStubCallDescriptor
   which is unimplemented for turbofan unsupported platform.

BUG=

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+2, -2 lines):
  M test/cctest/compiler/test-simplified-lowering.cc


Index: test/cctest/compiler/test-simplified-lowering.cc
diff --git a/test/cctest/compiler/test-simplified-lowering.cc b/test/cctest/compiler/test-simplified-lowering.cc index eb730cf3f271b4519ea01c45e2e1c1cde38059b2..9242248d6074cc48a064296a3b87604000456a1c 100644
--- a/test/cctest/compiler/test-simplified-lowering.cc
+++ b/test/cctest/compiler/test-simplified-lowering.cc
@@ -661,7 +661,7 @@ TEST(RunAccessTests_Smi) {
   RunAccessTest<Smi*>(kMachAnyTagged, data, arraysize(data));
 }

-
+#if V8_TURBOFAN_TARGET
 TEST(RunAllocate) {
   PretenureFlag flag[] = {NOT_TENURED, TENURED};

@@ -685,7 +685,7 @@ TEST(RunAllocate) {
     }
   }
 }
-
+#endif

 // Fills in most of the nodes of the graph in order to make tests shorter.
 class TestingGraph : public HandleAndZoneScope, public GraphAndBuilders {


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