These two tests are currently broken. Will file report to plesner.
authorfeng@chromium.org <feng@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 5 Sep 2008 16:53:34 +0000 (16:53 +0000)
committerfeng@chromium.org <feng@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 5 Sep 2008 16:53:34 +0000 (16:53 +0000)
Review URL: http://codereview.chromium.org/468

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@175 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/cctest/test-api.cc

index aa9122cdc27388e524767bb92df6c8adc69b88ec..aa6736f40d7587a7f4818b355fc6c70bc0583cc4 100644 (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.