TBR'd. On Mon, Dec 13, 2010 at 5:50 PM, <[email protected]> wrote:
> Reviewers: fschneider, > > Description: > Rename regression test and reenable disabled test. > > The regression test for v8 issue 969 was committed with the wrong file > name. Also reenable a test that was disabled due to that issue. > > Please review this at http://codereview.chromium.org/5707008/ > > SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge/build/ia32 > > Affected files: > M test/mjsunit/mjsunit.status > A + test/mjsunit/regress/regress-969.js > > > Index: test/mjsunit/mjsunit.status > diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status > index > 0394f5697593fcd9e60d1bb2aaf701b1ceac2d37..75a5a02150b3eb1cb4923db516ee660643dded86 > 100644 > --- a/test/mjsunit/mjsunit.status > +++ b/test/mjsunit/mjsunit.status > @@ -56,8 +56,6 @@ regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == > debug > debug-liveedit-check-stack: SKIP > debug-liveedit-patch-positions-replace: SKIP > > -# Issue 969, flaky in debug mode, hits assertion in deoptimzer-ia32.cc > -array-splice: PASS, SKIP if $mode == debug > > > > ############################################################################## > [ $arch == arm ] > Index: test/mjsunit/regress/regress-969.js > diff --git a/test/mjsunit/regress/regress-989.js > b/test/mjsunit/regress/regress-969.js > similarity index 100% > rename from test/mjsunit/regress/regress-989.js > rename to test/mjsunit/regress/regress-969.js > > > -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
