| Index: test/cctest/compiler/test-run-bytecode-graph-builder.cc
|
| diff --git a/test/cctest/compiler/test-run-bytecode-graph-builder.cc b/test/cctest/compiler/test-run-bytecode-graph-builder.cc
|
| index c753914920333701bcbae1c3a2a119de7b3357e1..e60afdfdf4418ce6ac6f5c09392e930f8012a24a 100644
|
| --- a/test/cctest/compiler/test-run-bytecode-graph-builder.cc
|
| +++ b/test/cctest/compiler/test-run-bytecode-graph-builder.cc
|
| @@ -706,6 +706,16 @@ TEST(BytecodeGraphBuilderGlobals) {
|
| }
|
|
|
|
|
| +TEST(BytecodeGraphBuilderCast) {
|
| + // TODO(mythria): tests for ToBoolean, ToObject, ToName, ToNumber.
|
| + // They need other unimplemented features to test.
|
| + // ToBoolean -> If
|
| + // ToObject -> ForIn
|
| + // ToNumber -> Inc/Dec
|
| + // ToName -> CreateObjectLiteral
|
| +}
|
| +
|
| +
|
| TEST(BytecodeGraphBuilderLogicalNot) {
|
| HandleAndZoneScope scope;
|
| Isolate* isolate = scope.main_isolate();
|
|
|