Reviewers: Rico, Description: Add flaky test expectation for a mozilla-debug test that assumes a specific execution time.
Please review this at http://codereview.chromium.org/7053036/ 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 8104) +++ test/mozilla/mozilla.status (working copy) @@ -201,6 +201,10 @@ ecma_3/RegExp/regress-85721: PASS || FAIL if $mode == debug +# Test that assumes specific execution time, flaky in debug mode. +js1_5/Array/regress-101964: PASS || FAIL if $mode == debug + + ##################### INCOMPATIBLE TESTS ##################### # This section is for tests that fail in both V8 and JSC. Thus they -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
