Reviewers: Mads Ager, Description: The test for issue 165 is unpredictable in release builds. Allow it to pass or fail.
Please review this at http://codereview.chromium.org/40314 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 1460) +++ test/mjsunit/mjsunit.status (working copy) @@ -34,6 +34,10 @@ # too long to run in debug mode on ARM. fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm) +# Bug on IA32, realiably triggers a debug assertion. Unpredictable in +# release mode. +bugs/bug-265: (PASS || FAIL) if $mode == debug + [ $arch == arm ] # Slow tests which times out in debug mode. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
