Reviewers: Yang,
Message:
PTAL.
Description:
Remove the check for turbofan unsupported platform.
BUG=
Please review this at https://codereview.chromium.org/1025073004/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+2, -0 lines):
M test/cctest/test-serialize.cc
Index: test/cctest/test-serialize.cc
diff --git a/test/cctest/test-serialize.cc b/test/cctest/test-serialize.cc
index
f86ef5ec8117c166637c99380e80eb158cd8544a..fd6ba5af4cc2f9026fade6e1c228172975e066f1
100644
--- a/test/cctest/test-serialize.cc
+++ b/test/cctest/test-serialize.cc
@@ -1538,7 +1538,9 @@ TEST(SerializeInternalReference) {
it.next();
}
+#if V8_TURBOFAN_TARGET
CHECK(v8::Utils::OpenHandle(*foo)->code()->is_turbofanned());
+#endif
CHECK_EQ(11, CompileRun("foo(0)")->ToInt32(isolate)->Int32Value());
CHECK_EQ(11, CompileRun("foo(1)")->ToInt32(isolate)->Int32Value());
CHECK_EQ(12, CompileRun("foo(2)")->ToInt32(isolate)->Int32Value());
--
--
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.