From 90abdd285a3b80a8e5f402169bfb5e9150287fe4 Mon Sep 17 00:00:00 2001 From: "ager@chromium.org" Date: Mon, 31 Aug 2009 16:24:44 +0000 Subject: [PATCH] Mark native regexp macro assembler tests as flaky on ARM until Lasse can look at them. The code seems to work on all of our tests. TBR=lrn@chromium.org Review URL: http://codereview.chromium.org/179040 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2788 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 68aabb5..67e9d8a 100644 --- a/test/cctest/cctest.status +++ b/test/cctest/cctest.status @@ -50,6 +50,10 @@ test-api/RegExpInterruption: SKIP test-api/OutOfMemory: SKIP test-api/OutOfMemoryNested: SKIP +# BUG(432): Fail on ARM hardware. +test-regexp/MacroAssemblerNativeSimple: PASS || FAIL +test-regexp/MacroAssemblerNativeSimpleUC16: PASS || FAIL + # BUG(355): Test crashes on ARM. test-log/ProfLazyMode: SKIP -- 2.7.4