Reviewers: Benedikt Meurer,
Message:
Hello, Meurer
PTAL.
Description:
Disable test case for turbofan unsupported platform.
Test case LowerAnyToBoolean_tagged_tagged invokes
"Linkage::GetStubCallDescriptor(...)"
function but this function is not implemented on turbofan unsupported
platform.
BUG=
Please review this at https://codereview.chromium.org/836973002/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+4, -0 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
ca1c873fa0efc55360fc6a721d6d3886cf7db883..f1cbcbefb36729b171ad14a0708556330aa4d8e5
100644
--- a/test/cctest/compiler/test-simplified-lowering.cc
+++ b/test/cctest/compiler/test-simplified-lowering.cc
@@ -812,6 +812,8 @@ TEST(LowerAnyToBoolean_bit_bit) {
}
+#if V8_TURBOFAN_TARGET
+
TEST(LowerAnyToBoolean_tagged_tagged) {
// AnyToBoolean(x: kRepTagged) used as kRepTagged
TestingGraph t(Type::Any());
@@ -826,6 +828,8 @@ TEST(LowerAnyToBoolean_tagged_tagged) {
CHECK_EQ(t.jsgraph.NoContextConstant(), cnv->InputAt(2));
}
+#endif
+
TEST(LowerBooleanNot_bit_bit) {
// BooleanNot(x: kRepBit) used as kRepBit
--
--
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.