From 82502075d65f331fb6eee8f7336ccb83f2caa9a0 Mon Sep 17 00:00:00 2001 From: "rossberg@chromium.org" Date: Fri, 8 Aug 2014 14:05:24 +0000 Subject: [PATCH] Mark Distributivity tests flaky on ARM R=machenbach@chromium.org BUG= Review URL: https://codereview.chromium.org/456763003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23003 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/cctest/cctest.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index 17dc4be..5661634 100644 --- a/test/cctest/cctest.status +++ b/test/cctest/cctest.status @@ -295,6 +295,10 @@ 'test-api/Threading2': [PASS, SLOW], 'test-api/Threading3': [PASS, SLOW], 'test-api/Threading4': [PASS, SLOW], + + # Crashes due to OOM in simulator. + 'test-types/Distributivity1': [PASS, FLAKY], + 'test-types/Distributivity2': [PASS, FLAKY], }], # 'arch == arm' ############################################################################## -- 2.7.4