Reviewers: Kasper Lund, Description: Disable mozilla test that when timing out prints insane amounts of data.
I have filled a bug for this: http://code.google.com/p/v8/issues/detail?id=960 Please review this at http://codereview.chromium.org/5662003/ 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 5929) +++ test/mozilla/mozilla.status (working copy) @@ -53,6 +53,9 @@ # time to do so. js1_5/Regress/regress-271716-n: SKIP +# BUG(960): This test has an insane amount of output when it times out, +# messing up ability to see other failures on the waterfall. +js1_5/extensions/regress-342960: SKIP # This test uses a unitialized variable. A Bug has been filed: # https://bugzilla.mozilla.org/show_bug.cgi?id=575575 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
