Reviewers: Christian Plesner Hansen, Description: Correct the marking of tests that only fail on the simulator.
Please review this at http://codereview.chromium.org/80002 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/cctest/cctest.status Index: test/cctest/cctest.status =================================================================== --- test/cctest/cctest.status (revision 1733) +++ test/cctest/cctest.status (working copy) @@ -43,8 +43,10 @@ # BUG(240): Test seems flaky on ARM. test-api/RegExpInterruption: SKIP +[ $simulator == arm ] + # BUG(271): During exception propagation, we compare pointers into the # stack. These tests fail on the ARM simulator because the C++ and # the JavaScript stacks are separate. -test-api/ExceptionOrder: PASS || FAIL -test-api/TryCatchInTryFinally: PASS || FAIL +test-api/ExceptionOrder: FAIL +test-api/TryCatchInTryFinally: FAIL --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
