Revision: 3205 Author: [email protected] Date: Tue Nov 3 04:53:30 2009 Log: Marked mjsunit/apply as expected to fail on mac debug.
Review URL: http://codereview.chromium.org/351021 http://code.google.com/p/v8/source/detail?r=3205 Modified: /branches/bleeding_edge/test/mjsunit/mjsunit.status ======================================= --- /branches/bleeding_edge/test/mjsunit/mjsunit.status Wed Oct 28 05:23:35 2009 +++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Tue Nov 3 04:53:30 2009 @@ -34,6 +34,9 @@ # too long to run in debug mode on ARM. fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm) +# Issue 494: new snapshot code breaks mjsunit/apply on mac debug snapshot. +apply: PASS, FAIL if ($system == macos && $mode == debug) + big-object-literal: PASS, SKIP if ($arch == arm) # Issue 488: this test sometimes times out. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
