Revision: 23370
Author:   [email protected]
Date:     Mon Aug 25 16:39:25 2014 UTC
Log:      Enable TurboFan deopts for test-heap/NextCodeLinkIsWeak.

[email protected]
TEST=cctest/test-heap/NextCodeLinkIsWeak

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

Modified:
 /branches/bleeding_edge/test/cctest/cctest.status
 /branches/bleeding_edge/test/cctest/test-heap.cc

=======================================
--- /branches/bleeding_edge/test/cctest/cctest.status Fri Aug 22 06:45:15 2014 UTC +++ /branches/bleeding_edge/test/cctest/cctest.status Mon Aug 25 16:39:25 2014 UTC
@@ -84,9 +84,6 @@
##############################################################################
   # TurboFan compiler failures.

- # TODO(mstarzinger): These need investigation and are not categorized yet.
-  'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS],
-
   # TODO(mstarzinger): Sometimes the try-catch blacklist fails.
   'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS],
   'test-debug/MessageQueues': [PASS, NO_VARIANTS],
=======================================
--- /branches/bleeding_edge/test/cctest/test-heap.cc Fri Aug 22 11:43:39 2014 UTC +++ /branches/bleeding_edge/test/cctest/test-heap.cc Mon Aug 25 16:39:25 2014 UTC
@@ -4050,6 +4050,7 @@

 TEST(NextCodeLinkIsWeak) {
   i::FLAG_allow_natives_syntax = true;
+  i::FLAG_turbo_deoptimization = true;
   CcTest::InitializeVM();
   Isolate* isolate = CcTest::i_isolate();
   v8::internal::Heap* heap = CcTest::heap();

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