From 00e8236096efa07a689f64868413aa8c4d3c4481 Mon Sep 17 00:00:00 2001 From: "karlklose@chromium.org" Date: Tue, 10 May 2011 12:30:01 +0000 Subject: [PATCH] ARM: Disable test test-lockers/MultithreadedParallelIsolates because it is flaky. BUG=1375 Review URL: http://codereview.chromium.org/6994008 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7837 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/cctest/cctest.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index 47ea302117..9e2872f3da 100644 --- a/test/cctest/cctest.status +++ b/test/cctest/cctest.status @@ -52,6 +52,9 @@ test-func-name-inference/PassedAsConstructorParameter: FAIL ############################################################################## [ $arch == arm ] +# BUG(1375): Test crashes on ARM. +test-lockers/MultithreadedParallelIsolates: SKIP + # We cannot assume that we can throw OutOfMemory exceptions in all situations. # Apparently our ARM box is in such a state. Skip the test as it also runs for # a long time.