From fd2fcac430b21b7bde243c219e8f85b3708448e2 Mon Sep 17 00:00:00 2001 From: "ricow@chromium.org" Date: Thu, 26 Aug 2010 09:27:14 +0000 Subject: [PATCH] Temporarily disable test-heap-profiler/HeapSnapshotsDiff until the test is fixed (issue 848) Review URL: http://codereview.chromium.org/3209005 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5353 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/cctest/cctest.status | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index 6ce7ef4..5141531 100644 --- a/test/cctest/cctest.status +++ b/test/cctest/cctest.status @@ -35,6 +35,11 @@ test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux # BUG(382): Weird test. Can't guarantee that it never times out. test-api/ApplyInterruption: PASS || TIMEOUT +# Bug (484): This test which we thought was originally corrected in r5236 +# is reappering. Disabled until bug in test is fixed. This only fails +# when snapshot is on, so I am marking it PASS || FAIL +test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL + # These tests always fail. They are here to test test.py. If # they don't fail then test.py has failed. test-serialize/TestThatAlwaysFails: FAIL -- 2.7.4