Reviewers: fschneider, Description: Disable Mozilla date test that times out on X64 crankshaft. BUG=1100 TEST=ecma/Date/15.9.5.10-2.js
Please review this at http://codereview.chromium.org/6246104/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/mozilla/mozilla.status Index: test/mozilla/mozilla.status =================================================================== --- test/mozilla/mozilla.status (revision 6636) +++ test/mozilla/mozilla.status (working copy) @@ -873,3 +873,8 @@ ecma/Expressions/11.10-3: SKIP ecma/Expressions/11.7.1: SKIP ecma_3/RegExp/regress-209067: SKIP + +[ $arch == x64 ] + +# BUG(1100): Times out when running new crankshaft test script. +ecma/Date/15.9.5.10-2: SKIP -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
