Reviewers: bak, Description: Update Mozilla test status to reflect that regress-363258 is flaky on Linux and Mac (as well as Windows) and remove line that refers to non-existing mozilla/... test.
Please review this at http://codereview.chromium.org/7910 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/mjsunit/bugs/bug-124.js M test/mozilla/mozilla.status Index: test/mozilla/mozilla.status =================================================================== --- test/mozilla/mozilla.status (revision 556) +++ test/mozilla/mozilla.status (working copy) @@ -170,6 +170,12 @@ js1_5/Regress/regress-404755: PASS || FAIL +# Test that depends on timer resolution. Fails every now and then +# if we're unlucky enough to get a context switch at a bad time. +js1_5/extensions/regress-363258: PASS || FAIL + + + ##################### INCOMPATIBLE TESTS ##################### # This section is for tests that fail in both V8 and KJS. Thus they @@ -749,12 +755,7 @@ js1_5/decompilation/regress-383721: PASS || FAIL js1_5/decompilation/regress-406555: PASS || FAIL -[ $system == windows ] -# This test is flaky because of the default timer resolution on Windows. -js1_5/extensions/regress-363258: PASS || FAIL -mozilla/js1_5/GC/regress-383269-02: PASS, FLAKY IF $mode == debug - [ $FAST == yes ] # These tests take an unreasonable amount of time so we skip them @@ -763,6 +764,7 @@ js1_5/Regress/regress-312588: SKIP js1_5/Regress/regress-271716-n: SKIP + [ $FAST == yes && $ARCH == arm ] # In fast mode on arm we try to skip all tests that would time out, Index: test/mjsunit/bugs/bug-124.js =================================================================== --- test/mjsunit/bugs/bug-124.js (revision 558) +++ test/mjsunit/bugs/bug-124.js (working copy) @@ -46,4 +46,4 @@ assertEquals("[object global]", eval("var f; toString()")); } -F(); \ No newline at end of file +F(); --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
