| Index: test/cctest/compiler/test-js-typed-lowering.cc
|
| diff --git a/test/cctest/compiler/test-js-typed-lowering.cc b/test/cctest/compiler/test-js-typed-lowering.cc
|
| index 787918fa93644f482679018e92826c58312b2c96..fb63583f88a6d60ac45d977a68919d5127f38fe0 100644
|
| --- a/test/cctest/compiler/test-js-typed-lowering.cc
|
| +++ b/test/cctest/compiler/test-js-typed-lowering.cc
|
| @@ -186,6 +186,8 @@ static IrOpcode::Value NumberToI32(bool is_signed) {
|
| }
|
|
|
|
|
| +// TODO(turbofan): Lowering of StringAdd is disabled for now.
|
| +#if 0
|
| TEST(StringBinops) {
|
| JSTypedLoweringTester R;
|
|
|
| @@ -204,6 +206,7 @@ TEST(StringBinops) {
|
| }
|
| }
|
| }
|
| +#endif
|
|
|
|
|
| TEST(AddNumber1) {
|
|
|