Reviewers: plesner, Description: Mark a flaky ARM test as flaky.
Please review this at http://codereview.chromium.org/28257 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/mjsunit/mjsunit.status Index: test/mjsunit/mjsunit.status =================================================================== --- test/mjsunit/mjsunit.status (revision 1388) +++ test/mjsunit/mjsunit.status (working copy) @@ -40,6 +40,9 @@ try: PASS, SKIP if $mode == debug debug-scripts-request: PASS, SKIP if $mode == debug +# Flaky test that hits compilation-time stack overflow in debug mode. +unicode-test: PASS, (PASS || FAIL) if $mode == debug + # Bug number 1020483: Debug tests fail on ARM. debug-constructor: CRASH, FAIL debug-continue: SKIP --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
