Reviewers: Mads Ager, Description: Chage test expectation mode from "debug" to "release".
[email protected] Please review this at http://codereview.chromium.org/40320 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 1464) +++ test/mjsunit/mjsunit.status (working copy) @@ -36,7 +36,7 @@ # Bug on IA32, realiably triggers a debug assertion. Unpredictable in # release mode. -bugs/bug-265: (PASS || FAIL) if $mode == debug +bugs/bug-265: (PASS || FAIL) if $mode == release [ $arch == arm ] --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
