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
This commit is contained in:
feng@chromium.org 2008-09-05 16:53:34 +00:00
parent ecbfddf052
commit dcdf6ea394

View File

@ -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.