Commit dcdf6ea3 authored by feng@chromium.org's avatar feng@chromium.org

These two tests are currently broken. Will file report to plesner.

Review URL: http://codereview.chromium.org/468

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@175 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent ecbfddf0
......@@ -1427,7 +1427,7 @@ static const char* js_code_causing_out_of_memory =
// These tests run for a long time and prevent us from running tests
// that come after them so they cannot run in parallel.
TEST(OutOfMemory) {
DISABLED_TEST(OutOfMemory) {
// It's not possible to read a snapshot into a heap with different dimensions.
v8::internal::Snapshot::DisableInternal();
// Set heap limits.
......@@ -1468,7 +1468,7 @@ v8::Handle<Value> ProvokeOutOfMemory(const v8::Arguments& args) {
}
TEST(OutOfMemoryNested) {
DISABLED_TEST(OutOfMemoryNested) {
// It's not possible to read a snapshot into a heap with different dimensions.
v8::internal::Snapshot::DisableInternal();
// Set heap limits.
......
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