| Index: test/cctest/test-serialize.cc
|
| ===================================================================
|
| --- test/cctest/test-serialize.cc (revision 4020)
|
| +++ test/cctest/test-serialize.cc (working copy)
|
| @@ -302,6 +302,10 @@
|
|
|
|
|
| DEPENDENT_TEST(DeserializeFromSecondSerialization, SerializeTwice) {
|
| + // BUG(632): Disable this test until the partial_snapshots branch is
|
| + // merged back.
|
| + return;
|
| +
|
| v8::HandleScope scope;
|
|
|
| Deserialize();
|
| @@ -330,6 +334,10 @@
|
|
|
| DEPENDENT_TEST(DeserializeFromSecondSerializationAndRunScript2,
|
| SerializeTwice) {
|
| + // BUG(632): Disable this test until the partial_snapshots branch is
|
| + // merged back.
|
| + return;
|
| +
|
| v8::HandleScope scope;
|
|
|
| Deserialize();
|
|
|