Commit 19a5126e authored by kasperl@chromium.org's avatar kasperl@chromium.org

Disable two problematic tests that only test functionality

used on the partial_snapshots branch.

BUG=http://code.google.com/p/v8/issues/detail?id=632
Review URL: http://codereview.chromium.org/669062

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4023 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 05a74e81
......@@ -302,6 +302,10 @@ DEPENDENT_TEST(Deserialize, Serialize) {
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(DeserializeAndRunScript2, Serialize) {
DEPENDENT_TEST(DeserializeFromSecondSerializationAndRunScript2,
SerializeTwice) {
// BUG(632): Disable this test until the partial_snapshots branch is
// merged back.
return;
v8::HandleScope scope;
Deserialize();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment