Reviewers: Lasse Reichstein, Description: 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. [email protected] Please review this at http://codereview.chromium.org/179040 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/cctest/cctest.status Index: test/cctest/cctest.status =================================================================== --- test/cctest/cctest.status (revision 2783) +++ test/cctest/cctest.status (working copy) @@ -50,6 +50,10 @@ 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 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
