Reviewers: jarin,
Description:
Enable TurboFan deopts for test-heap/NextCodeLinkIsWeak.
[email protected]
TEST=cctest/test-heap/NextCodeLinkIsWeak
Please review this at https://codereview.chromium.org/500973002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -3 lines):
M test/cctest/cctest.status
M test/cctest/test-heap.cc
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index
0278056c680636aa226221d4e34a2d8dd5bb78a3..90617c920a1ef8069e3c1f9365acd31aff6ce361
100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -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],
Index: test/cctest/test-heap.cc
diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc
index
462979da5320000d6b90de34ebf6c32d922ffa81..0fef82ddef8653e4be2a343a18663fcf00584e6c
100644
--- a/test/cctest/test-heap.cc
+++ b/test/cctest/test-heap.cc
@@ -4050,6 +4050,7 @@ static int GetCodeChainLength(Code* code) {
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.